Hi, after recent steam update shortcut for quick zoom tools doesn’t work while using selection tools(lasso, magic wand tools etc…)
my quick zoom shortcut is bound to ctrl + space, appearently It occurs when I set it to using combination of only certain keys like ctrl, space or alt (the keys with checkboxes on shortcut bounding window)
I’m currently using Aseprite v1.3.17-x64
dacap
February 27, 2026, 1:46pm
2
Hi @doodledip , would you mind to share your user.aseprite-keys file from your preferences folder ?
sorry for the delayed response
<?xml version="1.0" encoding="utf-8"?>
<commands>
<key command="ExportSpriteSheet" shortcut="Ctrl+E" removed="true"/>
<key command="Fill" shortcut="F" removed="true"/>
<key command="Fill" shortcut="Alt+Del"/>
<key command="NewLayer" shortcut="Alt+Shift+N" removed="true">
<param name="group" value="true"/>
</key>
<key command="NewLayer" shortcut="Ctrl+G">
<param name="group" value="true"/>
</key>
<key command="NewLayer" shortcut="Ctrl+J" removed="true">
<param name="viaCopy" value="true"/>
</key>
<key command="RunCommand" shortcut="Ctrl+Space" removed="true"/>
<key command="ChangeColor" shortcut="[" removed="true">
<param name="change" value="decrement-index"/>
<param name="target" value="foreground"/>
</key>
<key command="ChangeColor" shortcut="]" removed="true">
<param name="change" value="increment-index"/>
<param name="target" value="foreground"/>
</key>
<key command="ChangeBrush" shortcut="+" removed="true">
<param name="change" value="increment-size"/>
</key>
<key command="ChangeBrush" shortcut="]">
<param name="change" value="increment-size"/>
</key>
<key command="ChangeBrush" shortcut="-" removed="true">
<param name="change" value="decrement-size"/>
</key>
<key command="ChangeBrush" shortcut="[">
<param name="change" value="decrement-size"/>
</key>
<key command="MergeDownLayer" shortcut="Ctrl+E"/>
<key command="GotoPreviousFrame" shortcut="Shift+,"/>
<key command="DuplicateLayer" shortcut="Ctrl+J"/>
</commands>
<tools>
<key tool="lasso" shortcut="Q" removed="true"/>
<key tool="lasso" shortcut="L"/>
<key tool="polygonal_lasso" shortcut="Shift+Q" removed="true"/>
<key tool="polygonal_lasso" shortcut="L" removed="true"/>
<key tool="polygonal_lasso" shortcut="Shift+L"/>
<key tool="move" shortcut="V" removed="true"/>
<key tool="move" shortcut="Ctrl" removed="true"/>
<key tool="line" shortcut="L" removed="true"/>
<key tool="line" shortcut="Q"/>
<key tool="curve" shortcut="Shift+L" removed="true"/>
</tools>
<quicktools>
<key tool="move" shortcut="Ctrl"/>
<key tool="zoom" shortcut="Ctrl+Alt" removed="true"/>
<key tool="zoom" shortcut="Alt+Shift" removed="true"/>
<key tool="zoom" shortcut="Space+Z" removed="true"/>
<key tool="zoom" shortcut="Ctrl+Space"/>
</quicktools>
<actions>
<key action="CopySelection" context="TranslatingSelection" shortcut="Shift" removed="true"/>
<key action="CopySelection" context="TranslatingSelection" shortcut="Ctrl+Alt" removed="true"/>
<key action="CopySelection" context="TranslatingSelection" shortcut="Ctrl"/>
<key action="LockAxis" context="TranslatingSelection" shortcut="Shift"/>
<key action="FineControl" context="TranslatingSelection" shortcut="Ctrl" removed="true"/>
<key action="SubtractSelection" context="Selection" shortcut="Alt+Shift" removed="true"/>
<key action="SubtractSelection" context="Selection" shortcut="Ctrl+Alt" removed="true"/>
<key action="SubtractSelection" context="Selection" shortcut="Alt"/>
</actions>
<wheel>
<key action="Zoom" shortcut="Ctrl" removed="true"/>
<key action="Zoom" shortcut="Alt"/>
<key action="VScroll" shortcut=""/>
<key action="HScroll" shortcut="Shift"/>
<key action="FgColor" shortcut="Alt" removed="true"/>
<key action="BgColor" shortcut="Alt+Shift"/>
</wheel>
<drag>
<key action="BrushSize" vector="4,0" shortcut="Ctrl+Alt" removed="true"/>
<key action="Zoom" vector="8,0" shortcut="Ctrl+Space" removed="true"/>
</drag>