Add '_' as zoom out shortcut

This commit is contained in:
Pablo Alba 2022-03-03 21:54:30 +01:00
parent f638a2ff49
commit bda941746b

View file

@ -84,7 +84,7 @@
:fn #(st/emit! (dw/increase-zoom nil))}
:decrease-zoom {:tooltip "-"
:command "-"
:command ["-" "_"]
:fn #(st/emit! (dw/decrease-zoom nil))}
:group {:tooltip (ds/meta "G")