mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Shortcuts in context menu were wrong
This commit is contained in:
parent
396a2b0e44
commit
2f79e79498
@ -87,12 +87,12 @@
|
||||
|
||||
(when (> (count selected) 1)
|
||||
[:& menu-entry {:title "Group"
|
||||
:shortcut "Ctrl + g"
|
||||
:shortcut "g"
|
||||
:on-click do-create-group}])
|
||||
|
||||
(when (and (= (count selected)) (= (:type shape) :group))
|
||||
[:& menu-entry {:title "Ungroup"
|
||||
:shortcut "Ctrl + shift + g"
|
||||
:shortcut "Shift + g"
|
||||
:on-click do-remove-group}])
|
||||
|
||||
(if (:hidden shape)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user