TheDabblingDuck / ankimote

Ankimote is an addon that adds remote control functionality to Anki flashcards
MIT License
25 stars 4 forks source link

How do I change the custom commands to activate the shortcut keys "s" and "d" #20

Closed makkaroni470 closed 3 years ago

makkaroni470 commented 3 years ago

I use "s" and "d" to join and quit the review session. I sadly don't know the python commands

TheDabblingDuck commented 3 years ago

For 'd', use mw.moveToState("deckBrowser")

For 's', use mw.moveToState("review")