You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually LM(1, keycode) seems to work. I am using it to shift hold and use layer 1. Which could mean that it might only work for layer 1. Or that the generated code is wrong or interpreted wrong somehow.
It works indeed! The caveat here is that you can only switch to higher layer, i.e. from layer 0 to layer 2 but not from layer 2 to layer 0.
For example, let's say we have a numbers layer 4. We want to switch to it with shift to get access to symbols on those numbers (! @ # etc). To do that we add code LM(4, MOD_LSFT) to a key on current base layer 0, GUI will show it as 0x5942. When we press that key + corresponding number key we'll get a symbol (like % for 5).
I can't use LM. Neither web nor local version. When I enter the keycode directly, it changes to 0x5032 and doesn't work.
The text was updated successfully, but these errors were encountered: