0
Fork 0
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:
alonso.torres 2021-02-23 10:12:36 +01:00
parent 2e68d41dcc
commit 8fd37dbad5

View file

@ -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))}