Code

I added a key configuration for this command, changed a variable name and added the...
[inkscape.git] / share / keys / default.xml
index ba5c855622588494f972331950a1c266fecc1ac2..0ab7c934f9620329faf4a2cfbbedad964aa0f09e 100644 (file)
@@ -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" />