summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/keys/default.xml6
-rw-r--r--share/keys/inkscape.xml6
2 files changed, 8 insertions, 4 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 370bd5a2c..9c169adb8 100644
--- a/share/keys/default.xml
+++ b/share/keys/default.xml
@@ -477,8 +477,10 @@ override) the bindings in the main default.xml.
<bind key="n" modifiers="Ctrl,Shift" action="LayerNew" />
<bind action="LayerRename" />
- <bind action="LayerNext" />
- <bind action="LayerPrev" />
+ <bind key="Page_Up" modifiers="Ctrl" action="LayerNext" display="true"/>
+ <bind key="KP_Page_Up" modifiers="Ctrl" action="LayerNext"/>
+ <bind key="Page_Down" modifiers="Ctrl" action="LayerPrev" display="true"/>
+ <bind key="KP_Page_Down" modifiers="Ctrl" action="LayerPrev"/>
<bind action="LayerDelete" />
<bind key="Page_Up" modifiers="Ctrl,Shift" action="LayerRaise" display="true"/>
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml
index 370bd5a2c..9c169adb8 100644
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.xml
@@ -477,8 +477,10 @@ override) the bindings in the main default.xml.
<bind key="n" modifiers="Ctrl,Shift" action="LayerNew" />
<bind action="LayerRename" />
- <bind action="LayerNext" />
- <bind action="LayerPrev" />
+ <bind key="Page_Up" modifiers="Ctrl" action="LayerNext" display="true"/>
+ <bind key="KP_Page_Up" modifiers="Ctrl" action="LayerNext"/>
+ <bind key="Page_Down" modifiers="Ctrl" action="LayerPrev" display="true"/>
+ <bind key="KP_Page_Down" modifiers="Ctrl" action="LayerPrev"/>
<bind action="LayerDelete" />
<bind key="Page_Up" modifiers="Ctrl,Shift" action="LayerRaise" display="true"/>