Searched refs:accel_key (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/
H A Dshortcuts.h49 unsigned int sp_gdkmodifier_to_shortcut(unsigned int accel_key, Gdk::ModifierType gdkmodifier, unsigned int hardware_keycode);
H A Dshortcuts.cpp116 unsigned int sp_gdkmodifier_to_shortcut(guint accel_key, Gdk::ModifierType gdkmodifier, guint hardware_keycode) { argument
122 event.keyval = accel_key;
126 shortcut = accel_key |
127 ( (gdkmodifier & GDK_SHIFT_MASK) || ( accel_key != keyval) ?
679 unsigned int accel_key = sp_shortcut_get_key(shortcut); local
680 if (accel_key > 0) {
684 accel_key,
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.h534 void onKBTreeEdited (const Glib::ustring& path, guint accel_key, Gdk::ModifierType accel_mods, guint hardware_keycode);
H A Dinkscape-preferences.cpp1698 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);

Completed in 101 milliseconds