Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.h98 KEYSYM_FIRSTLINE, enumerator
H A Dinput.c126 keybind_define(KEYSYM_FIRSTLINE, "\\33\\^A"); in input_init()
H A Dvdefault.c104 case KEYSYM_FIRSTLINE: command_firstline(v); break; in vdefault_input()
H A Dcommand.c92 command_add("firstline", KEYSYM_FIRSTLINE); in command_init()