CSchank / finsm

An Elm app for building and simulating deterministic and non-deterministic finite automata (DFAs and NFAs).
https://finsm.io
10 stars 5 forks source link

Keys pressed should have same behavior when caps lock is on #88

Closed YoussefRizkalla closed 4 years ago

YoussefRizkalla commented 4 years ago

For example, when attempting to delete a state, it currently only accepts the lower case "d". I think allowing the keys pressed events to be triggered by the same key independent of whether caps lock is on or not would present an improvement for the user experience, and allow for less confusion.

CSchank commented 4 years ago

Very good point - I hadn't thought of this. Easy fix, I'll keep this open until I do it!

CSchank commented 4 years ago

Oops, I didn't see your PR. I'll comment over there.