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

/inkscape/src/io/
H A Dresource.h32 KEYS, enumerator in enum:Inkscape::IO::Resource::Type
H A Dresource.cpp41 case KEYS: temp = INKSCAPE_KEYSDIR; break;
69 case KEYS: name = "keys"; break;
/inkscape/src/
H A Dshortcuts.cpp57 using Inkscape::IO::Resource::KEYS;
95 shortcutfile = Glib::ustring(get_path(SYSTEM, KEYS, "default.xml"));
99 try_shortcuts_file(get_path(USER, KEYS, "default.xml"));
163 char const *filename = get_path(USER, KEYS, "default.xml");
397 char const *filename = get_path(USER, KEYS, "default.xml");
407 char const *filename = get_path(USER, KEYS, "default.xml");
431 char const *filename = get_path(USER, KEYS, "default.xml");
499 char const *filename = get_path(USER, KEYS, "default.xml");
/inkscape/src/ui/dialog/
H A Dinkscape-preferences.cpp1550 tooltip += Glib::ustring(IO::Resource::get_path(IO::Resource::USER, IO::Resource::KEYS, "default.xml"));

Completed in 26 milliseconds