Home
last modified time | relevance | path

Searched refs:KEYSYM_PLAYBACK (Results 1 – 5 of 5) sorted by relevance

/dports/editors/led/led-2.0/src/
H A Dmacro.c69 if (keysym == KEYSYM_RECORD || keysym == KEYSYM_PLAYBACK) { in macro_recordkey()
139 if (rkey == KEYSYM_PLAYBACK) in macro_repeat()
H A Dinput.c106 keybind_define(KEYSYM_PLAYBACK, "\\33p"); in input_init()
184 c = KEYSYM_PLAYBACK; in input_getkey()
291 case KEYSYM_PLAYBACK: macro_playback(); break; in input_default_handler()
H A Dinput.h82 KEYSYM_PLAYBACK, enumerator
H A Dvminibuff.c315 case KEYSYM_PLAYBACK: in vminibuff_input()
H A Dcommand.c76 command_add("playback", KEYSYM_PLAYBACK); in command_init()