Description:
A custom 3D-printable keycap designed for ChatGPT enthusiasts. When combined with a simple AutoHotkey script, it functions as a dedicated hotkey to instantly open ChatGPT in your browser.
Boost MeIf you like my work and want to support me in providing more (and even better) models in the future, please consider supporting me via the link below or buying me a coffee.
Guide: Open ChatGPT with a Single Keypress
1. Install AutoHotkey v2
- Download and install the latest AutoHotkey v2 (64-bit) from the official site
2. Create the Script
- Right-click on your Desktop → New → AutoHotkey Script
- Choose "Minimal for v2" if prompted
- Name the file, e.g., OpenChatGPT.ahk and press create
- Right-click the file → Open with → Editor
- Paste the following code:
PLACEHOLDER_KEY::
{
Run("https://chat.openai.com")
}
Example: If you want to use F12, replace PLACEHOLDER_KEY:: with F12::
6. Save the file.
3. Ensure Scripts Open with AutoHotkey v2
- Right-click your .ahk file → Open with → Choose another app
- Select AutoHotkey 64-bit
- Check the box: “Always use this app to open .ahk files”
- Click OK
This will make .ahk files automatically open with AutoHotkey v2 without asking each time
4. Test Your Script
- Double-click your .ahk file
- Press F12 → your default browser should open ChatGPT
5. Make Script Run Automatically on Startup
- Press Windows + R, type:
%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
- Copy your .ahk script file (or a shortcut to it) into this folder
- Restart your PC → the script will start automatically
- Press the Key you set up after startup to confirm ChatGPT opens
Extra Notes
- If multiple AutoHotkey versions are installed, it’s important to set AutoHotkey v2 as default for .ahk files.
- Always test the script manually before adding it to startup to make sure it works.
☕ Enjoying the model?
If you’d like to support my work and help me create more designs like this, feel free to treat me to a coffee.
https://ko-fi.com/blackdesign1