Skip to content

Instantly share code, notes, and snippets.

@gturi
Created June 29, 2023 12:27
Show Gist options
  • Save gturi/98798eac5c238863449c5697d7919269 to your computer and use it in GitHub Desktop.
Save gturi/98798eac5c238863449c5697d7919269 to your computer and use it in GitHub Desktop.
Opens windows terminal using Ctrl+Alt+T
#Requires AutoHotkey v2.0
^!t::
{
Run "C:\Users\govn\AppData\Local\Microsoft\WindowsApps\wt.exe"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment