diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-02 22:41:06 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-04 20:39:35 +0000 |
| commit | 8bc273fe101cf980af17c9b0e26f7c2a18930cb7 (patch) | |
| tree | 46244cab8faa8dcaa9920fda8019daeca18c1d93 /share/keys | |
| parent | Add a few useful lookup functions. (diff) | |
| download | inkscape-8bc273fe101cf980af17c9b0e26f7c2a18930cb7.tar.gz inkscape-8bc273fe101cf980af17c9b0e26f7c2a18930cb7.zip | |
Added XRay
Diffstat (limited to 'share/keys')
| -rw-r--r-- | share/keys/acd-canvas.xml | 1 | ||||
| -rw-r--r-- | share/keys/adobe-illustrator-cs2.xml | 1 | ||||
| -rw-r--r-- | share/keys/carbon.xml | 1 | ||||
| -rw-r--r-- | share/keys/corel-draw-x4.xml | 1 | ||||
| -rw-r--r-- | share/keys/corel-draw-x8.xml | 1 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 6 | ||||
| -rw-r--r-- | share/keys/right-handed-illustration.xml | 1 |
7 files changed, 12 insertions, 0 deletions
diff --git a/share/keys/acd-canvas.xml b/share/keys/acd-canvas.xml index 74749e037..c3ce321f0 100644 --- a/share/keys/acd-canvas.xml +++ b/share/keys/acd-canvas.xml @@ -299,6 +299,7 @@ Path -> Unsmooth - Ctrl+Alt+U <bind key="L" modifiers="Ctrl,Alt" action="ViewModeToggle" /> <bind action="ViewColorModeToggle" /> <bind action="ViewSplitModeToggle" /> + <bind action="ViewXRayToggle" /> <!-- LAYOUT MENU --> <!-- Needs checking diff --git a/share/keys/adobe-illustrator-cs2.xml b/share/keys/adobe-illustrator-cs2.xml index bf9552235..1a7cb1435 100644 --- a/share/keys/adobe-illustrator-cs2.xml +++ b/share/keys/adobe-illustrator-cs2.xml @@ -268,6 +268,7 @@ Last Effect Alt+Shift+Ctrl+E <bind key="Y" modifiers="Ctrl" action="ViewModeToggle" display="true" /> <bind action="ViewColorModeToggle" /> <bind action="ViewSplitModeToggle" /> + <bind action="ViewXRayToggle" /> <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/carbon.xml b/share/keys/carbon.xml index f5b66ca1a..4ae4b69ea 100644 --- a/share/keys/carbon.xml +++ b/share/keys/carbon.xml @@ -267,6 +267,7 @@ and tooltips. Only one binding for each action may have this attribute. <bind action="ViewColorModeGrayscale" /> <bind key="KP_6" modifiers="Cmd" action="ViewSplitModeToggle" display="true" /> + <bind key="KP_6" modifiers="Alt" action="ViewXRayToggle" display="true" /> <!-- Edit --> diff --git a/share/keys/corel-draw-x4.xml b/share/keys/corel-draw-x4.xml index ffd28765d..e523b87e2 100644 --- a/share/keys/corel-draw-x4.xml +++ b/share/keys/corel-draw-x4.xml @@ -159,6 +159,7 @@ See default.xml for more information. <bind key="F9" modifiers="Shift" action="ViewModeToggle" display="true" /> <bind action="ViewColorModeToggle" /> <bind action="ViewSplitModeToggle" /> + <bind action="ViewXRayToggle" /> <!-- 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 b2d01b84b..717038212 100644 --- a/share/keys/corel-draw-x8.xml +++ b/share/keys/corel-draw-x8.xml @@ -132,6 +132,7 @@ in the style of Corel DRAW X8. See default.xml for more information. <bind key="F9" modifiers="Shift" action="ViewModeToggle" display="true" /> <bind action="ViewColorModeToggle" /> <bind action="ViewSplitModeToggle" /> +<bind action="ViewXRayToggle" /> <bind key="F4" action="ZoomDrawing" display="true"/> <bind key="F2" action="ZoomIn" display="true" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index a649b3e0e..7b674b04e 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -302,6 +302,12 @@ override) the bindings in the main default.xml. <bind key="KP_6" modifiers="Primary" action="ViewSplitModeToggle" display="true" /> <bind key="KP_6" modifiers="Primary" action="ViewSplitModeToggle" /> + + <bind key="6" modifiers="Alt" action="ViewXRayToggle" display="true" /> + <bind key="6" modifiers="Alt" action="ViewXRayToggle" /> + <bind key="KP_6" modifiers="Alt" action="ViewXRayToggle" display="true" /> + <bind key="KP_6" modifiers="Alt" action="ViewXRayToggle" /> + <!-- Edit --> <bind key="z" modifiers="Primary" action="EditUndo" display="true" /> diff --git a/share/keys/right-handed-illustration.xml b/share/keys/right-handed-illustration.xml index 6e69e37b6..a68aaa428 100644 --- a/share/keys/right-handed-illustration.xml +++ b/share/keys/right-handed-illustration.xml @@ -237,6 +237,7 @@ Future improvements: <bind key="KP_Begin" modifiers="Ctrl" action="ViewModeToggle" /> <bind action="ViewColorModeToggle" /> <bind action="ViewSplitModeToggle" /> + <bind action="ViewXRayToggle" /> <!-- Edit --> <bind key="z" modifiers="Ctrl" action="EditUndo" display="true"/> |
