diff options
| -rw-r--r-- | share/keys/default.xml | 4 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 9bebaf2b3..ac80e639c 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -417,7 +417,8 @@ override) the bindings in the main default.xml. <bind key="parenright" modifiers="Ctrl" action="SelectionOffset" display="true"/> <bind key="parenright" modifiers="Ctrl,Shift" action="SelectionOffset" /> <bind key="0" modifiers="Ctrl,Shift" action="SelectionOffset" /> - + <bind key="0" modifiers="Ctrl" action="SelectionOffset" /> + <bind key="parenright" modifiers="Alt" action="SelectionOffsetScreen" display="true"/> <bind key="0" modifiers="Alt" action="SelectionOffsetScreen" /> @@ -427,6 +428,7 @@ override) the bindings in the main default.xml. <bind key="parenleft" modifiers="Ctrl" action="SelectionInset" display="true"/> <bind key="parenleft" modifiers="Ctrl,Shift" action="SelectionInset" /> <bind key="9" modifiers="Ctrl,Shift" action="SelectionInset" /> + <bind key="9" modifiers="Ctrl" action="SelectionInset" /> <bind key="parenleft" modifiers="Alt" action="SelectionInsetScreen" display="true"/> <bind key="9" modifiers="Alt" action="SelectionInsetScreen" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 9bebaf2b3..ac80e639c 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -417,7 +417,8 @@ override) the bindings in the main default.xml. <bind key="parenright" modifiers="Ctrl" action="SelectionOffset" display="true"/> <bind key="parenright" modifiers="Ctrl,Shift" action="SelectionOffset" /> <bind key="0" modifiers="Ctrl,Shift" action="SelectionOffset" /> - + <bind key="0" modifiers="Ctrl" action="SelectionOffset" /> + <bind key="parenright" modifiers="Alt" action="SelectionOffsetScreen" display="true"/> <bind key="0" modifiers="Alt" action="SelectionOffsetScreen" /> @@ -427,6 +428,7 @@ override) the bindings in the main default.xml. <bind key="parenleft" modifiers="Ctrl" action="SelectionInset" display="true"/> <bind key="parenleft" modifiers="Ctrl,Shift" action="SelectionInset" /> <bind key="9" modifiers="Ctrl,Shift" action="SelectionInset" /> + <bind key="9" modifiers="Ctrl" action="SelectionInset" /> <bind key="parenleft" modifiers="Alt" action="SelectionInsetScreen" display="true"/> <bind key="9" modifiers="Alt" action="SelectionInsetScreen" /> |
