- Aug
- 2,320
- 111
Hey @vefatica thanks for the ability to cycle just among TCC windows.
Much easier than using Windows Alt-Tab.
I also wrote an alias that helps me remember the shortcut keys in your plugin;
Joe
Much easier than using Windows Alt-Tab.
Code:
e:\utils>conhelp cycle
CYCLE [-] through interactive 4NT sessions [backward]
In 4NT version 8, bound to <Alt-Right> [<Alt-Left]
CYCLE requires Scroll-Lock to be toggled OFF
I also wrote an alias that helps me remember the shortcut keys in your plugin;
Code:
e:\utils>alias 4keys
tail /n+312 /N11 e:\utils\4console64.txt
Code:
e:\utils>4keys
*KEYHANDLER (not a command)
Ctrl+Del erase screen buffer from the bottom up one line at a time while scrolling textdown - good for erasing mistakes
Ctrl+Shift+Del like Ctrl+Del but one page at a time
Ctrl+N show line numbers in the current viewport; dismiss with any key
Ctrl+R show ruler; <up> and <down> moves the ruler; dismiss with any other key
Ctrl+F open the console's FIND dialog
Alt+Right cycle through open TCCs
Alt+Left like Alt+Right but in the other direction
Ctrl+K clear the entire screen buffer
Joe