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:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual-webterm"
|
||||
version = "0.5.7"
|
||||
version = "0.5.8"
|
||||
description = "Serve terminal sessions over the web"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user