|
Couple of things... iGkeys is really no longer needed. Back with ig2.x it has some advanantages, but most of the keyboard commands that iGKeys accessed, have since been removed from iGuidance.
On the screen you have iG embedded on, you can simply use the code:
"SENDKEY;%{v}{t}"
This sends an ALT V (drop down the View menu) and sends T (for the trip meter)
This happens instantly, and you will never see the drop down menu appear.
My suggestion, is to just scrap iGKeys and use the standard rr sendkey to access iGuidance.
Just have a look at the pull-down menu's, for the letter that is underlined in the list, to see what the hot key is for that option / function.
For instance all of the items in the "File drop-down" are:
"SENDKEY;%{f}{E}" = "Enter Destination"
"SENDKEY;%{f}{L}" = "Save Current Location"
"SENDKEY;%{f}{C}" = "Clear Route"
"SENDKEY;%{f}{R}" = "Record Track"
"SENDKEY;%{f}{P}" = "Play Track"
"SENDKEY;%{f}{D}" = "Demo"
"SENDKEY;%{f}{A}" = "About"
"SENDKEY;%{f}{X}" = "Exit"
You can access the other 2 drop down menu's by simply using the T & V to access the drop-downs, and then the letter of the function that you want.
On a last note, make sure your "switch buttons" are in order, meaning if you have switchbutton1 then that button needs to be the very first button listed in the skin file itself, or it will not work properly.
Last edited by JohnWPB; 11-13-2007 at 12:39 PM.
|