🐛 Fix shift+2 shortcut in MacOS with non-english keyboards

This commit is contained in:
alonso.torres 2022-03-24 16:56:01 +01:00
parent adfc0902a2
commit 9ffe406d0d
2 changed files with 2 additions and 1 deletions

View file

@ -134,7 +134,7 @@
:fn #(st/emit! dw/zoom-to-fit-all)}
:zoom-selected {:tooltip (ds/shift "2")
:command "shift+2"
:command ["shift+2" "@" "\""]
:fn #(st/emit! dw/zoom-to-selected-shape)}
:duplicate {:tooltip (ds/meta "D")