I would like to have the possibility to let my script be sensitive to the current keyboard-layout. Something like
#If %keyboardLang% == en-US
a::
MsgBox, I pressed a on an english keyboard
return
#If %keyboardLang% == de-US
a::
MsgBox, I pressed a on an german keyboard
return