Skip to content

Commit

Permalink
Update slice tool shortcut to Shift+C and change ScrollCenter to Shift+Z
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed May 6, 2019
1 parent 48450ac commit 33dc3fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/gui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
<key command="LayerOpacity" shortcut="Shift+4"><param name="opacity" value="255" /></key>

<!-- Scroll to center -->
<key command="ScrollCenter" shortcut="Shift+C" />
<key command="ScrollCenter" shortcut="Shift+Z" />
<key command="FitScreen" shortcut="Ctrl+0" mac="Cmd+0" />

<!-- Scroll with arrows -->
Expand Down Expand Up @@ -503,7 +503,7 @@
<key tool="eyedropper" shortcut="I" />
<key tool="hand" shortcut="H" />
<key tool="move" shortcut="V" />
<key tool="slice" shortcut="Ctrl+Alt+C" mac="Cmd+Alt+C" />
<key tool="slice" shortcut="Shift+C" />
<key tool="zoom" shortcut="Z" />

<key tool="paint_bucket" shortcut="G" />
Expand Down

0 comments on commit 33dc3fd

Please sign in to comment.