Numeric Keypad Remapping – ease bugs fixed
<10kB. Updated 2022-01-08.
The author has shared 9 other
item(s).
Description
Download
As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.
Supported Anki versions:
- 2.1.0-2.1.50+ (Updated 2022-01-08)
To download this add-on, please copy and paste the following code into Anki 2.1:
653807651
If you were linked to this page from the internet, please open Anki on your computer, go to the Tools menu and then Add-ons>Browse & Install to paste in the code.
All Anki 2.1.x Add-Ons Contact Author
Reviews

amazing how such a small change can make such a big difference

I've recently reinstalled Anki on a new PC and now the "Undo with Period" mapping doesn't seem to work anymore, even though it's set to "TRUE". Is this a problem with the latest version, or is it something on my end?
Comment from author
Give the latest version of the add-on a try, it should be fixed. Anki's undo handling is in the middle of a massive change, so no surprise something stopped working!

It's awesome, thank you.
I just want to use the Fail/Good/Easy buttons, I was using the Pass /Fail plugin before.
Reason was that I don't want to look at the buttons available every time to see if it's got 3 or 4, I just want 1 -> Fail, 2-> Pass without ever having to look.
The issue is I'm also learning a ton of new cards every day at the moment, with lots of learning steps, and some cards are just too easy to waste time on the learning steps, so I did need a 3->Easy button for those situations so the card can jump up without wasting my time, as I still want to see that card sometimes.
My settings for this (nothing else changed):
"cascadeButtonMappings": {
"2": [
null,
1,
2,
2,
2
],
"3": [
null,
1,
2,
3,
3
],
"4": [
null,
1,
3,
4,
4
]
},
I just want to use the Fail/Good/Easy buttons, I was using the Pass /Fail plugin before.
Reason was that I don't want to look at the buttons available every time to see if it's got 3 or 4, I just want 1 -> Fail, 2-> Pass without ever having to look.
The issue is I'm also learning a ton of new cards every day at the moment, with lots of learning steps, and some cards are just too easy to waste time on the learning steps, so I did need a 3->Easy button for those situations so the card can jump up without wasting my time, as I still want to see that card sometimes.
My settings for this (nothing else changed):
"cascadeButtonMappings": {
"2": [
null,
1,
2,
2,
2
],
"3": [
null,
1,
2,
3,
3
],
"4": [
null,
1,
3,
4,
4
]
},

Will speed up the review process
I'd also like to chance the "undo last review button" from "." to the NumPad-Enter Key. Is this possible?
I'd also like to chance the "undo last review button" from "." to the NumPad-Enter Key. Is this possible?

Absolutely necessary.

Wonderful timesaving addon. Anyone having issues with card types with input or enhanced cloze 2.1 should change line 90 in __init__.py from self.mw.reviewer._showAnswer() to self.mw.reviewer._getTypedAnswer() as explained by ijgnd here(https://github.com/Arthur-Milchior/anki-enhanced-cloze/issues/15)

Works great!!

answerKeys = ('0', '1', '2', '3', '4') change to answerKeys = ('1', '2', '3', '4', '5'),
can you help me to modify the rest of codes
can you help me to modify the rest of codes

Thanks for porting Answer Key Cascade! Exactly what I needed

! be aware that it also remaps the number keys on the large keyboard
very orderly and useful add-on
very orderly and useful add-on

Works great.

Finally! Thank you very much.

