PDA

View Full Version : How to programm 0-9 buttons on RC?


expert
04-23-2010, 09:46 PM
I have Silverstone CW02 with IMON Remote.
Our software uses play stop pause buttons on a keyboard, and I successfully programmed these buttons to our software.
The 0-9 buttons are internally bounded to the keyboard numpad, and though I can programm them in iMon manager, this does not take an effect.
I use the driver named: iMON_7_42_0911_SilverStone.zip
Please tell what I need to do, in order to programm buttons the way they should generate Ctrl+0, Ctrl+1 ... etc. keys combination, beacuse 0-9 are needed by other functions.

Thanks!

johnny.hur
04-26-2010, 06:26 PM
Dear expert,

Because the numeric buttons on the remote are always processed through HID Keyboard driver, these can’t be mapped to other function. These buttons always work as numeric key. It was designed to make the remote work even when iMON SW is not running (Windows Welcome screen).

Please check the following FAQ.
http://www.soundgraph.com/forums/faq.php?faq=sg_faq_sw_imon_manager_r_01#faq_faq_im on_manager_remote

Regards,
Johnny Hur

expert
04-26-2010, 10:09 PM
Can I change the type of driver in order to process these buttons?

johnny.hur
04-27-2010, 05:49 PM
Dear expert,

Regret to say, there is no way to change driver type manually. iMON OEM driver type was used in old models and HID driver type is used in the current model.

Regards,
Johnny Hur

expert
05-14-2010, 05:36 AM
Thanks.
So there is no way to determine whether the button on the RC was presset or keyboard?
And all software that uses such approach fit these requirements?

For mine software, I have a search input box, where the name of song or band can be entered. So my user will never have a possibility to enter the name like "U-2", because when he/she hit '2', it would be captured by software as if he pressed '2' on the remote control to change the song id.

Great job!