Thanks for the reply Grayscale.. I'll have to test it out.. I didn't see where he explained what the ^ meant.
i think the comma seperates keystrokes and as he said earlier the ^ releases the key from being typed, otherwise it keeps holding the key down...thats all i know, i haven't gotten to try out the new ver yet, got lots of homework and gotta get my case all finished and put the carpc back in the car yet again...
CarPC install is starting to come along again...
Thanks for the reply Grayscale.. I'll have to test it out.. I didn't see where he explained what the ^ meant.
Current Vehicle: 2007 Dodge Nitro
Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab
First Vehicle: 2003 Ford Ranger
We want updates![]()
CarPC install is starting to come along again...
I'm waiting for Ol33l to get back... I tried using the above and it didn't work so I prolly just typed the syntax wrong. However... I did set Automate up to be able to search in FrodoPlayer so when I get this part working it will be shweet!
Current Vehicle: 2007 Dodge Nitro
Second Vehicle: Sold it :( 2005 Dodge Ram 1500 Quad Cab
First Vehicle: 2003 Ford Ranger
nice! i'll have to use the Automate prog...maybe we made him work hard and code for nothing?nah because its nice to have it all in one prog. Yeah didn't realize he was gone on a trip, sorry leelo (hehe, i mean oleel)
you're back now so get to working! got a few bug reports! i think the one about the gps connect thing is a good idea too.
*slave drives*
CarPC install is starting to come along again...
I hope the response in the previous thread is good enoughOriginally Posted by Grayscale
The commands are "VK_MENU, VK_CONTROL, VK_LWIN, etc" not "VK_MENU 12, VK_CONTROL 11, etc". The comma separates different keys being pressed. And the ^ key lets go of the VK_ keys (normal keys are released automatically, but put the ^ after them if using it with a VK_ key).
Bug reports: found a few bugs in the macros like I put the IFs and ENDs in the wrong place and it would not reset the counter. Also I think it would not let go of some keysAlso found that I did not duplicate the macro function correctly for the places, but just for shutdown... so I'm gonna make a separate function for this
I think I got the gps connect to work.... right? Basically you need to make the computer go to sleep or hybernate and when your computer resumes NaviVoice checks for the navigation program and terminates it, and NaviVoice restarts itself (SAPI does not work after resume for some reason, so I have to initialize it again by restarting the app).
Things I want in next release: mute mic (not to shut down SAPI), sleep function for macros, move mouse and click function for macros, etc. Also an option not to minimize to tray.
just out of curiousity what were those numbers doing there thenOriginally Posted by 0l33l
![]()
Havent tested it but if you restart iguidace or routis it makes people have to enter their route again. so if you're at a gas station on a trip and put your comp into standby it poses a problem...you have to re enter your route which can be annoying. i'm sure its really easy to send a command to to go to the reconnect gps thing on the menu of the routis or iguidance program. you don't have to completely close and open the GPS program just to get it to re-initialize the GPS mouse!Originally Posted by 0l33l
And to allow you to say "play" or whatever and it does the command specific to the application you define. such as like you said, if you have notepad open and you say play it will focus frodoplayer and do the stuff to it.Originally Posted by 0l33l
YOU ARE THE MAN!
CarPC install is starting to come along again...
The numbers were there from www.experts-exchange.com . I just copied and pasted them. This is what it should be:Originally Posted by Grayscale
A few of these keys I did not add.Code:Virtual Key Code Corresponding key VK_LBUTTON Left mouse button VK_RBUTTON Right mouse button VK_CANCEL Control+Break VK_MBUTTON Middle mouse button VK_BACK Backspace key VK_TAB Tab key VK_CLEAR Clear key VK_RETURN Enter key VK_SHIFT Shift key VK_CONTROL Ctrl key VK_MENU Alt key VK_PAUSE Pause key VK_CAPITAL Caps Lock key VK_KANA Used with IME VK_HANGUL Used with IME VK_JUNJA Used with IME VK_FINAL Used with IME VK_HANJA Used with IME VK_KANJI Used with IME VK_CONVERT Used with IME VK_NONCONVERT Used with IME VK_ACCEPT Used with IME VK_MODECHANGE Used with IME VK_ESCAPE Esc key VK_SPACE Space bar VK_PRIOR Page Up key VK_NEXT Page Down key VK_END End key VK_HOME Home key VK_LEFT Left Arrow key VK_UP Up Arrow key VK_RIGHT Right Arrow key VK_DOWN Down Arrow key VK_SELECT Select key VK_PRINT Print key (keyboard-specific) VK_EXECUTE Execute key VK_SNAPSHOT Print Screen key VK_INSERT Insert key VK_DELETE Delete key VK_HELP Help key VK_LWIN Left Windows key (Microsoft keyboard) VK_RWIN Right Windows key (Microsoft keyboard) VK_APPS Applications key (Microsoft keyboard) VK_NUMPAD0 0 key (numeric keypad) VK_NUMPAD1 1 key (numeric keypad) VK_NUMPAD2 2 key (numeric keypad) VK_NUMPAD3 3 key (numeric keypad) VK_NUMPAD4 4 key (numeric keypad) VK_NUMPAD5 5 key (numeric keypad) VK_NUMPAD6 6 key (numeric keypad) VK_NUMPAD7 7 key (numeric keypad) VK_NUMPAD8 8 key (numeric keypad) VK_NUMPAD9 9 key (numeric keypad) VK_MULTIPLY Multiply key (numeric keypad) VK_ADD Add key (numeric keypad) VK_SEPARATOR Separator key (numeric keypad) VK_SUBTRACT Subtract key (numeric keypad) VK_DECIMAL Decimal key (numeric keypad) VK_DIVIDE Divide key (numeric keypad) VK_F1 F1 key VK_F2 F2 key VK_F3 F3 key VK_F4 F4 key VK_F5 F5 key VK_F6 F6 key VK_F7 F7 key VK_F8 F8 key VK_F9 F9 key VK_F10 F10 key VK_F11 F11 key VK_F12 F12 key VK_F13 F13 key VK_F14 F14 key VK_F15 F15 key VK_F16 F16 key VK_F17 F17 key VK_F18 F18 key VK_F19 F19 key VK_F20 F20 key VK_F21 F21 key VK_F22 F22 key VK_F23 F23 key VK_F24 F24 key VK_NUMLOCK Num Lock key VK_SCROLL Scroll Lock key VK_LSHIFT Left Shift key (only used with GetAsyncKeyState and GetKeyState) VK_RSHIFT Right Shift key (only used with GetAsyncKeyState and GetKeyState) VK_LCONTROL Left Ctrl key (only used with GetAsyncKeyState and GetKeyState) VK_RCONTROL Right Ctrl key (only used with GetAsyncKeyState and GetKeyState) VK_LMENU Left Alt key (only used with GetAsyncKeyState and GetKeyState) VK_RMENU Right Alt key (only used with GetAsyncKeyState and GetKeyState) VK_PROCESSKEY Process key VK_ATTN Attn key VK_CRSEL CrSel key VK_EXSEL ExSel key VK_EREOF Erase EOF key VK_PLAY Play key VK_ZOOM Zoom key VK_NONAME Reserved for future use VK_PA1 PA1 key VK_OEM_CLEAR Clear key
I don't see a function to reconnect. I don't have a USB GPS (anyone care to donate a USB Earthmate??). How do you reconnect? What does it say when you resume from standby or hybernate?
Yeh, I want to add the function to auto focus on a certain app when a command is heard.
i don't have my carpc installed right now so i cant verify 100% but i thought somewhere in the top menu where file and all that stuff is there was a place that let you reconnect. i'll see if i can get my computer hooked up to a atx psu and find out for ya
CarPC install is starting to come along again...
Ok. Because I have no idea what keystrokes to send, and I can't check cuz I don't have a USB GPS. I do want to get a earthmate w/o the softwareOriginally Posted by Grayscale
![]()
Bookmarks