Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JaredCH/KeyChain
AHK tool to manage macros and external scripts
https://github.com/JaredCH/KeyChain
autohotkey
Last synced: 2 days ago
JSON representation
AHK tool to manage macros and external scripts
- Host: GitHub
- URL: https://github.com/JaredCH/KeyChain
- Owner: JaredCH
- License: gpl-3.0
- Created: 2022-07-08T12:15:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T14:20:55.000Z (6 months ago)
- Last Synced: 2024-08-02T16:34:10.657Z (3 months ago)
- Topics: autohotkey
- Language: AutoHotkey
- Homepage:
- Size: 3.07 MB
- Stars: 24
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- my-awesome-github-stars - JaredCH/KeyChain - AHK tool to manage macros and external scripts (AutoHotkey)
README
# KeyChain
- Status: EnabledManages key mapping for hotkeys and scripts/executeables.
![Capture](https://user-images.githubusercontent.com/32394719/178347513-85aec7fa-5b74-44bc-ab65-ca02f8193f22.PNG)
# Features
- Sends plain text.
- Executes .ahk scripts and .exe applications.
- Sends [AHK key mapping](https://www.autohotkey.com/docs/commands/Send.htm).
- Support 5 plain text / key mappings.
- Script repository is now listed on the bottom right.
- Open applications with the use of the "Run" command.
- Opens google search in the webbrowser and searches for highlighted text.
- Click command.
- Internal command ShowXY to show the X and Y coordinates of the mouse in real time.# Usage:
- To send a string or AHK key command simply type it in the hotkey text box.
- To run scripts / external applications located in the script repository type "Script" and then the full file name.
- To run programs type "Run program_name" Ex: Run Notepad
- To use the google search function, simply have "Google" in the hotkey text box while highlighted a string of text and pressing the hotkey.
- To Click type "Click Xcord Ycord" Ex: Click 100 100
- To use the Internal command to show the X and Y coordinate of the mouse, have "Internal ShowXY" in the hotkey text box.
- Ctrl+Esc to show a list of all active hotkeys and what they are assigned to.