ssricardo / anki-web-browser

Add-on for the desktop application Anki
17 stars 4 forks source link

Keyboard shortuct #23

Open MedBooster opened 1 year ago

MedBooster commented 1 year ago

image

The F10 keyboard shortcut to search the Web-browser works great, but when I try and set it to Alt+S (see the attached screenshot), it does not work. (Only F10 keeps working)

I don't have any conflicting shortcuts set to Alt+S in Anki

ssricardo commented 1 year ago

Have you restarted Anki, after changing it?

Basically this is used with PyQt Shortcuts. Maybe try looking some other examples:

https://doc.qt.io/qtforpython-5/PySide2/QtWidgets/QShortcut.html https://www.programcreek.com/python/example/108075/PyQt5.QtWidgets.QShortcut