Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.c79 keybind_define(KEYSYM_SAVE, "\\^X\\^S"); in input_init()
273 case KEYSYM_SAVE: command_save(); break; in input_default_handler()
H A Dinput.h60 KEYSYM_SAVE, enumerator
H A Dcommand.c54 command_add("save", KEYSYM_SAVE); in command_init()