Home
last modified time | relevance | path

Searched refs:KEYSYM_REDO (Results 1 – 5 of 5) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dinput.h89 KEYSYM_REDO, enumerator
H A Dinput.c117 keybind_define(KEYSYM_REDO, "\\33u"); in input_init()
H A Dvdefault.c114 case KEYSYM_REDO: command_redo(v); break; in vdefault_input()
H A Dvminibuff.c306 case KEYSYM_REDO: in vminibuff_input()
H A Dcommand.c83 command_add("redo", KEYSYM_REDO); in command_init()