PaulStoffregen / cores

Teensy Core Libraries for Arduino
507 stars 372 forks source link

Grave key #749

Closed chuckb closed 1 week ago

chuckb commented 2 months ago

Within the teensy 3 library (and maybe within others...I did not check), the key layout for the grave key is labeled #define KEY_TILDE ( 53 | 0xF000 ). Tilde is emitted with the shift modifier key, so I believe that the name is mis-labeled and should be KEY_GRAVE (or KEY_BACKTICK since some may not recognize the grave reference). I believe that all other key definitions are given with their non-shifted variants.

PaulStoffregen commented 1 week ago

Yes, it is inconsistent. But not planning to change.