Fix mobile keybar Ctrl/Shift modifiers not applying to keyboard input

- Apply Ctrl modifier to letters typed via mobile keyboard (e.g., Ctrl+D sends 0x04)
- Apply Shift modifier to uppercase letters typed via mobile keyboard
- Apply modifiers to arrow keys and Tab in keydown handler
- Deactivate modifiers after key is sent

Bump to v0.6.3
This commit is contained in:
GitHub Copilot
2026-01-28 08:36:41 +00:00
parent 0b6288494e
commit 714a5c705c
3 changed files with 44 additions and 16 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.6.2"
version = "0.6.3"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"