Liresol / anki-custom-shortcuts

Custom Keyboard Shortcuts for Anki 2.1
MIT License
60 stars 14 forks source link

Creating shortcuts #151

Open attentionboi opened 2 years ago

attentionboi commented 2 years ago

Hey, I bought a controller and am trying to match the keys the way I like. I wanted to know if I could create a shortcut that allows me to page up and down because on the actual add-on I don't see an option for making a shortcut for the page up/down. I know the arrows are shortcutted by "Qt.Key_Up” for example, but how do I get this to correspond to page up/down when that's not an option on the add-on? Thank you!

Liresol commented 2 years ago

Hello, There are actually shortcuts for Page up/down, namely Qt.Key_PageUp and Qt.Key_PageDown. They're kind of hard to find, but hopefully they should do what you want. If these don't work, let me know and I will look into it further.