Ir para conteúdo
3DFinder
Entrar

Você está no 3DFinder

Buscamos em Thingiverse, MakerWorld e Printables ao mesmo tempo para te dar o melhor de cada uma.

Buscar mais como este
Modelo 3D ChatGPT Keycap - Working Hotkey por BlackDesign no MakerWorld

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

  1. Right-click on your Desktop → New → AutoHotkey Script
  2. Choose "Minimal for v2" if prompted
  3. Name the file, e.g., OpenChatGPT.ahk and press create
  4. Right-click the file → Open with → Editor
  5. 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

  1. Right-click your .ahk file → Open with → Choose another app
  2. Select AutoHotkey 64-bit
  3. Check the box: “Always use this app to open .ahk files”
  4. 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

  1. Press Windows + R, type:
    %APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup
     
  2. Copy your .ahk script file (or a shortcut to it) into this folder
  3. Restart your PC → the script will start automatically
  4. 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)

MakerWorld

ChatGPT Keycap - Working Hotkey

Publicado em 24 de set de 2025

99
Curtidas
232
Downloads
205
Coleções
169
Impressões
Categoria Electronics
Tags
keycap chatgpt gpt hotkey button keyboard keyboard accesory keyboard accessories shortcut shortcut button chat gpt PC desktop accesories computer accessories computer
Licença Standard Digital File License
Ver no MakerWorld (abre em nova aba)

Gostou deste modelo? Crie uma conta grátis para salvar seus favoritos e voltar a eles depois.

Criar conta