Code

response to bug #171923; now Ctrl+PgUp/Dn is 'Switch to Layer Above/Below'
authorspeare <speare@users.sourceforge.net>
Fri, 13 Mar 2009 22:24:51 +0000 (22:24 +0000)
committerspeare <speare@users.sourceforge.net>
Fri, 13 Mar 2009 22:24:51 +0000 (22:24 +0000)
share/keys/default.xml
share/keys/inkscape.xml

index 370bd5a2c241b8bd4e4b45893be355c0e20f0d55..9c169adb8b658706d904d2397733f2b8583e8d2d 100644 (file)
@@ -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"/>
index 370bd5a2c241b8bd4e4b45893be355c0e20f0d55..9c169adb8b658706d904d2397733f2b8583e8d2d 100644 (file)
@@ -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"/>