summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/keys/acd-canvas.xml1
-rw-r--r--share/keys/adobe-illustrator-cs2.xml1
-rw-r--r--share/keys/carbon.xml1
-rw-r--r--share/keys/corel-draw-x4.xml1
-rw-r--r--share/keys/corel-draw-x8.xml1
-rw-r--r--share/keys/inkscape.xml6
-rw-r--r--share/keys/right-handed-illustration.xml1
-rw-r--r--share/ui/menus.xml1
8 files changed, 13 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"/>
diff --git a/share/ui/menus.xml b/share/ui/menus.xml
index 03eb2f84f..fe1117793 100644
--- a/share/ui/menus.xml
+++ b/share/ui/menus.xml
@@ -130,6 +130,7 @@
</submenu>
<separator/>
<verb verb-id="ViewSplitModeToggle" check="yes" />
+ <verb verb-id="ViewXRayToggle" check="yes" />
<verb verb-id="ToggleGrid" check="yes" />
<verb verb-id="ToggleGuides" check="yes" />
<verb verb-id="ViewCmsToggle" check="yes" />