diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-02-21 22:28:50 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-02-21 22:28:50 +0000 |
| commit | 4a4047fdd90aede6d16c020ddcd70c57ea4aa218 (patch) | |
| tree | e43b214f3025b953644385c301a03a4d2f3b1dbf /share | |
| parent | Finished cleanup of outdated SP_OBJECT_PARENT C macro. (diff) | |
| download | inkscape-4a4047fdd90aede6d16c020ddcd70c57ea4aa218.tar.gz inkscape-4a4047fdd90aede6d16c020ddcd70c57ea4aa218.zip | |
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
(bzr r10065)
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/default.xml | 3 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 4378263a0..72364bec1 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -263,9 +263,12 @@ override) the bindings in the main default.xml. <bind action="ViewModeNormal" /> <bind action="ViewModeOutline" /> + <bind action="ViewColorModeNormal" /> + <bind action="ViewColorModeGrayscale" /> <bind key="KP_5" modifiers="Ctrl" action="ViewModeToggle" display="true" /> <bind key="KP_Begin" modifiers="Ctrl" action="ViewModeToggle" /> + <bind key="KP_5" modifiers="Shift" action="ViewColorModeToggle" display="true" /> <!-- Edit --> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 4378263a0..72364bec1 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -263,9 +263,12 @@ override) the bindings in the main default.xml. <bind action="ViewModeNormal" /> <bind action="ViewModeOutline" /> + <bind action="ViewColorModeNormal" /> + <bind action="ViewColorModeGrayscale" /> <bind key="KP_5" modifiers="Ctrl" action="ViewModeToggle" display="true" /> <bind key="KP_Begin" modifiers="Ctrl" action="ViewModeToggle" /> + <bind key="KP_5" modifiers="Shift" action="ViewColorModeToggle" display="true" /> <!-- Edit --> |
