Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axil/labview-switcher
https://github.com/axil/labview-switcher
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axil/labview-switcher
- Owner: axil
- Created: 2015-06-16T12:27:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T19:25:26.000Z (over 9 years ago)
- Last Synced: 2024-04-16T18:07:43.244Z (8 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# labview-switcher
In LabView it is difficult to switch using Alt-Tab from a vi to, for example, a browser
when many vi files are open, because LabView breaks standard Alt-Tab behaviour.It takes about 2n-1 keypresses where n is the number of vis open.
With this script you can switch between the active vi and the browser (ie Most Recently
Used non-labview window) using one keypress (Alt-` by default).## Installation
1. Install any recent python 2.x or 3.x
2. Install Autohotkey
3. Double-click switch.ahk## Usage
Press Alt-` (Alt-backtick) to switch to the previous window:
- previous non-labview window if we are in labview or
- just any previous window if we are not.To unload the script, use the green tray icon with the letter 'H'.