🐛 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 32e4569495
commit 6e36f66dde
2 changed files with 2 additions and 1 deletions

View file

@ -140,7 +140,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")