Skip to content

Instantly share code, notes, and snippets.

@jcklpe
Created November 12, 2018 18:50
Show Gist options
  • Save jcklpe/76a7fc14c49164f0e75bdd85ef64f568 to your computer and use it in GitHub Desktop.
Save jcklpe/76a7fc14c49164f0e75bdd85ef64f568 to your computer and use it in GitHub Desktop.
Create global shortcut on Windows 10 for launching Hyper.js terminal
  1. Install AHK
  2. write a file that contains the following config. ^+.:: ; ctrl+shift+. to launch hyper.js Run C:\Users\{{YOUR USERNAME}}\AppData\Local\hyper\app-2.0.0\Hyper.exe Return
  3. Hit the win key and type run to open the windows runner.
  4. type shell:startup to open the Windows shell startup folder.
  5. Place the file.ahk in the folder. Now that ahk script will always register itself at start time.

These steps can be used to make any global application launching shortcut but this was the specific tool I needed and maybe you do too.

This AHK tool is espc useful when paired with the hyperterm-summon plugin: https://github.com/soutar/hyperterm-summon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment