diff --git a/CHANGES.md b/CHANGES.md index 98cbee0e8..5e13c092b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ - Fix problems with trackpad zoom and scroll in MacOS [#1161](https://github.com/penpot/penpot/issues/1161) - Fix problem with copy/paste in Safari [#1209](https://github.com/penpot/penpot/issues/1209) - Improved command support for MacOS [Taiga #2789](https://tree.taiga.io/project/penpot/issue/2789) +- Fix shift+2 shortcut in MacOS with non-english keyboards [Taiga #3038](https://tree.taiga.io/project/penpot/issue/3038) ## 1.12.3-beta diff --git a/frontend/src/app/main/data/workspace/shortcuts.cljs b/frontend/src/app/main/data/workspace/shortcuts.cljs index bb5a2539b..4814692f1 100644 --- a/frontend/src/app/main/data/workspace/shortcuts.cljs +++ b/frontend/src/app/main/data/workspace/shortcuts.cljs @@ -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")