I have created a custom layout with Microsoft Keyboard Layout Creator (MSKLC)
When I press AltGr+keyCombo, it is supposed to map to a BQN symbol. These symbols are generally related to math notation, and have high unicode values.
My problem after installing my created layout is that the keyboard combos for are not working, where:
(double struck lowercase w) - Right Alt+w
(double struck uppercase w) - Right Alt+Shift+w
(double struck lowercase x) - Right Alt+x
(double struck uppercase x) - Right Alt+Shift+x
(double struck lowercase s) - Right Alt+s
(double struck uppercase s) - Right Alt+Shift+s
(double struck lowercase g) - Right Alt+g
(double struck uppercase g) - Right Alt+Shift+g
(double struck lowercase r) - Right Alt+r
and so on. Basically, Right Alt + character should produce the respective double struck character.
The symbols display fine within the MSKLC editor(test keyboard layout option), but do not display when installed from a generated binary.
I am testing this layout on Windows 10, 64-bit, Build 19043.1110.
This is my .klc file which I made in MSKLC: Pastebin. The main goal of this keyboard layout is to create a reliable way to type BQN glyphs on windows without any extra applications, so I would appreciate if the solution was based around editing the klc file.