All Projects → JuanmaMenendez → Autohotkey Script Open Show Apps

JuanmaMenendez / Autohotkey Script Open Show Apps

Licence: mit
AutoHotkey script to open, restore or minimize, Window's and Chrome's Apps using hotkeys

Programming Languages

autohotkey
350 projects

Projects that are alternatives of or similar to Autohotkey Script Open Show Apps

Light-Switch
Easily switch from light to dark theme, or the other way around, in Windows 10/11.
Stars: ✭ 25 (-65.75%)
Mutual labels:  windows-10, windows-desktop
x1
A Windows taskbar replacement in C# .NET
Stars: ✭ 25 (-65.75%)
Mutual labels:  windows-10, windows-desktop
Windows Auto Night Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
Stars: ✭ 3,375 (+4523.29%)
Mutual labels:  windows-10, windows-desktop
LiveWallpaper
A tiny win10 (dynamic) wallpaper changer | 巨应壁纸 | 动态壁纸 | Free wallpaper engine
Stars: ✭ 396 (+442.47%)
Mutual labels:  windows-10, windows-desktop
Windows-Optimize-Harden-Debloat
Fully Optimize, Harden, and Debloat Windows 10 and Windows 11 Deployments to Windows Best Practices and DoD STIG/SRG Requirements. The ultimate Windows 10 & 11 security and privacy script!
Stars: ✭ 304 (+316.44%)
Mutual labels:  windows-10, windows-desktop
BetterWindows
Some windows tips to improve your UX experience when using windows
Stars: ✭ 27 (-63.01%)
Mutual labels:  windows-10, windows-desktop
Methanekit
🎲 Modern 3D graphics made simple with cross-platform C++17 meta-API on top of DirectX 12 & Metal (Vulkan is coming)
Stars: ✭ 197 (+169.86%)
Mutual labels:  windows-10, windows-desktop
Wallop
Extensible, living/animated wallpaper engine built in C# using Silk.NET's OpenGL wrapper at its core.
Stars: ✭ 27 (-63.01%)
Mutual labels:  application, windows-10
Chocolater
Chocolater is simply a PowerShell code generator and it was conceived in order to facilitate the selection and installation of your favorite applications in one go.
Stars: ✭ 26 (-64.38%)
Mutual labels:  application, windows-10
Mvvmlight
The main purpose of the toolkit is to accelerate the creation and development of MVVM applications in Xamarin.Android, Xamarin.iOS, Xamarin.Forms, Windows 10 UWP, Windows Presentation Foundation (WPF), Silverlight, Windows Phone.
Stars: ✭ 973 (+1232.88%)
Mutual labels:  windows-10, windows-desktop
Win10 Explorer
A new windows 10 file explorer
Stars: ✭ 58 (-20.55%)
Mutual labels:  windows-10
Mern Stack Authentication
Secure MERN Stack CRUD Web Application using Passport.js Authentication
Stars: ✭ 60 (-17.81%)
Mutual labels:  application
Runinbash
Run Linux commands under WSL without leaving your PowerShell or CMD!
Stars: ✭ 67 (-8.22%)
Mutual labels:  windows-10
Script Reset Windows Update Tool
This script reset the Windows Update Components.
Stars: ✭ 68 (-6.85%)
Mutual labels:  windows-desktop
Gitee
Gitee, OS X status bar application for Github
Stars: ✭ 1,095 (+1400%)
Mutual labels:  application
Files
A modern file manager that pushes the boundaries of the platform.
Stars: ✭ 15,198 (+20719.18%)
Mutual labels:  windows-10
Homeserver
A Matrix homeserver written in Rust.
Stars: ✭ 1,089 (+1391.78%)
Mutual labels:  application
Open Source Flutter Apps
📱 List of open source Flutter applications
Stars: ✭ 1,086 (+1387.67%)
Mutual labels:  application
Picroscopy
A Python web-application to turn a Raspberry Pi and PiCam into a microscopy solution
Stars: ✭ 54 (-26.03%)
Mutual labels:  application
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (-4.11%)
Mutual labels:  application

AutoHotkey-script-Open-Show-Apps

AutoHotkey script to Open, Restore or Minimize any Apps using the hotkeys you want


Features

1) Support for Windows regular Apps, Windows Store Apps, Chrome Apps and Chrome Website Shortcuts (useful to directly open any web page)

2) Ability to switch between open windows of the same App pressing Alt + ` (key above Tab key) like in Mac OS. You can switch for example between multiple Chrome open windows


Utility Functions

a) OpenOrShowAppBasedOnExeName(AppAddress) - Useful for regular Window Apps

Example: F7:: OpenOrShowAppBasedOnExeName("C:\Windows\System32\SnippingTool.exe")


b) OpenOrShowAppBasedOnWindowTitle(WindowTitleWord, AppAddress) - Specially useful for Chrome Apps and Chrome Website Shortcuts

Example: F8:: OpenOrShowAppBasedOnWindowTitle("Gmail", "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe --app=https://mail.google.com/mail/")


c) OpenOrShowAppBasedOnAppModelUserID(AppTitle, AppModelUserID) - Useful for Windows Store Apps (contained in the "shell:AppsFolder")

Example: F9:: OpenOrShowAppBasedOnAppModelUserID("Calculator", "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App")


Installation

1- Download and install the AutoHotkey App here

2- Download the script file here

3- Edit the "SHORTCUTS CONFIGURATION" section in the script file (Notepad works) and create your shortcuts, setting your keys and the address to your desired App by using the above utility functions

For example, this line F7:: OpenOrShowAppBasedOnExeName("C:\Windows\System32\SnippingTool.exe") will open the Window's SnippingTool when you press the F7 key

4- Execute the script (Double click on it)

5- (Optional) In order to automatically load this script on System Start Up, you have to create a Window desktop shortcut for it and move it into the Windows startup folder, located exactly at "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup"

6- Enjoy


Extras

Find AppUserModelID

To get the AppUserModelID of a Windows Store App, you can use this comprehensive guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].