Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.h97 KEYSYM_LINEDN, enumerator
H A Dinput.c125 keybind_define(KEYSYM_LINEDN, "\\^D"); in input_init()
H A Dvdefault.c103 case KEYSYM_LINEDN: command_linedn(v); break; in vdefault_input()
H A Dcommand.c91 command_add("linedn", KEYSYM_LINEDN); in command_init()