In this simple example, if caps lock is on, pressing the “e” key outputs “e” instead of “E”, while all other keys work fine. Is this a bug or is the code wrong?
group(main) using keys
+ 'e' > 'e' use(E)
group(E)
c do nothing
1 post - 1 participant