Searched defs:hardware_keycode (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dshortcuts.cpp116 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/dialog/
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 23 milliseconds