fix(ui): cmd k hint showing Mac icon on Windows

This commit is contained in:
matugong
2026-01-29 14:19:18 -03:00
committed by Tienson Qin
parent 3ae0ab9f5d
commit 2729eb58bd

View File

@@ -944,7 +944,7 @@
[:<>
(button-fn "Open" ["return"])
(button-fn "Open in sidebar" ["shift" "return"] {:open-sidebar? true})
(when (:source-block @(::highlighted-item state)) (button-fn "Copy ref" ["" "c"]))]
(when (:source-block @(::highlighted-item state)) (button-fn "Copy ref" ["cmd" "c"]))]
:search
[:<>