Simple executor via keyboard shortcuts for Microsoft Windows.
License
forrest79/hotkey79
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
HotKey79 © Jakub Trmota, 2015 (https://forrest79.net) Simple keyboard shortcuts executor for Microsoft Windows. HOW TO USE: =========== First, you have to create configuration file. Default is "hotkey79.conf" or you can create one with another name and run "hotkey79.exe" with first parameter path to this file. Configuration file definition is simple. Every line started with # is comment and is ignored. Every other line is one command definition. Structure is simple: modifiers + key : command Where modifiers can be "alt", "ctrl", "win" or "shift", all connected with "+" char. Key is one character like "a" or "r" or some key like "F11". You have to define both modifiers and key. And command is anything to run in Windows. Example: # run command line on Ctrl + Win + F12 Ctrl + Win + F12 : cmd.exe After creating configation file, run "hotkey79.exe". This utility has no icon at taskbar. If you want to exit this utility, you have to use some task manager and manually kill the "hotkey79.exe" process. You have to do this also if you want to reload configuration. HISTORY ======= 1.0.0 [2015-09-09] - First public version REQUIREMENTS ============ You need .NET Framework 2 to run this application (https://www.microsoft.com/cs-cz/download/details.aspx?id=1639). LICENSE ======= HotKey79 is distributed under New BSD license. See license.txt. https://github.com/forrest79/hotkey79
About
Simple executor via keyboard shortcuts for Microsoft Windows.