diff options
| author | Ed Halley <ed@halley.cc> | 2009-03-13 22:24:51 +0000 |
|---|---|---|
| committer | speare <speare@users.sourceforge.net> | 2009-03-13 22:24:51 +0000 |
| commit | dea577f16ee754ffb8a5618bc52ec86b47d13a82 (patch) | |
| tree | cdef4d9d947d3d4a13ac2b954cebb9f0a9891890 /share | |
| parent | correcting namespaces in inkex.py (diff) | |
| download | inkscape-dea577f16ee754ffb8a5618bc52ec86b47d13a82.tar.gz inkscape-dea577f16ee754ffb8a5618bc52ec86b47d13a82.zip | |
response to bug #171923; now Ctrl+PgUp/Dn is 'Switch to Layer Above/Below'
(bzr r7483)
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/default.xml | 6 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 6 |
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"/> |
