feat: add draggable mobile extended keyboard bar

- Add floating keybar with Esc, Ctrl, Tab, and arrow keys
- Only appears on mobile/touch devices
- Draggable via grip handle to reposition anywhere
- Ctrl modifier toggles and auto-deactivates after use
- Bump version to 0.5.7
This commit is contained in:
GitHub Copilot
2026-01-28 08:14:03 +00:00
parent 5213e5dd2c
commit 2f7f879699
3 changed files with 267 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "textual-webterm"
version = "0.5.6"
version = "0.5.7"
description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"]
license = "MIT"