diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-04-13 02:51:12 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-04-13 02:51:12 +0000 |
| commit | f69b61c3335e16e95b937cb0c3f3704e46863a24 (patch) | |
| tree | 37b96aef3226300821596278f5358ba3cb0637eb /share/keys/default.xml | |
| parent | renamed many verbs to more meaningful names, fixed a few inconsistencies, rea... (diff) | |
| download | inkscape-f69b61c3335e16e95b937cb0c3f3704e46863a24.tar.gz inkscape-f69b61c3335e16e95b937cb0c3f3704e46863a24.zip | |
add inkscape.xml (copy of default.xml) and xara.xml keymaps
(bzr r506)
Diffstat (limited to 'share/keys/default.xml')
| -rw-r--r-- | share/keys/default.xml | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 53b73623f..22492e79f 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -1,8 +1,8 @@ <?xml version="1.0"?> <keys name="Inkscape default"> -<!-- -This is the default Inkscape keybindings. In each "bind" element: +<!-- +This file contains the default Inkscape keyboard shortcuts. In each "bind" element: - The "key" attribute contains the key name. The names are the same as those in the <gdk/gdkkeysyms.h> header file but without the leading "GDK_". If you don't have GDK @@ -11,22 +11,29 @@ source locally, you can view that file at: http://cvs.gnome.org/viewcvs/gtk%2B/gdk/gdkkeysyms.h?view=markup - The "modifiers" attribute contains a comma-separated list of modifiers, which can be -one or more of: Ctrl, Shift, Alt. +one or more of: "Ctrl", "Shift", "Alt". - The "action" attribute contains the name of the action. The complete list of actions (called "verbs") is in the file src/verbs.cpp in Inkscape source; there you can see -brief descriptions of what each action does. One action may have multiple key bindings. +brief descriptions of what each action does. The same action may have multiple key +bindings. - The "display" attribute controls whether this binding will be displayed in the menu and tooltips. Only one binding for each action may have this attribute. Note that the current file lists ALL Inkscape actions, even those that do not have any keys in the default mapping (those don't have "key" or "modifiers" attributes). You can -assign any keys to these actions by adding "key" and "modifiers" attributes to them. +assign any keys to these actions by adding "key" and "modifiers" attributes to +them. Please add here all new verbs you create! + +This file is inkscape.xml, and in the original installation it is also copied as +default.xml. The latter is the file that Inkscape reads on startup. If you overwrite +default.xml with some other keymap file (e.g. xara.xml), you can always restore the +default keybindings by copying inkscape.xml to default.xml again. In case of conflict, those bindings that come later override those before them. This file resides in the share/keys directory of your Inkscape installation, but you may also -have another default.xml in your personal Inkscape profile directory (e.g. ~/.inkscape +have a default.xml in your personal Inkscape profile directory (e.g. ~/.inkscape on Unix). The bindings in that personal file are added to (or, if there's a conflict, override) the bindings in the main default.xml. --> |
