mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 21:33:59 +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
|
shift = !shift
|
||||||
else if (key == "<")
|
else if (key == "<")
|
||||||
letterBackspace()
|
letterBackspace()
|
||||||
else
|
else {
|
||||||
letterEntered(key)
|
letterEntered(key)
|
||||||
|
shift = false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue