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

/inkscape/src/
H A Dshortcuts.cpp60 static void read_shortcuts_file(char const *filename, bool const is_user_set=false);
551 static void read_shortcuts_file(char const *filename, bool const is_user_set) { argument
625 sp_shortcut_set(keyval | modifiers, verb, is_primary, is_user_set);
718 sp_shortcut_set(unsigned int const shortcut, Inkscape::Verb *const verb, bool const is_primary, bool const is_user_set) argument
737 (*user_shortcuts)[verb] = is_user_set;

Completed in 12 milliseconds