Releases: directvt/vtm
Releases · directvt/vtm
v0.9.99.30
Changes
- Add hardcoded hotkeys to scroll terminal viewport.
Hotkey | Action |
---|---|
Shift+PageUp |
Scroll one page up. |
Shift+PageDown |
Scroll one page down. |
Shift+ArrowUp |
Scroll one line up. |
Shift+ArrowDown |
Scroll one line down. |
Shift+Ctrl+ArrowLeft |
Scroll one page to the left. |
Shift+Ctrl+ArrowRight |
Scroll one page to the right. |
Shift+ArrowLeft |
Scroll one cell to the left. |
Shift+ArrowRight |
Scroll one cell to the right. |
Shift+Home |
Scroll to the scrollback top. |
Shift+End |
Scroll to the scrollback bottom (reset viewport position). |
v0.9.99.29
v0.9.99.28
v0.9.99.27
Changes
- Fix character geometry support (regression).
- Add a random delay (150ms-650ms) for clipboard syncing to avoid collisions with other apps.
- Add support for LNM vt-sequence (auto CR).
v0.9.99.26
v0.9.99.25
v0.9.99.24
- Provide PDB files for Windows release builds (
vtm_pdb_windows_*.zip
).