diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-10-14 08:00:27 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-10-14 08:00:27 +0000 |
| commit | e64e134d847ae7b741bf94839bd1b2c308984062 (patch) | |
| tree | 3630b4a6c8b50355eaa3374009e557f276e76a02 /share/keys/inkscape.xml | |
| parent | GTK+ 3: Fix crash with live-preview checkbox in extensions dialog (diff) | |
| download | inkscape-e64e134d847ae7b741bf94839bd1b2c308984062.tar.gz inkscape-e64e134d847ae7b741bf94839bd1b2c308984062.zip | |
Fix for 171221 : color panel improvements
(bzr r11793)
Diffstat (limited to 'share/keys/inkscape.xml')
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 74822e6d1..619db8cdb 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -676,4 +676,7 @@ override) the bindings in the main default.xml. <bind key="j" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer" display="true"/> <bind key="J" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer"/> + <bind key="p" modifiers="Shift,Alt" action="TogglePalette" display="true" /> + <bind key="P" modifiers="Shift,Alt" action="TogglePalette" /> + </keys> |
