mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 04:06:21 +02:00
🐛 Fix shift+2 shortcut in MacOS with non-english keyboards
This commit is contained in:
parent
32e4569495
commit
6e36f66dde
2 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue