c-okelly / anki-remote-decks

Addon for Anki - Creating remote decks in Google Docs
https://ankiweb.net/shared/info/911568091
MIT License
71 stars 15 forks source link

Shortcut implementation for QTActions #91

Closed jeremiasbaur closed 3 years ago

jeremiasbaur commented 3 years ago

Implemented shortcuts for the three QTActions with QTShortcut

The shortcuts were chosen like this: "Add new remote deck" Ctrl+Shift+V, similar to Ctrl V to paste something "Sync remote decks" Ctrl+Shift+S, S for syncing "Remove remote deck" Ctrl+Shift+D, D for deleting

You can change the shortcuts if you don't like them.

c-okelly commented 3 years ago

Looks good. Will merge