mirror of
https://github.com/logseq/logseq.git
synced 2026-05-16 17:02:34 +00:00
wrong comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -357,8 +357,9 @@
|
||||
alt (.-altKey e)
|
||||
meta (.-metaKey e)
|
||||
shift (.-shiftKey e)]
|
||||
;; cond->> applies bottom-to-top, so list modifiers in reverse
|
||||
;; canonical order (ctrl+alt+meta+shift) to produce correct output
|
||||
;; cond->> threads top-to-bottom, so list modifiers in reverse
|
||||
;; canonical order (ctrl+alt+meta+shift) so the first applied modifier
|
||||
;; ends up innermost in the final key name
|
||||
(cond->> resolved-name
|
||||
shift (str "shift+")
|
||||
meta (str "meta+")
|
||||
|
||||
Reference in New Issue
Block a user