wrong comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Tienson Qin
2026-03-12 20:45:18 +08:00
parent 57adfb144a
commit 4956f6aef6

View File

@@ -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+")