improve animations

This commit is contained in:
scheinriese
2025-11-28 04:07:26 +01:00
parent 41321fcb0f
commit 9df5f8b0aa
6 changed files with 127 additions and 56 deletions

View File

@@ -826,6 +826,9 @@
(util/stop-propagation e))
(and meta? (= keyname "o"))
(open-current-item-link state)
(= keyname "/") (do
(shui/shortcut-press! "/" true)
nil) ; Don't prevent default, allow typing
:else nil)))
(defn- keyup-handler