What Are the Anki Keyboard Shortcuts: A Practical Guide
Explore what are the Anki keyboard shortcuts, including core daily actions, platform differences, and safe customization tips for faster, smoother study.

Anki keyboard shortcuts are the built‑in key bindings used for reviewing, editing, and deck management. Shortcuts differ by platform and can vary with version or add‑ons. This guide covers essential shortcuts for Windows and macOS, how to test them quickly, and safe ways to customize shortcuts with add‑ons or OS remapping for a faster, smoother study flow.
What are the Anki keyboard shortcuts? Overview
Anki keyboard shortcuts are the built‑in key bindings you use to review cards, flip between fronts and backs, rate your recall, and navigate decks. The exact keys can differ by platform and by installed add‑ons or versions, so it’s worth confirming the defaults on your setup. In this section, we’ll establish the core concepts and the two main pathways to customization: add‑on driven remapping and OS‑level remapping. For many users, a small, well‑balanced shortcut set is enough to dramatically speed up daily review sessions.
# Conceptual mapping: shortcut name -> keys (platform shorthand)
shortcuts = {
"flip_card": ["Space"],
"again": ["1"],
"hard": ["2"],
"good": ["3"],
"easy": ["4"]
}
print(shortcuts)In the example above, the dictionary is a conceptual representation that you could translate into practice with your preferred tooling. The important idea is to pick a compact set that you can memorize and will not collide with other OS or application shortcuts.
- Platforms often diverge on modifiers and function keys
- Add‑ons may introduce new bindings or override defaults
- Always back up your configuration before making changes
- code_blocks_in_section_2_only
Steps
Estimated time: 60-90 minutes
- 1
Audit your current shortcuts
List the shortcuts you already use and note any conflicts with other apps. Create a simple cheatsheet with 5–10 core bindings.
Tip: Start with the most frequent actions (flip, grade, navigate) so you get immediate productivity gains. - 2
Choose a core shortcut set
Select a compact, non‑conflicting set of 4–6 bindings for daily use. Prioritize mnemonic keys and keep modifiers minimal.
Tip: Avoid using keys that are already heavily used by your OS or essential apps. - 3
Test in a safe deck
Practice in a non‑production deck to avoid disrupting real study progress. Use a pre‑made sample card to verify every action.
Tip: Keep a visible cheat sheet during testing until you’re comfortable. - 4
Document and back up
Save your shortcut configuration to a file and back it up to cloud storage. Note the platform differences for future reference.
Tip: Version control the config if you update multiple machines. - 5
Iterate and refine
After a week, review which shortcuts save time and remove or rebind those that cause conflicts.
Tip: Consistency beats a large shortcut set that’s hard to remember.
Prerequisites
Required
- Required
- Basic familiarity with the Anki interface (Decks, Cards, and Review screens)Required
- A keyboard or input device you are comfortable using during reviewRequired
Optional
- Optional: OS‑level remapping tools (e.g., AutoHotkey for Windows, Keyboard Maestro for macOS)Optional
Keyboard Shortcuts
| Action | Shortcut |
|---|---|
| Flip card / reveal answerDuring review, flips between front and back. | ␣ |
| Grade card: AgainLeast favorable grade to recall. | 1 |
| Grade card: HardModerate recall difficulty. | 2 |
| Grade card: GoodSolid recall. | 3 |
| Grade card: EasyStrong recall. | 4 |
| Open card browser or search within the collectionLocate a note or card within the current deck. | Ctrl+F |
Questions & Answers
Do Anki shortcuts differ between Windows and macOS?
Yes, some shortcuts use different modifier keys (Ctrl vs Cmd). The core review actions, like flipping a card and grading, are similar, but platform differences and add‑ons can change exact bindings.
Yes, there are platform differences in Anki shortcuts, especially around modifier keys. The core actions stay the same, but you may see slight variations between Windows and macOS.
Can I customize Anki shortcuts with add-ons?
You can customize shortcuts through add-ons that extend Anki’s keyboard bindings or by using OS‑level remapping tools. Always back up your profile before applying add-ons and test changes in a safe deck.
You can customize shortcuts with add‑ons or OS remapping tools, but back up first and test in a safe deck.
What should I do first when learning shortcuts?
Start with a small, essential set of 4–6 shortcuts for daily tasks. Practice them in short sessions, and gradually add more as you become confident.
Begin with a small set of core shortcuts and practice in short sessions to build confidence.
Are there risks to remapping shortcuts?
Remapping can conflict with OS shortcuts or other apps. Always document changes and keep a fallback plan to revert if something breaks.
Remapping can cause conflicts, so document changes and have a revert plan.
How can I verify shortcuts are working correctly?
Test each binding in a controlled deck, observe the action, and ensure there’s no unintended triggering in other views. Use a cheat sheet during testing.
Test each shortcut in a controlled deck and keep a cheat sheet handy.
Main Points
- Master the core shortcuts first
- Test changes in a safe deck
- Document your mappings for future machines
- Avoid conflicting OS shortcuts
- Regularly review and refine your bindings