mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-01 10:13:22 +00:00
Fix duplicate "Zoom" items in the keyboard shortcuts list (#4387)
Before this fix, the following items were repeated in the list box: 'Zoom 600%' 'Zoom 800%' 'Zoom 1600%'
This commit is contained in:
parent
aca9bf6bb7
commit
a7a31f9a4a
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!-- Aseprite -->
|
<!-- Aseprite -->
|
||||||
<!-- Copyright (C) 2018-2023 Igara Studio S.A. -->
|
<!-- Copyright (C) 2018-2024 Igara Studio S.A. -->
|
||||||
<!-- Copyright (C) 2001-2018 David Capello -->
|
<!-- Copyright (C) 2001-2018 David Capello -->
|
||||||
<gui>
|
<gui>
|
||||||
<!-- Keyboard shortcuts -->
|
<!-- Keyboard shortcuts -->
|
||||||
@ -290,11 +290,9 @@
|
|||||||
<key command="Zoom" shortcut="3"><param name="percentage" value="400" /></key>
|
<key command="Zoom" shortcut="3"><param name="percentage" value="400" /></key>
|
||||||
<key command="Zoom"><param name="percentage" value="500" /></key>
|
<key command="Zoom"><param name="percentage" value="500" /></key>
|
||||||
<key command="Zoom"><param name="percentage" value="600" /></key>
|
<key command="Zoom"><param name="percentage" value="600" /></key>
|
||||||
<key command="Zoom"><param name="percentage" value="700" /></key>
|
|
||||||
<key command="Zoom" shortcut="4"><param name="percentage" value="800" /></key>
|
<key command="Zoom" shortcut="4"><param name="percentage" value="800" /></key>
|
||||||
<key command="Zoom"><param name="percentage" value="1000" /></key>
|
|
||||||
<key command="Zoom" shortcut="5"><param name="percentage" value="1600" /></key>
|
<key command="Zoom" shortcut="5"><param name="percentage" value="1600" /></key>
|
||||||
<key command="Zoom"><param name="percentage" value="2000" /></key>
|
<key command="Zoom"><param name="percentage" value="2400" /></key>
|
||||||
<key command="Zoom" shortcut="6"><param name="percentage" value="3200" /></key>
|
<key command="Zoom" shortcut="6"><param name="percentage" value="3200" /></key>
|
||||||
<key command="Zoom" shortcut="Ctrl++" mac="Cmd++">
|
<key command="Zoom" shortcut="Ctrl++" mac="Cmd++">
|
||||||
<param name="action" value="in" />
|
<param name="action" value="in" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user