v0.9.99.45
Pre-release
Pre-release
Changes
- Add configurable hotkey scheme indicator
Keys0
/Keys1
.
<config> <term> <menu> <item type="Command" action=ToggleHotkeyScheme> <label=" Undef " data="undef"/> <label=" Keys0 " data="off"/> <label="\e[48:2:0:128:128;38:2:0:255:0m Keys1 \e[m" data="on"/> <notes> " Toggle hotkey scheme \n" " Alternative hotkey scheme allows keystrokes \n" " to be passed through without processing " </notes> </item> </menu> </term> </config>
- Rename
hotkey mode
tohotkey scheme
.<config> <hotkeys> <term> <key="Shift+Ctrl+PageUp" action=TerminalViewportOnePageUp/> <key="Shift+Ctrl+PageDown" action=TerminalViewportOnePageDown/> <key="Ctrl+PageUp" scheme=1 action=TerminalViewportOnePageUp/> <key="Ctrl+PageDown" scheme=1 action=TerminalViewportOnePageDown/> </term> </hotkeys> </config>