Searched refs:hardware_keycode (Results 1 - 9 of 9) sorted by relevance
/inkscape/src/ |
H A D | shortcuts.h | 49 unsigned int sp_gdkmodifier_to_shortcut(unsigned int accel_key, Gdk::ModifierType gdkmodifier, unsigned int hardware_keycode);
|
H A D | shortcuts.cpp | 116 unsigned int sp_gdkmodifier_to_shortcut(guint accel_key, Gdk::ModifierType gdkmodifier, guint hardware_keycode) { argument 123 event.hardware_keycode = hardware_keycode;
|
/inkscape/src/ui/tool/ |
H A D | event-utils.cpp | 26 event.hardware_keycode,
|
/inkscape/src/ui/dialog/ |
H A D | inkscape-preferences.h | 534 void onKBTreeEdited (const Glib::ustring& path, guint accel_key, Gdk::ModifierType accel_mods, guint hardware_keycode);
|
H A D | inkscape-preferences.cpp | 1698 void InkscapePreferences::onKBTreeEdited (const Glib::ustring& path, guint accel_key, Gdk::ModifierType accel_mods, guint hardware_keycode) argument 1711 unsigned int const new_shortcut_id = sp_gdkmodifier_to_shortcut(accel_key, accel_mods, hardware_keycode);
|
/inkscape/src/ui/tools/ |
H A D | tool-base.cpp | 1136 gdk_display_get_default()), event->hardware_keycode,
|
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.c | 1035 event->hardware_keycode, (GdkModifierType)event->state,
|
/inkscape/src/widgets/ |
H A D | ink-comboboxentry-action.cpp | 939 event->hardware_keycode, (GdkModifierType)event->state,
|
H A D | ege-adjustment-action.cpp | 1021 event->hardware_keycode, (GdkModifierType)event->state,
|
Completed in 162 milliseconds