![]() |
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 |
Referenced by _accels_keys_decode().
|
inlinestatic |
Find the numpad equivalent key of any given key. Use this to define/handle alternative shortcuts.
| key_val |
Referenced by _add_widget_accel(), and _remove_widget_accel().