mirror of
https://github.com/penpot/penpot.git
synced 2025-04-11 22:41:23 -05:00
🐛 Fixes shortcut typo
This commit is contained in:
parent
2e68d41dcc
commit
8fd37dbad5
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
:command "shift+v"
|
||||
:fn #(st/emit! (dw/flip-vertical-selected))}
|
||||
|
||||
:flip-horizontal {:tooltip (ds/shift "V")
|
||||
:flip-horizontal {:tooltip (ds/shift "H")
|
||||
:command "shift+h"
|
||||
:fn #(st/emit! (dw/flip-horizontal-selected))}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue