diff options
| author | Jon Phillips <jon@fabricatorz.com> | 2006-08-22 08:42:52 +0000 |
|---|---|---|
| committer | kidproto <kidproto@users.sourceforge.net> | 2006-08-22 08:42:52 +0000 |
| commit | 48e28f0fb09e71edf1772c99dcf4ca1f840a4c53 (patch) | |
| tree | a0d98d44f4ea8c44e37d21ab6b6c5e0d821b9cba /share | |
| parent | Committed a great patch which adds a Save A Copy menu function. This is the f... (diff) | |
| download | inkscape-48e28f0fb09e71edf1772c99dcf4ca1f840a4c53.tar.gz inkscape-48e28f0fb09e71edf1772c99dcf4ca1f840a4c53.zip | |
I added a key configuration for this command, changed a variable name and added the patch's author to the AUTHORS file....
(bzr r1629)
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/default.xml | 3 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index ba5c85562..0ab7c934f 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -55,6 +55,9 @@ override) the bindings in the main default.xml. <bind key="s" modifiers="Ctrl,Shift" action="FileSaveAs" display="true"/> <bind key="S" modifiers="Ctrl,Shift" action="FileSaveAs" /> + <bind key="s" modifiers="Ctrl,Shift,Alt" action="FileSaveACopy" display="true"/> + <bind key="S" modifiers="Ctrl,Shift,Alt" action="FileSaveACopy" /> + <bind key="p" modifiers="Ctrl" action="FilePrint" display="true"/> <bind key="P" modifiers="Ctrl" action="FilePrint" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index ba5c85562..0ab7c934f 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -55,6 +55,9 @@ override) the bindings in the main default.xml. <bind key="s" modifiers="Ctrl,Shift" action="FileSaveAs" display="true"/> <bind key="S" modifiers="Ctrl,Shift" action="FileSaveAs" /> + <bind key="s" modifiers="Ctrl,Shift,Alt" action="FileSaveACopy" display="true"/> + <bind key="S" modifiers="Ctrl,Shift,Alt" action="FileSaveACopy" /> + <bind key="p" modifiers="Ctrl" action="FilePrint" display="true"/> <bind key="P" modifiers="Ctrl" action="FilePrint" /> |
