![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include <gdk/gdkkeysyms.h>#include <glib.h>
Include dependency graph for gdkkeys.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| static guint | dt_keys_numpad_alternatives (const guint key_val) |
| Find the numpad equivalent key of any given key. Use this to define/handle alternative shortcuts. | |
| static guint | dt_keys_mainpad_alternatives (const guint key_val) |
| Remap keypad keys to usual mainpad ones. | |
|
inlinestatic |
Remap keypad keys to usual mainpad ones.
| key_val |
Definition at line 113 of file gdkkeys.h.
Referenced by _accels_keys_decode(), _area_key_press_callback(), _area_key_press_callback(), _attached_key_pressed(), _datetime_key_pressed(), _dictionary_key_pressed(), _edit_key_press(), _enter_key_pressed(), _gradient_slider_key_press_event(), _group_events_key_pressed(), _key_press_on_list(), _key_pressed(), _lib_tagging_tag_key_press(), _polygon_events_key_pressed(), _rename_module_key_press(), _search_entry_key_pressed(), _shortcut_edited(), _timezone_key_pressed(), _widget_key_press(), dt_bauhaus_popup_key_press(), dt_handle_dialog_enter(), dt_iop_basecurve_key_press(), dt_iop_colorcorrection_key_press(), dt_iop_tonecurve_key_press(), dt_masks_events_key_pressed(), dt_thumbtable_key_pressed_grid(), key_pressed(), key_pressed(), and tree_key_press_presets().
|
inlinestatic |
Find the numpad equivalent key of any given key. Use this to define/handle alternative shortcuts.
| key_val |
Definition at line 29 of file gdkkeys.h.
Referenced by _add_widget_accel(), and _remove_widget_accel().