candera / khordr

A keyboard chording application: supercharge your typing by pressing more than one key at once.
34 stars 3 forks source link

Add ability to trigger capslock #24

Open candera opened 11 years ago

candera commented 11 years ago

At the moment, capslock can be mapped to control via a substitution filter. But it would be nice to enable capslock to still be sent, for example if right control is down when capslock is pressed. It would be even better to find a way to do this without affecting the generality of the substitution filter. Maybe substitution filter should record the original key press somewhere in the state map so downstream processing can operate on it. Or maybe filters should be grouped into chains somehow. Or maybe filters should be more like handlers, where only one gets a crack at the event at a time.