buffyboard: add sticky_shift config option
Adds a keyboard config option to control shift key behavior. When sticky_shift is enabled (default), the keyboard remains in uppercase mode until the shift key is pressed again. When disabled, the keyboard switches back into lowercase mode when a non-modifier key is pressed.
This commit is contained in:
parent
32b4e069bd
commit
c3e12af143
6 changed files with 22 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ If a change only affects particular applications, they are listed in parentheses
|
|||
|
||||
## Unreleased
|
||||
|
||||
- feat(buffyboard): Add sticky_shift config option to control shift key behavior
|
||||
- fix(unl0kr): Two clicks were required to toggle the password when "obscured" is set to "false" in unl0kr.conf (!68, thanks @vstoiakin)
|
||||
- feat: Use events instead of threads for input processing (!63, thanks @vstoiakin)
|
||||
- fix(buffyboard): Fix initialization of uinput (!73, thanks @vstoiakin)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue