qorf / quorum-studio

This is the primary repository for the Quorum Studio programming environment.
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Optikey: Not Recognizing Punctuation #22

Open SamHodges opened 2 years ago

SamHodges commented 2 years ago

None of the symbols that require shift, except for colons, appear when typed using Optikey. Eg, <>?"{} would not appear at all.

Like the double click, the time between the shift press and key press is extremely short (~3.959E-4).

GLFW: it recognizes both the shift and keys being pressed, in the same manner it does for human input. Quorum: events don't recognize Optikey (eg, if you make a game that does something when ? is typed, Optikey will have no effect while a human typing would).