I wanted to listen for a Ctrl+C in normal mode while my program is running at background.. after a Ctrl+C is detected i wanted to access the clipboard and and get whatever is in there and try to parse it and determine if that object should be parsed.
I tried searching for C/C++ codes but to no luck can't find.. i know how to do it in java but obviously its not the same here in C++..
Anyone got some ideas..
I tried searching for C/C++ codes but to no luck can't find.. i know how to do it in java but obviously its not the same here in C++..
Anyone got some ideas..
Comment