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

/inkscape/src/
H A Dshortcuts.cpp83 static std::map<Inkscape::Verb *, unsigned int> *user_shortcuts = NULL; variable
90 user_shortcuts = new std::map<Inkscape::Verb *, unsigned int>();
731 (*user_shortcuts)[old_verb] = 0;
737 (*user_shortcuts)[verb] = is_user_set;
769 result = (*user_shortcuts)[verb];

Completed in 12 milliseconds