All Projects → mshafer1 → AHK-generator

mshafer1 / AHK-generator

Licence: MIT license
A single page website to provide a UI for the 3 most common uses for AHK and defining custom hotstrings and hotkeys to trigger them

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to AHK-generator

AHK MicMute
Control your microphone using keyboard and mouse hotkeys.
Stars: ✭ 67 (+191.3%)
Mutual labels:  ahk, hotkey
hotscript
HotScript - Revolutionizing how Windows works.
Stars: ✭ 29 (+26.09%)
Mutual labels:  ahk, hotkey
GenshinImpact-AHK-flex
AHK script for Genshin Impact
Stars: ✭ 80 (+247.83%)
Mutual labels:  ahk
ni-translate
A translator for Linux, running at the background which wakes up with the translation of the last selected text on command.
Stars: ✭ 82 (+256.52%)
Mutual labels:  hotkey
AHK-Library
Most of my personal AHK stdlib.
Stars: ✭ 58 (+152.17%)
Mutual labels:  ahk
POE-TradeMacro
Price checking script for Path of Exile.
Stars: ✭ 963 (+4086.96%)
Mutual labels:  ahk
illustrator-shortcuts
collection of scripts and shortcuts for illustrator
Stars: ✭ 38 (+65.22%)
Mutual labels:  ahk
Autocomplete
Suggests and completes words as you type! Write faster and more efficiently.
Stars: ✭ 18 (-21.74%)
Mutual labels:  ahk
react-shortcut
Convenient React component that detects if the given key combination is pressed, and triggers a callback
Stars: ✭ 16 (-30.43%)
Mutual labels:  hotkey
CapsLockX
Operate the computer like a hacker! 像黑客一样操作电脑!
Stars: ✭ 111 (+382.61%)
Mutual labels:  ahk
keybind
ClojureScript key bindings (shortcut) library
Stars: ✭ 85 (+269.57%)
Mutual labels:  hotkey
destiny-macros
A collection of Destiny 2 macros built with AutoHotKey
Stars: ✭ 24 (+4.35%)
Mutual labels:  ahk
capslock-plus-plus
⌨Amazing, extendable, readable autohotkey scripts framework utilized by Capslock.
Stars: ✭ 77 (+234.78%)
Mutual labels:  ahk
static-hands
⌨️🤯 Stop moving hands, and start code fast ⚡⚡
Stars: ✭ 36 (+56.52%)
Mutual labels:  ahk
metaKeyboard
turn a common keyboard into a 61-key keyboard for the keyboard shortcut fun like you, I'm a programer, I want to improve coding efficiency
Stars: ✭ 30 (+30.43%)
Mutual labels:  ahk
AutoHotStreamDeck
An AutoHotkey wrapper for interacting with the Elgato Stream Deck
Stars: ✭ 57 (+147.83%)
Mutual labels:  ahk
AHKCommandPicker
An AutoHotkey (AHK) script that allows you to easily run AHK functions. Instead of having to remember what shortcut key maps to each of your AHK scripts, this displays a list of all your AHK functions and allows you to easily run them.
Stars: ✭ 50 (+117.39%)
Mutual labels:  ahk
Mercenaries-Hearthstone-game-bot
bot for hearthstone mercenaries mode
Stars: ✭ 59 (+156.52%)
Mutual labels:  ahk
blog
基于 Node.js 的个人博客系统. Node.js based blog system.
Stars: ✭ 40 (+73.91%)
Mutual labels:  w3-css
ScribeBot
A highly scriptable automation system full of cool features. Automate everything with a little bit of Lua.
Stars: ✭ 72 (+213.04%)
Mutual labels:  hotkey

AHK-generator

Build Status Coverage Status

A single page website to provide a UI for the some of the most common uses for Auto Hotkey and defining custom hotstrings and hotkeys to trigger them. Published under MIT License. Available at http://ahkgen.com

Usage

  • Go to http://ahkgen.com

  • Choose between Hotkey or Hotstring

    • Hotkey is used for a key combination pressed at once (i.e. CTRL + SHIFT + I)

    • Hotstring is used for a series of keys pressed in order (i.e. ;internet)

  • Enter trigger value

    • For hotkey, select whether CTRL, SHIFT, Windows, and/or ALT must also be pressed and enter the key to be hit
    • For hotstring, enter the value to be typed
  • Select a function

    ActivateOrOpen

      Brings a program whose title matches the Window (defaulting to 'contains' mode) to the front or runs the Program
    

    Send

      Sends input (types for you)
    

    Replace

      Removes what was just typed (for hotstring, treated like send for hotkey) and sends the value
    

    SendUnicodeChar

      Sends the unicode character given the UTF-16 value
    

    ActivateOrOpenChrome

      Searches through Chrome windows/tabs for tab with provided name - opens chrome.exe "url" if not found
    

    OpenConfig

      Open this config page in default browser
    

    Custom

      A sandbox for creating your own usage of the hotkey/hotstring
    
  • Add more keys by pressing the "+" button at the bottom

  • Remove rows by clicking the "x" button on the right

  • Click submit to reload page and generate code. (download will be available once reloded)

  • Share/save configuration by sending URL

Project dependencies

This project relies on a couple of open source libraries

Project License Version in use Where used
Jquery jquery.org/license v1.12.2 In page manipulation
W3 CSS No license is necessary. 2.64 Styling
Font Awesome MIT License 5.13.0 Icons
highlight.js BSD 3 License 9.12.0 Syntax highlighting
LZUTF8 MIT License 0.5.6 Compressing user data in URL when needed/asked
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].