diff options
| -rw-r--r-- | share/keys/default.xml | 6 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index da62bc26c..24f4dd3ae 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -91,6 +91,12 @@ override) the bindings in the main default.xml. <bind action="NodePrefs" /> + <bind key="F2" modifiers="Alt" action="ToolTweak" display="true"/> + <bind key="w" action="ToolTweak" /> + <bind key="W" action="ToolTweak" /> + + <bind action="TweakPrefs" /> + <bind key="F3" action="ToolZoom" display="true"/> <bind key="z" action="ToolZoom" /> <bind key="Z" action="ToolZoom" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index da62bc26c..24f4dd3ae 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -91,6 +91,12 @@ override) the bindings in the main default.xml. <bind action="NodePrefs" /> + <bind key="F2" modifiers="Alt" action="ToolTweak" display="true"/> + <bind key="w" action="ToolTweak" /> + <bind key="W" action="ToolTweak" /> + + <bind action="TweakPrefs" /> + <bind key="F3" action="ToolZoom" display="true"/> <bind key="z" action="ToolZoom" /> <bind key="Z" action="ToolZoom" /> |
