Home
last modified time | relevance | path

Searched refs:KEYSYM_NEWFRAME (Results 1 – 3 of 3) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dinput.c99 keybind_define(KEYSYM_NEWFRAME, "\\^X52"); in input_init()
100 keybind_define(KEYSYM_NEWFRAME, "\\33+"); in input_init()
287 case KEYSYM_NEWFRAME: command_newframe(); break; in input_default_handler()
H A Dinput.h77 KEYSYM_NEWFRAME, enumerator
H A Dcommand.c71 command_add("newframe", KEYSYM_NEWFRAME); in command_init()