https://github.com/asheroto/api-keys-hotkey
Press Win+Esc to bring up your API keys, select an API key, press Enter, and your API key is automatically typed into the active window.
https://github.com/asheroto/api-keys-hotkey
api autohotkey autohotkey-script hotkeys
Last synced: 3 months ago
JSON representation
Press Win+Esc to bring up your API keys, select an API key, press Enter, and your API key is automatically typed into the active window.
- Host: GitHub
- URL: https://github.com/asheroto/api-keys-hotkey
- Owner: asheroto
- Created: 2021-04-13T13:08:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T06:20:55.000Z (over 3 years ago)
- Last Synced: 2025-01-31T06:48:08.623Z (5 months ago)
- Topics: api, autohotkey, autohotkey-script, hotkeys
- Language: AutoHotkey
- Homepage:
- Size: 332 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# API Keys Hotkey
Simple AutoHotkey script you can edit and add your API keys (or whatever you want); press Win+Esc to bring them up, select one and press Enter. It will then automatically type your API keys into the active window.

# Prerequisites
- [AutoHotkey](https://www.autohotkey.com/)
- Code editor **with line numbers**, like `Notepad++` or preferably [Visual Code](https://code.visualstudio.com/)
- Basic scripting knowledge# Install
- [Save the API.ahk file](https://raw.githubusercontent.com/asheroto/api-keys-hotkey/master/API.ahk) to your computer as `API.ahk` or `ANYTHING.ahk`
- Follow instructions at the **top of the file**
- Once everything is changed, **save it and run it**
- You may need to "Run as Administrator" in order for it to type on Administrator windows, see script notes
- Optionally you can **compile the script to an EXE file**# Troubleshooting
- Make sure you have the latest version of AutoHotkey
- Make sure your API names are identical in the "if" statements, case sensitive
- If it doesn't work in some windows, it may be because that window is running as Administrator; run the script as Administrator and it should work then; you can run it in Scheduled Tasks with "Run with highest privileges" checked and then it will automatically start as Administrator