Make HotKey for the Command Prompt (Windows)
Published: Estimated Reading Time: ~1 minute
Since i’m a big fan of Debian and Ubuntu and I liked the CTRL+ALT+T HotKey (open terminal) feature I figured why not make one for Windows to, so I made this little project in C, CmdHotKey, when you open the application it runs in the background, and when you press the CTRL+ALT+T HotKey it opens the command prompt and when you press the CTRL+ALT+Q HotKey it terminates the program.