millerjs / modelm

Mechanical keyboard sound simulator in Rust
53 stars 2 forks source link

Modified keys do not trigger clickety clacks. #3

Closed MurphyMarkW closed 7 years ago

MurphyMarkW commented 8 years ago

Did not check master branch, only the differentiate-keys branch. It seems that modifier keys do not trigger a clack. Examples include:

It would be nice if these would register clacks just like other keys. Is this a limitation of the OS X event handling system, or just needing implementation on the modelm side?

millerjs commented 8 years ago

Nope, this was actually a design choice to ignore FlagsChanged because I personally am changing Control every key stroke or so and figured I'd find it annoying.

I'll treat this issue as a feature request to enable it.