Commit Graph

3 Commits

Author SHA1 Message Date
341534aa15 feat(behaviors): lazy sticky keys 2024-03-18 10:30:14 -07:00
7b7701ae90 feature(modifiers): add explicit modifiers
this makes LS(LEFT_CONTROL) work as if shift and control were both
pressed explicitly. Previously, the left shift would have been released
as soon as another key was pressed. The implicit behavior is useful in
case of LS(NUMBER_1) when rolling over to other keys.

Also see #361.
2021-01-24 23:30:41 -05:00
76a6d7b4c5 feat(sticky keys): initial implementation 2020-11-28 00:58:24 -05:00