mirror of
https://github.com/penpot/penpot.git
synced 2026-05-03 07:08:44 +00:00
Merge pull request #4081 from penpot/eva-change-shortcut
♻️ Change shortcut for change theme
This commit is contained in:
commit
a6e8d408b5
@ -32,8 +32,8 @@
|
||||
:subsections [:general-dashboard]
|
||||
:fn #(st/emit! (dd/create-element))}
|
||||
|
||||
:toggle-theme {:tooltip (ds/meta (ds/alt "M"))
|
||||
:command (ds/c-mod "alt+m")
|
||||
:toggle-theme {:tooltip (ds/alt "M")
|
||||
:command (ds/a-mod "m")
|
||||
:subsections [:general-dashboard]
|
||||
:fn #(st/emit! (du/toggle-theme))}})
|
||||
|
||||
|
||||
@ -551,8 +551,8 @@
|
||||
|
||||
|
||||
;; THEME
|
||||
:toggle-theme {:tooltip (ds/meta (ds/alt "M"))
|
||||
:command (ds/c-mod "alt+m")
|
||||
:toggle-theme {:tooltip (ds/alt "M")
|
||||
:command (ds/a-mod "m")
|
||||
:subsections [:basics]
|
||||
:fn #(st/emit! (du/toggle-theme))}})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user