ghostx2 / superputty

Automatically exported from code.google.com/p/superputty
MIT License
0 stars 0 forks source link

Multitasking Enhancements #319

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
A couple enhancements which would greatly improve workflow when working with 
multiple similar sessions:

1) Cloning user input to multiple tabs:
    - Click on tab 1, ctrl+click on tab 2 and tab 3
    - Until a single tab is selected again all user keyboard input is sent to all selected sessions
    - eg: typing `ping x.x.x.x[ENTER]` will execute that ping on tabs 1, 2 and 3

2) Custom macro toolbar buttons:
    - A GUI to create a toolbar button/keyboard shortcut which, when clicked, will send the configured text to the active session(s)

3) Tab integration into Windows 7/8 taskbar:
    - Recreate how Internet Explorer and some other programs display all of their tabs when clicking on the program icon in the taskbar

4) Integrated copy/paste:
    - When selecting text in a session, a right-click menu option/keyboard shortcut which will both copy the selected text and immediately paste it into the session(s)

Original issue reported on code.google.com by ryan.ko...@gmail.com on 22 Apr 2013 at 7:35