Home
last modified time | relevance | path

Searched refs:KEYSYM_RECORD (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()
H A Dinput.c105 keybind_define(KEYSYM_RECORD, "\\33r"); in input_init()
290 case KEYSYM_RECORD: macro_record(); break; in input_default_handler()
H A Dinput.h81 KEYSYM_RECORD, enumerator
H A Dvminibuff.c314 case KEYSYM_RECORD: in vminibuff_input()
H A Dcommand.c75 command_add("record", KEYSYM_RECORD); in command_init()