diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-02 19:22:26 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-02 19:22:26 +0000 |
| commit | 3ba0c7caf2a56e4a278ac293db85ccc33a93988f (patch) | |
| tree | 40557b5b404b9bac68b4029711a6aaa3fb7a4d53 /share/keys | |
| parent | Fix Shortcuts (diff) | |
| download | inkscape-3ba0c7caf2a56e4a278ac293db85ccc33a93988f.tar.gz inkscape-3ba0c7caf2a56e4a278ac293db85ccc33a93988f.zip | |
Add other sofwar binds to new keys
Diffstat (limited to 'share/keys')
| -rw-r--r-- | share/keys/adobe-illustrator-cs2.xml | 3 | ||||
| -rw-r--r-- | share/keys/corel-draw-x4.xml | 3 | ||||
| -rw-r--r-- | share/keys/corel-draw-x8.xml | 3 | ||||
| -rw-r--r-- | share/keys/right-handed-illustration.xml | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/share/keys/adobe-illustrator-cs2.xml b/share/keys/adobe-illustrator-cs2.xml index 87bbf9f0d..bf9552235 100644 --- a/share/keys/adobe-illustrator-cs2.xml +++ b/share/keys/adobe-illustrator-cs2.xml @@ -266,7 +266,8 @@ Last Effect Alt+Shift+Ctrl+E <bind key="y" modifiers="Ctrl" action="ViewModeToggle" /> <bind key="Y" modifiers="Ctrl" action="ViewModeToggle" display="true" /> - + <bind action="ViewColorModeToggle" /> + <bind action="ViewSplitModeToggle" /> <bind key="equal" modifiers="Ctrl" action="ZoomIn" display="true"/> <bind key="minus" modifiers="Ctrl" action="ZoomOut" display="true"/> <bind key="0" modifiers="Ctrl" action="ZoomPage" display="true"/> diff --git a/share/keys/corel-draw-x4.xml b/share/keys/corel-draw-x4.xml index b7259ea4b..ffd28765d 100644 --- a/share/keys/corel-draw-x4.xml +++ b/share/keys/corel-draw-x4.xml @@ -157,7 +157,8 @@ See default.xml for more information. <!-- Toggle View --> <bind key="F9" modifiers="Shift" action="ViewModeToggle" display="true" /> - + <bind action="ViewColorModeToggle" /> + <bind action="ViewSplitModeToggle" /> <!-- Path actions --> <bind key="q" modifiers="Ctrl" action="ObjectToPath" display="true"/> diff --git a/share/keys/corel-draw-x8.xml b/share/keys/corel-draw-x8.xml index cd4cf4304..b2d01b84b 100644 --- a/share/keys/corel-draw-x8.xml +++ b/share/keys/corel-draw-x8.xml @@ -130,7 +130,8 @@ in the style of Corel DRAW X8. See default.xml for more information. <bind key="F9" action="FullScreenFocus" display="true" /> <bind key="F9" modifiers="Shift" action="ViewModeToggle" display="true" /> - +<bind action="ViewColorModeToggle" /> +<bind action="ViewSplitModeToggle" /> <bind key="F4" action="ZoomDrawing" display="true"/> <bind key="F2" action="ZoomIn" display="true" /> diff --git a/share/keys/right-handed-illustration.xml b/share/keys/right-handed-illustration.xml index f2501b67a..6e69e37b6 100644 --- a/share/keys/right-handed-illustration.xml +++ b/share/keys/right-handed-illustration.xml @@ -235,7 +235,8 @@ Future improvements: <bind key="KP_5" modifiers="Ctrl" action="ViewModeToggle" display="true" /> <bind key="KP_Begin" modifiers="Ctrl" action="ViewModeToggle" /> - + <bind action="ViewColorModeToggle" /> + <bind action="ViewSplitModeToggle" /> <!-- Edit --> <bind key="z" modifiers="Ctrl" action="EditUndo" display="true"/> |
