Você está no 3DFinder
Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.
Descrição
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.
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"](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](https://ko-fi.com/blackdesign1)
ChatGPT Keycap - Working Hotkey
Publicado em 24 de set de 2025
Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.
Criar conta