ankijoy/README.md

33 lines
1.0 KiB
Markdown
Raw Normal View History

2015-11-13 09:57:24 +00:00
# AnkiJoy #
2016-07-03 04:26:03 +00:00
This is a simple Python plugin I wrote for [Anki](http://ichi2.net/anki/) to enable Joystick and Gamepad support under
Linux. It relies on [PyQt](http://www.riverbankcomputing.co.uk/) which you already have installed if you run Anki, and
2015-11-13 09:57:24 +00:00
[pygame](http://www.pygame.org/) for game controller support. It can likely be made to work with a little bit of
2016-07-03 04:26:03 +00:00
tweaking on Windows and MacOS systems, but I am not pursuing this at this time.
2015-11-13 09:57:24 +00:00
With this plugin you can map any of the following actions to arbitrary buttons on your favorite game controller:
* Answer 1
* Answer 2
* Answer 3
* Answer 4
* Answer Default
* Answer Incorrect
* Bury Card
* Mark Card
* Repeat Audio
* Show Answer
* Suspend Card
* Undo
2016-07-03 04:26:03 +00:00
*Note: this plugin only works for Anki 1.x and has been largely superseded by [this
addon](http://tmbb.bitbucket.org/gamepad/index.html).*
2015-11-13 09:57:24 +00:00
## Screenshots ##
2016-07-03 04:26:03 +00:00
[![Options dialog](https://foosoft.net/projects/ankijoy/img/gamepad-thumb.png)](https://foosoft.net/projects/ankijoy/img/gamepad.png)
2015-11-17 05:18:52 +00:00
## License ##
GPL