Created
June 29, 2023 12:27
-
-
Save gturi/98798eac5c238863449c5697d7919269 to your computer and use it in GitHub Desktop.
Opens windows terminal using Ctrl+Alt+T
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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