There is a problems with AltGr+{7,8,9,0} keys in Norwegian and German keyboard layouts:
- Add Norwegian keyboard (Windows Control Panel -> Region And Language -> Keyboards And Languages).
- Add shortcut in SciTE:
user.shortcuts=\
Ctrl+Alt+8|IDM_SAVEAS|
- Open new file in SciTE.
- Switch to Norwegian keyboard layout.
- Press AltGr+7 -> symbol '{' appears, it is OK.
- Press AltGr+8 -> 'Save As' dialog will open, just close it.
- Now press AltGr+7, AltGr+8, AltGr+9, AltGr+0 - they do nothing!
If you move focus to other application and return it to SciTE - the keys will work again.
Bug appears in SciTE, Notepad++ and eSignal.
It appears to be the file save dialog that is causing problems. The AltGr+7 key combination stops working after the file dialog is activated by mouse. If the user shortcut on AltGr+8 is changed to IDM_PASTE then both the AltGr keys continue to work.
I won't be working further on this.