Fixed I keyboard shortcut. Added Shift+I too.

This commit is contained in:
David Capello 2009-10-09 02:41:09 +00:00
parent 9e5d0dc2f2
commit 115af153cc

View File

@ -75,7 +75,12 @@
<key command="options" shortcut="Ctrl+Shift+O" /> <key command="options" shortcut="Ctrl+Shift+O" />
<!-- others --> <!-- others -->
<key command="eyedropper" shortcut="I" /> <key command="eyedropper" shortcut="I">
<param name="target" value="background" />
</key>
<key command="eyedropper" shortcut="Shift+I">
<param name="target" value="foreground" />
</key>
<key command="switch_colors" shortcut="X" /> <key command="switch_colors" shortcut="X" />
</commands> </commands>
<tools> <tools>