Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.c88 keybind_define(KEYSYM_RMVIEW, "\\^X0"); in input_init()
280 case KEYSYM_RMVIEW: command_rmview(); break; in input_default_handler()
H A Dinput.h70 KEYSYM_RMVIEW, enumerator
H A Dcommand.c64 command_add("rmview", KEYSYM_RMVIEW); in command_init()