hey folks…
is there a way to set the answer keys to the keyboard arrows?
I’m using Version 23.12
With this add-on it is possible https://ankiweb.net/shared/info/24411424
Arrow keys are available by using “Qt.Key_*” with the respective key name (e.g. “reviewer set flag 1”: “Qt.Key_Right”).
Thank you.
I tried this:
“reviewer choice 1”: “Qt.Key_Left”,
“reviewer choice 2”: “Qt.Key_Down”,
“reviewer choice 3”: “Qt.Key_Right”,
“reviewer choice 4”: “Qt.Key_Up”,
but it didn’t work.
Thanks. works perfectly!
