Home
last modified time | relevance | path

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

/dports/editors/led/led-2.0/src/
H A Dinput.c80 keybind_define(KEYSYM_SAVEAS, "\\^X\\^W"); in input_init()
274 case KEYSYM_SAVEAS: command_saveas(); break; in input_default_handler()
H A Dinput.h61 KEYSYM_SAVEAS, enumerator
H A Dcommand.c55 command_add("saveas", KEYSYM_SAVEAS); in command_init()