mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
brmbar v3 BarKeyboard: Turn off shift state after keypress
This commit is contained in:
parent
ec29578591
commit
4d72dff187
1 changed files with 3 additions and 1 deletions
|
@ -31,8 +31,10 @@ Grid {
|
|||
shift = !shift
|
||||
else if (key == "<")
|
||||
letterBackspace()
|
||||
else
|
||||
else {
|
||||
letterEntered(key)
|
||||
shift = false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue