i have a Hotkeyscript for german umlaute. This Script has been working for years, since this morning it doesn't. i use ALt and ALT SHIFT combinations with several letters and now the windows shortcuts like opening setting with ALT + u override my Script. I use Win 11 last update was on 14.08.25. I didn't install anything new in the last few days.
This is the Script:
; Alt-a = ä, Shift+Alt-a = Ä
!a::Send "ä"
+!a::Send "Ä"
; Alt-o = ö, Shift+Alt-o = Ö
!o::Send "ö"
+!o::Send "Ö"
; Alt-u = ü, Shift+Alt-u = Ü
!u::Send "ü"
+!u::Send "Ü"
; Alt-e-= = €
!e::Send "€"
; Alt-s = ß, Shift+Alt-s = ẞ
!s::Send "ß"
+!s::Send "ẞ"
I tried the obvious restart the Script, restart my computer. I also tried $ infront of the ! and + at the beginning of the lines and ChatGPT recommended #UseHook at the top the Script but those didn't work independently nor together. I also checked that i use the newest AutoHotkey version which i do. if i can help it i don't want to deactivate all the letters i use for shortcuts, i think there is a way doing this in the registry but not quit sure how and i don't want to nerf all combinations with a o u e and s. Any help or Ideas would be helpful =)
"ato getä,"oforö, and so on. This layout also allows direct access toßdirectly using AltGr+s [or Ctrl+Alt+s] (although the uppercaseẞstill requires an AHK script)