feat: add Shift modifier to mobile keybar with key combinations

- Add Shift toggle button for modifier combinations
- Shift+Tab sends Back-Tab (ESC[Z)
- Shift/Ctrl+Arrow sends modified sequences (ESC[1;2/5/6X)
- Fix keybar right edge flush with screen
- Bump version to 0.5.8
This commit is contained in:
GitHub Copilot
2026-01-28 08:20:41 +00:00
parent 0b5951ab3d
commit ad22ef0882
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "textual-webterm" name = "textual-webterm"
version = "0.5.7" version = "0.5.8"
description = "Serve terminal sessions over the web" description = "Serve terminal sessions over the web"
authors = ["Will McGugan <will@textualize.io>"] authors = ["Will McGugan <will@textualize.io>"]
license = "MIT" license = "MIT"