AutoHotkey-script-Open-Show-Apps
AutoHotkey-script-Open-Show-Apps copied to clipboard
AutoHotkey script to open, restore or minimize, Window's and Chrome's Apps using hotkeys
### Description There could be instances where the Window title of an application is dynamic (https://github.com/JuanmaMenendez/AutoHotkey-script-Open-Show-Apps/issues/9#issuecomment-889870991). Example: IntelliJ IDEA, Windows Explorer In such cases, the current logic to switch app...
Hi @JuanmaMenendez, Your scripts are really useful and thanks a lot for providing them. I would really like to see the support to activate the previous window of the same...
I tried to use this script to open or switch to Windows store Calculator app. The default config in the script file says ``` ; F9 - Open||Show "Windows store...
Some Chrome Apps have titles that change, without any consistent naming: eg. the Chrome app for Hey email has window names that change from "Imbox" to "The Feed" to "Paper...
I have many vscode windows on different workspaces. Currently it seems to switch across workspaces.
Updates and Adds support for AutoHotKey V2 for feature allowing users to switch between open windows of the same app. Uses the same approach but updates calls for V2
Hi Juanma, first of all I'd like to thank you for your great work, it's a really neat script! Congrats! I'm wondering if it's possible to add a feature (or...
Hi, Is it possible to add support for GUI apps that run under WSL (windows subsystem for linux)?
Hey Juan! Thanks for this script btw it helped me a lot. However, I've been having some errors when I try to use an App address that's for a different...
Added support for LNK files, as well as making sure the window is currently within the active desktop dimensions and if not moving it back on screen.