fix: cards ux and shortcuts

This commit is contained in:
Tienson Qin
2024-09-23 19:51:44 +08:00
committed by rcmerci
parent a46b074ec4
commit 63cd7f926b
4 changed files with 83 additions and 33 deletions

View File

@@ -180,6 +180,18 @@
:cards/recall {:binding "t"
:fn srs/recall}
:cards/again {:binding "1"
:fn srs/card-again}
:cards/hard {:binding "2"
:fn srs/card-hard}
:cards/good {:binding "3"
:fn srs/card-good}
:cards/easy {:binding "4"
:fn srs/card-easy}
:editor/escape-editing {:binding []
:fn (fn [_ _]
(editor-handler/escape-editing))}