|
Vinzer,
I have not yet looked at the sdk, so i am not sure what other ways CF takes commands, but i have a dirty work around if it takes commands from with the program.
pipe the keyboard shortcut to to a flat file with a time stamp (might want o use time passed since jan 01 1969) with the keyboard value (set up as a service on boot), then from with in centrafuse have a application that reads that flat file (would require it to be multithreaded and work in the background.... like the clock or something)...that wakes up when it sees activity on that port.. or something... you can AIM me at AnandP83 ... i think i will start to tackle this as well, for soon my parts will all be here.
my idea....just a quick thought (and yes i know its not efficient at all) until there is some sort of fix.
you would want all functions calls to be inline...
|