Replace drag-promote gesture with Ctrl+Shift+P keyboard shortcut

This commit is contained in:
megaproxy 2026-05-25 20:58:43 +01:00
parent 8e4a358aa8
commit 5085326cb1
6 changed files with 142 additions and 373 deletions

View file

@ -29,6 +29,7 @@ A Windows desktop app for running and arranging many WSL terminals at once. Buil
| `Ctrl+Shift+E` | split active pane to the right |
| `Ctrl+Shift+O` | split active pane downward |
| `Ctrl+Shift+W` | close active pane |
| `Ctrl+Shift+P` | promote active pane out one level — turns a nested pane into a full row/column (e.g. nested-right `c` becomes a full-width bottom row). Self-inverse. |
| `Ctrl+Shift+B` | toggle broadcast on active pane |
| `Ctrl+Shift+Alt+B` | toggle broadcast on ALL panes (same as the titlebar 📡 button) |
| `Ctrl+Shift+←` / `→` / `↑` / `↓` | focus neighbour pane in that direction |