This add-on prevents AltGr+alphanumeric keystrokes (eg AltGr+2 for ’@’, or AltGr+s on a Polish keyboard), when typed into a text editing box, from mistakenly triggering keyboard shortcuts in the review screen and browse screen.
When installed, you will need to use Esc twice to close dialog boxes, and some add-on shortcuts that use the Alt key may stop working.
Thanks to dlon for the implementation.
Reviews (5)
👍 2024-11-06
(Also using a Polish keyboard) This add on doesn’t work when the Right_Alt / AltGr is recognized as a ISO Level3 Shift key. If you have eg. a Polish keyboard layout set, but you’re using a physical keyboard with the Right_alt key, then this add on doesn’t work.
Version 24.06.3 (d678e393) Python 3.9.18 Qt 5.15.2 PyQt 5.15.5
The problem is somewhere here. It doesn’t recognize the ISO Level3 Shift press:
def event(self: QWebEngineView, evt: QEvent) -> bool: if evt.type() == QEvent.Type.S
👍 2023-12-13
It helped me a lot, I can write in Polish.
👍 2020-06-06
Allows using polish diacritics in browser mode (eg.: ś instead of jumping to search field). Valuable add for Anki.
👍 2020-03-20
Great! Thank you!
👍 2019-08-22
Saving grace for typing with Polish diacritics ;) Big “thank you”!