Key Press

Jun 9, 2016 at 8:05pm
ok so lets say i wanted to make a program where if i hit lets say space bar itll do something like open up google chrome or something like that how would i go about doing that
Jun 10, 2016 at 7:45am
closed account (48bpfSEw)
ShellExecute

https://www.c-plusplus.net/forum/119418-full
Jun 12, 2016 at 4:25am
I don't what you Operating System you use, but for simple tasks like this, you could simply set up keybindinds, I launch my IDE, Editor, Brower etc directly from keybindings.
Jun 12, 2016 at 9:17am
You're better off using AutoHotkey.
https://autohotkey.com/
Jun 13, 2016 at 6:45pm
a k n

do i set up keybindings from my computer or through c++
Topic archived. No new replies allowed.