Home
last modified time | relevance | path

Searched refs:KEYSYM_UP (Results 1 – 4 of 4) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dinput.h38 KEYSYM_UP, enumerator
H A Dinput.c56 keybind_define(KEYSYM_UP, "<up>"); in input_init()
H A Dvdefault.c88 case KEYSYM_UP: command_up(v); break; in vdefault_input()
H A Dcommand.c123 command_add("up", KEYSYM_UP); in command_init()