Search found 14 matches

by mmjc23
Thu Oct 13, 2022 11:47 pm
Forum: Developer's Forum for Windows
Topic: VB.Net HID Commands
Replies: 2
Views: 10600

Re: VB.Net HID Commands

Thank you so much for the comprehensive answer jwick.
I will consider using the library.
Best regards
by mmjc23
Thu Oct 13, 2022 10:47 pm
Forum: Developer's Forum for Windows
Topic: VB.Net HID Commands
Replies: 2
Views: 10600

VB.Net HID Commands

Dear Sirs, I would like to manage a Mouse3d SpaceNavigator (3dx-600028) from my VB.Net application. My application already uses a HID library for other USB devices. With this library, I can connect to the SpaceNavigator (046D:C626 - 0001:0008) and receive commands. I would like to configure the Spac...
by mmjc23
Thu Nov 21, 2019 1:50 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Thank you very much for the explanation, jwick
by mmjc23
Wed Nov 20, 2019 3:38 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Thanks for the answers and for the advice, jwick I will try to take a look at the SDK. About directories ... I prefer to edit the XML files in the "Program Files" directory so that the configuration is used by all Windows users. It should also prevent the user from changing the configurati...
by mmjc23
Tue Nov 19, 2019 9:18 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Hi jwick ... and thanks for the reply. I modified the "Explorer.xml" file in% appdata% directory and now it seems to work correctly. I assume that the new CfgFormatVersion depends on the version of the Drivers and not on the device; it's correct? Compared to the 3dx-600028 device and the o...
by mmjc23
Tue Nov 19, 2019 1:49 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Unfortunately I have to reopen this thread... With SpaceNavigator 3DX-600028 (3DX-700028), Drivers "10-5-12_r2890" and the Desktop.xml file described in this thread, my application is working properly. Now, our customer has replaced a damaged SpaceNavigator 3dx-600028 with a new SpaceMouse...
by mmjc23
Thu Dec 15, 2016 12:06 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

PERFECT, PERFECT PERFECT!!!! jwick Now, with the SpaceNavigator I can simulate the F13-F22 keys (used by my application), only by changing "Desktop.xml" file. This is my final Desktop.xml file <?xml version="1.0" encoding="UTF-8" standalone="no"?> <AppCfg Defa...
by mmjc23
Wed Dec 14, 2016 1:59 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Is it possible to have a list of ActionIDs?
How is it possible that there is no documentation about XML parameters?

Thank you in advance
by mmjc23
Tue Dec 13, 2016 3:30 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

I did some tests It seems that the left and right buttons do not support "<ActionID>KB_Keystroke</ActionID>" (not only f13-f24) In fact, if I set in the button Output "<ActionID>KB_Keystroke</ActionID>" and "<key>2C<key>" (Keyboard Spacebar) doesn't work, if I set "...
by mmjc23
Tue Dec 13, 2016 12:34 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Thank you jwick Now, with your code, left and right buttons is disabled...Perfect! I modified the Desktop.xml file in PF (Program files ??) folder so that it is applied to all O.S. users...I do not need to reinstall/update the drivers Even Italian keyboards does not have the F13 key...for this reaso...
by mmjc23
Mon Dec 12, 2016 9:04 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Thank you, Thank you very much jwick, I have modified "Desktop.xml" file as you indicated to me. Now when I press SpaceNavigator sensor, it send "F13" key and my application intercepts it and goes in PTT. I had to change the parameter "<AppCfg Default" to "true&quo...
by mmjc23
Mon Dec 12, 2016 3:27 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Thank you jwick I would like to simulate a keyboard key It is it possible to change the "Desktop.xml" file, so it sends the key "F13" GLOBALLY (For Windows, all apps and all users) when Users press the middle SpaceNavigator sensor? My application is already able to intercept the ...
by mmjc23
Mon Dec 12, 2016 1:00 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

Re: SpaceNavigator - Keyboard simulator

Hello Jwick, ... and thank you very much for your answer I did not understand much of what you wrote to me, but I want groped the approach with the configuration files. Where can I find the documentation about the configuration files? I haven't found anything about it in "Start Menu\Programs\3D...
by mmjc23
Wed Dec 07, 2016 9:27 am
Forum: Developer's Forum for Windows
Topic: SpaceNavigator - Keyboard simulator
Replies: 25
Views: 63485

SpaceNavigator - Keyboard simulator

Dear Sirs. My company, bought a SpaceNavigator to be used as a PTT (Push To Talk) button. Our application is capable of intercepting keyboard events even when it does not have focus and it uses Keyboard Key as PTT command. The application can be configured in two modes -the Keyboard key must be kept...