Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.c94 keybind_define(KEYSYM_VERTGROW, "\\33."); in input_init()
282 case KEYSYM_VERTGROW: command_vertgrow(); break; in input_default_handler()
H A Dinput.h72 KEYSYM_VERTGROW, enumerator
H A Dcommand.c66 command_add("vertgrow", KEYSYM_VERTGROW); in command_init()