mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 23:57:13 -05:00
Anki is a smart spaced repetition flashcard program
- key presses while a webview is focused no longer make it to the main window's keyPressEvent() routine, so AnkiWebView now uses its event filter to pass the key events to the main window - move the shared key handling out of keyPressEvent into globalKeyHandler() - make sure all key handling routines return true or false to indicate if an event was handled or not - remove focus when esc hit in the main window, to retain old behaviour of allowing esc to clear focus from the type answer box |
||
|---|---|---|
| anki | ||
| aqt | ||
| designer | ||
| tests | ||
| tools | ||
| .gitignore | ||
| .travis.yml | ||
| anki.1 | ||
| anki.desktop | ||
| anki.png | ||
| anki.xml | ||
| anki.xpm | ||
| LICENSE | ||
| LICENSE.logo | ||
| Makefile | ||
| README.addons | ||
| README.contributing | ||
| README.development | ||
| README.md | ||
| requirements.txt | ||
| runanki | ||
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
If you're a developer, you can learn more about building Anki in README.development.