Weird shortcut behavior, in regards to different keyboard layouts/languages

Discussion, questions and support.
Post Reply
User avatar
Oblomov
Posts: 184
Joined: Mar 4th, ’19, 19:44

Post by Oblomov » Apr 15th, ’20, 12:30

Hello,

I've got two commands

Image

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,, A
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...
Post Reply