Weird shortcut behavior, in regards to different keyboard layouts/languages
Posted: Apr 15th, ’20, 12:30
Hello,
I've got two commands

Which both have the following command, that performs a language switch:
However, when I press 'Ctrl + Æ' (a shortcut in a program I often use, Visual Studio Code), this command gets executed (language switch), even though I have no shortcut that uses 'Ctrl + Æ'
This is strange because
'Ctrl + ½' on danish keyboard is 'Ctrl + Ё' on the russian keyboard, basically so I can toggle back and forth between the languages
However, I don't understand how 'Ctrl + Æ' plays into this, since it is 'Ctrl + Ж' on the russian keyboard...
I've got two commands

Which both have the following command, that performs a language switch:
Code: Select all
toggle34:=!toggle34
If Toggle34
PostMessage, 0x50, 0x02,0,, A
else
PostMessage, 0x50, 0, 0x4090409,, AThis is strange because
'Ctrl + ½' on danish keyboard is 'Ctrl + Ё' on the russian keyboard, basically so I can toggle back and forth between the languages
However, I don't understand how 'Ctrl + Æ' plays into this, since it is 'Ctrl + Ж' on the russian keyboard...