diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-04-07 00:50:16 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-04-07 00:50:16 +0000 |
| commit | ff5db9a9b7a9ecaea48084fa9a06e9a38042483c (patch) | |
| tree | bc7945963c6b3c3ff14917649dbbeddc0840189d /share | |
| parent | Cmake: more fixs for C internal libs (diff) | |
| download | inkscape-ff5db9a9b7a9ecaea48084fa9a06e9a38042483c.tar.gz inkscape-ff5db9a9b7a9ecaea48084fa9a06e9a38042483c.zip | |
consistency with offset keys
(bzr r5359)
Diffstat (limited to 'share')
| -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" /> |
