Quickly focus on a particular field in the card browser using a keyboard shortcut.
When trying to populate a particular field for many notes at once, it’s helpful to have a shortcut which jumps directly to a particular field from within the browser.
Configuration
You do need to configure the addon to tell it which field in your for a given note type needs to be focused. After installing the addon, select it in the Anki addon manager, then click Config
For each shortcut that you need, add an entry which contains the note type, the keyboard shortcut, and the name of the field to focus on.
For example, I have a note type called Chinese-Words, and within that note type, I want to quickly focus on field Example using shortcut Ctrl+T
{ “focus_field_shortcuts” : [ { “note_type”: “Chinese-Words”, “shortcut”: “Ctrl+T”, “field”: “Example” } ] }
Want to add multiple shorcuts ? Add them like this:
{
“focus_field_shortcuts” : [
{
“note_type”: “Chinese-Words”,
“shortcut”: “Ctrl+T”,
“field”: “Example”
},
{
“note_type”: “Chinese-Words”,
“shortcut”: “Ctrl+Q”,
“field”: “Romanization”
}
]
}
Support my work Become a Patreon fan for exclusive access, priority bug fixes: https://www.patreon.com/lucw
Any Issues? Open an issue on https://github.com/lucwastiaux/anki-quick-edit
Inspired by Quick Field Navigation
Liên kết hỗ trợ
Reviews (7)
👍 2025-07-23
Doesn’t work Comment from author Reply 20260220-2 hypertts-issues@mail.vocab.ai email me
👍 2023-05-01
Automation tool which compounds very quickly it’s usefulness
👍 2023-02-18
I will be able to automate a process in Python thanks to this add on.
👍 2022-01-13
Just what I needed. THank you so much!
👍 2021-11-09
if i could, i would rate with 1,000 thumbs ups!
this add-on is criminally underrated. thank you for sharing.
take care!
👍 2021-10-27
Worked without a hitch
👍 2021-05-16
very useful addon,but for anki Version 2.1.43, it only works with first 7 fields, could you hav a look on it , thank you very much!