/dports/games/julius/julius-1.7.0/src/window/ |
H A D | hotkey_editor.c | 29 hotkey_action action; 33 void (*callback)(hotkey_action, int, key_type, key_modifier_type); 37 static void init(hotkey_action action, int index, in init() 38 void (*callback)(hotkey_action, int, key_type, key_modifier_type)) in init() argument 125 void window_hotkey_editor_show(hotkey_action action, int index, in window_hotkey_editor_show() 126 void (*callback)(hotkey_action, int, key_type, key_modifier_type)) in window_hotkey_editor_show() argument
|
H A D | hotkey_editor.h | 7 void window_hotkey_editor_show(hotkey_action action, int index, 8 void (*callback)(hotkey_action, int, key_type, key_modifier_type));
|
H A D | hotkey_config.c | 288 static const uint8_t *hotkey_action_name_for(hotkey_action action) in hotkey_action_name_for() 305 static void set_hotkey(hotkey_action action, int index, key_type key, key_modifier_type modifiers) in set_hotkey()
|
/dports/games/augustus/augustus-3.1.0/src/window/ |
H A D | hotkey_editor.c | 29 hotkey_action action; 33 void (*callback)(hotkey_action, int, key_type, key_modifier_type); 37 static void init(hotkey_action action, int index, in init() 38 void (*callback)(hotkey_action, int, key_type, key_modifier_type)) in init() argument 125 void window_hotkey_editor_show(hotkey_action action, int index, in window_hotkey_editor_show() 126 void (*callback)(hotkey_action, int, key_type, key_modifier_type)) in window_hotkey_editor_show() argument
|
H A D | hotkey_editor.h | 7 void window_hotkey_editor_show(hotkey_action action, int index, 8 void (*callback)(hotkey_action, int, key_type, key_modifier_type));
|
H A D | hotkey_config.c | 297 static const uint8_t *hotkey_action_name_for(hotkey_action action) in hotkey_action_name_for() 314 static void set_hotkey(hotkey_action action, int index, key_type key, key_modifier_type modifiers) in set_hotkey()
|
/dports/games/julius/julius-1.7.0/src/core/ |
H A D | hotkey_config.h | 71 } hotkey_action; typedef 76 hotkey_action action; 85 const hotkey_mapping *hotkey_for_action(hotkey_action action, int index); 93 const hotkey_mapping *hotkey_default_for_action(hotkey_action action, int index);
|
H A D | hotkey_config.c | 89 static void set_mapping(key_type key, key_modifier_type modifiers, hotkey_action action) in set_mapping() 104 const char *name, key_type default_key, key_modifier_type modifiers, hotkey_action action) in set_layout_mapping() 183 const hotkey_mapping *hotkey_for_action(hotkey_action action, int index) in hotkey_for_action() 197 const hotkey_mapping *hotkey_default_for_action(hotkey_action action, int index) in hotkey_default_for_action()
|
/dports/games/augustus/augustus-3.1.0/src/core/ |
H A D | hotkey_config.h | 79 } hotkey_action; typedef 84 hotkey_action action; 93 const hotkey_mapping *hotkey_for_action(hotkey_action action, int index); 101 const hotkey_mapping *hotkey_default_for_action(hotkey_action action, int index);
|
H A D | hotkey_config.c | 97 static void set_mapping(key_type key, key_modifier_type modifiers, hotkey_action action) in set_mapping() 112 const char *name, key_type default_key, key_modifier_type modifiers, hotkey_action action) in set_layout_mapping() 191 const hotkey_mapping *hotkey_for_action(hotkey_action action, int index) in hotkey_for_action() 205 const hotkey_mapping *hotkey_default_for_action(hotkey_action action, int index) in hotkey_default_for_action()
|
/dports/x11/mlterm/mlterm-3.9.1/inputmethod/scim/ |
H A D | im_scim.cpp | 363 FrontEndHotkeyAction hotkey_action; in hotkey() local 371 hotkey_action = keymatcher_frontend.get_match_result(); in hotkey() 373 if (hotkey_action == SCIM_FRONTEND_HOTKEY_OFF && !context->on) { in hotkey() 377 if (hotkey_action == SCIM_FRONTEND_HOTKEY_ON && context->on) { in hotkey() 381 if (hotkey_action == SCIM_FRONTEND_HOTKEY_TRIGGER) { in hotkey() 383 hotkey_action = SCIM_FRONTEND_HOTKEY_OFF; in hotkey() 385 hotkey_action = SCIM_FRONTEND_HOTKEY_ON; in hotkey() 392 switch (hotkey_action) { in hotkey()
|
/dports/games/julius/julius-1.7.0/src/input/ |
H A D | hotkey.c | 49 static void set_definition_for_action(hotkey_action action, hotkey_definition *def) in set_definition_for_action() 340 hotkey_action action = mappings[i].action; in hotkey_install_mapping() 368 hotkey_action action = mappings[i].action; in hotkey_install_mapping() 470 void hotkey_set_value_for_action(hotkey_action action, int value) in hotkey_set_value_for_action()
|
H A D | hotkey.h | 38 void hotkey_set_value_for_action(hotkey_action action, int value);
|
H A D | joystick.c | 110 static hotkey_action JOYSTICK_MAPPING_TO_HOTKEY_ACTION[MAX_HOTKEYS] = {
|
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/ |
H A D | kbd.c | 456 ui_menu_entry_t *hotkey_action = NULL; in sdlkbd_press() local 481 if ((hotkey_action = sdlkbd_get_hotkey(key, mod)) != NULL) { in sdlkbd_press() 482 sdl_ui_hotkey(hotkey_action); in sdlkbd_press()
|
/dports/emulators/vice/vice-3.5/src/arch/sdl/ |
H A D | kbd.c | 480 ui_menu_entry_t *hotkey_action = NULL; in sdlkbd_press() local 523 if ((hotkey_action = sdlkbd_get_hotkey(key, mod)) != NULL) { in sdlkbd_press() 524 sdl_ui_hotkey(hotkey_action); in sdlkbd_press()
|
/dports/games/augustus/augustus-3.1.0/src/input/ |
H A D | hotkey.c | 48 static void set_definition_for_action(hotkey_action action, hotkey_definition *def) in set_definition_for_action() 365 hotkey_action action = mappings[i].action; in hotkey_install_mapping() 393 hotkey_action action = mappings[i].action; in hotkey_install_mapping() 495 void hotkey_set_value_for_action(hotkey_action action, int value) in hotkey_set_value_for_action()
|
H A D | hotkey.h | 44 void hotkey_set_value_for_action(hotkey_action action, int value);
|
H A D | joystick.c | 110 static hotkey_action JOYSTICK_MAPPING_TO_HOTKEY_ACTION[MAX_HOTKEYS] = {
|
/dports/deskutils/xneur/xneur-0.20.0/lib/main/ |
H A D | plugin.h | 57 void (*hotkey_action) (struct _plugin *p, enum _hotkey_action ha); member
|
H A D | plugin.c | 334 p->hotkey_action = plugin_hotkey_action; in plugin_init()
|
H A D | program.c | 1077 p->plugin->hotkey_action(p->plugin, action); in program_perform_action()
|
/dports/textproc/scim/scim-1.4.9/modules/FrontEnd/ |
H A D | scim_x11_frontend.cpp | 688 FrontEndHotkeyAction hotkey_action = m_frontend_hotkey_matcher.get_match_result (); in filter_hotkeys() local 691 if (hotkey_action == SCIM_FRONTEND_HOTKEY_TRIGGER) { in filter_hotkeys() 697 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_ON) { in filter_hotkeys() 700 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_OFF) { in filter_hotkeys() 703 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_NEXT_FACTORY) { in filter_hotkeys() 716 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_PREVIOUS_FACTORY) { in filter_hotkeys() 729 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_SHOW_FACTORY_MENU) { in filter_hotkeys()
|
/dports/textproc/scim/scim-1.4.9/extras/gtk2_immodule/ |
H A D | gtkimcontextscim.cpp | 1308 FrontEndHotkeyAction hotkey_action = _frontend_hotkey_matcher.get_match_result (); in filter_hotkeys() local 1310 if (hotkey_action == SCIM_FRONTEND_HOTKEY_TRIGGER) { in filter_hotkeys() 1316 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_ON) { in filter_hotkeys() 1320 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_OFF) { in filter_hotkeys() 1324 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_NEXT_FACTORY) { in filter_hotkeys() 1327 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_PREVIOUS_FACTORY) { in filter_hotkeys() 1330 } else if (hotkey_action == SCIM_FRONTEND_HOTKEY_SHOW_FACTORY_MENU) { in filter_hotkeys()
|
/dports/devel/efl/efl-1.25.1/src/modules/ecore_imf/scim/ |
H A D | scim_imcontext.cpp | 1654 FrontEndHotkeyAction hotkey_action = _frontend_hotkey_matcher.get_match_result(); in filter_hotkeys() local 1656 if (hotkey_action == SCIM_FRONTEND_HOTKEY_TRIGGER) in filter_hotkeys() 1664 else if (hotkey_action == SCIM_FRONTEND_HOTKEY_ON) in filter_hotkeys() 1670 else if (hotkey_action == SCIM_FRONTEND_HOTKEY_OFF) in filter_hotkeys() 1676 else if (hotkey_action == SCIM_FRONTEND_HOTKEY_NEXT_FACTORY) in filter_hotkeys() 1681 else if (hotkey_action == SCIM_FRONTEND_HOTKEY_PREVIOUS_FACTORY) in filter_hotkeys() 1686 else if (hotkey_action == SCIM_FRONTEND_HOTKEY_SHOW_FACTORY_MENU) in filter_hotkeys()
|