summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e58ea50)
raw | patch | inline | side by side (parent: e58ea50)
author | speare <speare@users.sourceforge.net> | |
Fri, 13 Mar 2009 22:24:51 +0000 (22:24 +0000) | ||
committer | speare <speare@users.sourceforge.net> | |
Fri, 13 Mar 2009 22:24:51 +0000 (22:24 +0000) |
share/keys/default.xml | patch | blob | history | |
share/keys/inkscape.xml | patch | blob | history |
diff --git a/share/keys/default.xml b/share/keys/default.xml
index 370bd5a2c241b8bd4e4b45893be355c0e20f0d55..9c169adb8b658706d904d2397733f2b8583e8d2d 100644 (file)
--- a/share/keys/default.xml
+++ b/share/keys/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)
--- a/share/keys/inkscape.xml
+++ b/share/keys/inkscape.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"/>