Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.c90 keybind_define(KEYSYM_VIEWCYCLE, "\\33v"); in input_init()
91 keybind_define(KEYSYM_VIEWCYCLE, "\\^Xo"); in input_init()
275 case KEYSYM_VIEWCYCLE: command_viewcycle(); break; in input_default_handler()
H A Dinput.h65 KEYSYM_VIEWCYCLE, enumerator
H A Dcommand.c59 command_add("viewcycle", KEYSYM_VIEWCYCLE); in command_init()