c9496ef095
The reason to do that is that I can then call blur/key from other method in add-on. More precisely, I expect to create a method which captures the blur command, ask anki to execute the standard version of the command, and then execute more code once the note contains the new field value. I should note that the code executed during blur/key/focus itself didn't change. It's only it's location which changed. |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
rslib | ||
rspy | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTORS | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
run |
This repo contains all the code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://anki.tenderapp.com/discussions/beta-testing
For more information on building, please see README.development
If you'd like to contribute code, please see README.contributing