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
I'm trying to create a sequence that quickly renders Unicode characters. Since the KLL/USB spec doesn't allow Unicode, I've set up sequences for the ones I use most often.
I'm trying to create a sequence that quickly renders Unicode characters. Since the KLL/USB spec doesn't allow Unicode, I've set up sequences for the ones I use most often.
For instance I've assigned Layer 3 > Key C to the sequence 0169. When I hold fn3+Alt and hit C it gives me ©.
However, certain alt codes require repeated characters, which do not seem to register. The horizontal ellipsis, for instance:
When this sequence runs, it should output 0133. Instead, it outputs 013.
These alt codes specifically require numpad keys, so a normal number string doesn't work.
I tested it with sequences that contained non-sequentially-repeated characters and it ran just fine.
U"A" : U"A", U"B", U"A";
output "aba" as expected.The text was updated successfully, but these errors were encountered: