You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loading Customize Keyboard Shortcuts:
Traceback (most recent call last):
File "aqt.addons", line 247, in loadAddons
File "C:\Users\fk13794\AppData\Roaming\Anki2\addons21\24411424_init_.py", line 1, in
from . import custom_shortcuts
File "C:\Users\fk13794\AppData\Roaming\Anki2\addons21\24411424\custom_shortcuts.py", line 54, in
Qt_functions = {"Qt.Key_Enter": Qt.Key_Enter,
AttributeError: type object 'Qt' has no attribute 'Key_Enter'
The text was updated successfully, but these errors were encountered:
Hello, Im having this issue after recently upgrading to Ankign 24.06. Any guidance would be appreciated!
Anki 24.06.3 (d678e393) (ao)
Python 3.9.18 Qt 6.6.2 PyQt 6.6.1
Platform: Windows-10-10.0.22621
When loading Customize Keyboard Shortcuts:
Traceback (most recent call last):
File "aqt.addons", line 247, in loadAddons
File "C:\Users\fk13794\AppData\Roaming\Anki2\addons21\24411424_init_.py", line 1, in
from . import custom_shortcuts
File "C:\Users\fk13794\AppData\Roaming\Anki2\addons21\24411424\custom_shortcuts.py", line 54, in
Qt_functions = {"Qt.Key_Enter": Qt.Key_Enter,
AttributeError: type object 'Qt' has no attribute 'Key_Enter'
The text was updated successfully, but these errors were encountered: