An open API service indexing awesome lists of open source software.

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.

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.

![Script Example](https://github.com/asheroto/api-keys-hotkey/blob/master/script-example.gif?raw=true)

# 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