Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.h122 KEYSYM_GOTOLN, enumerator
H A Dinput.c151 keybind_define(KEYSYM_GOTOLN, "\\^]"); in input_init()
H A Dvdefault.c117 case KEYSYM_GOTOLN: command_gotoln(v); break; in vdefault_input()
H A Dcommand.c116 command_add("gotoln", KEYSYM_GOTOLN); in command_init()