mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
enhance(ux): persist custom shortcuts for web platform
This commit is contained in:
@@ -604,8 +604,9 @@ should be done through this fn in order to get global config and config defaults
|
||||
"MMM do, yyyy"))
|
||||
(common-config/get-date-formatter (get-config)))))
|
||||
|
||||
(defn shortcuts []
|
||||
(:shortcuts (get-config)))
|
||||
(defn custom-shortcuts []
|
||||
(merge (storage/get :ls-shortcuts)
|
||||
(:shortcuts (get-config))))
|
||||
|
||||
(defn get-commands
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user