mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Fixed I keyboard shortcut. Added Shift+I too.
This commit is contained in:
parent
9e5d0dc2f2
commit
115af153cc
@ -75,7 +75,12 @@
|
||||
<key command="options" shortcut="Ctrl+Shift+O" />
|
||||
|
||||
<!-- 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" />
|
||||
</commands>
|
||||
<tools>
|
||||
|
Loading…
Reference in New Issue
Block a user