Quick Colour Changing
<10kB. Updated 2012-04-22.
Description
Download
As add-ons are programs downloaded from the internet, they are potentially malicious. You should only download add-ons you trust.To download this add-on, please copy and paste the following code into the desktop program:
- Reviews
-
Clue of add shortcuts




Posted on 2016-09-30
colours = [
("red", "F8"),
("#00f", "F9"), ("#AA5603", "F10"),("#000", "F11"), ("green", "F6")
]Great!




Posted on 2016-09-24
Works well. I could also create multikey shortcuts by moving the colours list below the import statements in the code. Below you can see that the yellow color can be applied by hitting Ctrl + P:
from aqt import mw
from aqt.qt import *
from anki.hooks import addHook
colours = [
("yellow", Qt.CTRL + Qt.Key_P),
]perhaps need updating




Posted on 2016-07-25
It works well on ver2.0.33, but failed on ver2.0.36
Old, but still gold!




Posted on 2016-03-15
Though this tool hasn't been updated for almost 4 years, it still works like a charm.
It works on Windows 10, Linux, Mac OS X. I use all these operating systems, and this adds-on works on all of them.
Someone posted 'not working' on mac, which is not true for my Mac OS X El Capitan. For those having trouble making it to work on Mac, please try to press 'fn' key at the same time when you press F8/F9/F10 key.
I also did a little modification to display 3 different colors - more than enough for my use.not working




Posted on 2016-03-03
using it on mac.
it's not working.
not F8/F9 nor if i try to use own shortcuts...
i edit and restart but it's not working...
maybe there is need some proper manual? but i don't think i made something wrongYes, yes, yes!




Posted on 2016-02-17
Fantastic! This saves an immense amount of time for visually encoding gender (or really any other category...) into a deck for learners like me.
Saves times!!




Posted on 2014-09-02
Thanks to the guy who posted the mod for combo keys!




Posted on 2014-05-11
This addon is not bad, but as it was, it was not very useful. Who posted that little hack, thank you very much, because now it makes sense using this addon.
Some issues




Posted on 2013-11-06
was hoping it could override the default hotkeys (like F3), but otherwise works great.
also wish Ctrl+R worked in the same way (subsequent text would be normal).
