Search found 6 matches
- Mon Dec 15, 2014 12:14 pm
- Forum: Windows Discussion Forum
- Topic: KB_Keystroke in <AXIS> def causes cap to stop working
- Replies: 7
- Views: 11793
Re: KB_Keystroke in <AXIS> def causes cap to stop working
3Dx admins/mods FYI: with logging off, the 3DxService.log is showing this 00002000 10:51:5.198: siappdll: __FILE__: .\src\appsi.cpp, __LINE__: 4529, ErrorVal: 2 00002000 10:51:5.198: siappdll: __FILE__: .\src\appsi.cpp, __LINE__: 4529, ErrorVal: 2 00002000 10:51:5.199: siappdll: __FILE__: .\src\apps...
- Mon Dec 15, 2014 5:13 am
- Forum: Windows Discussion Forum
- Topic: KB_Keystroke in <AXIS> def causes cap to stop working
- Replies: 7
- Views: 11793
Re: KB_Keystroke in <AXIS> def causes cap to stop working
Sorry, couple of things to add/ask. 1) My directions in my comments were derived from using HIDJoystick_ to see what deflecting the cap generated. When using KB_Keystroke they are backwards, but not always. Just something to watch for. 2) When 3Dx Properties parses the xml file, are you looking for ...
- Mon Dec 15, 2014 4:47 am
- Forum: Windows Discussion Forum
- Topic: KB_Keystroke in <AXIS> def causes cap to stop working
- Replies: 7
- Views: 11793
Re: KB_Keystroke in <AXIS> def causes cap to stop working
Thank you for responding and for the explanations. I decided since it was Sunday to try my hand at making it work. Took a few hours of beating on it and lots of coffee but got it to behave. I found a nice win kb scan codes doc that gives the dec/hex for the keys that I can use to validate what I'm s...
- Sun Dec 14, 2014 8:10 am
- Forum: Windows Discussion Forum
- Topic: KB_Keystroke in <AXIS> def causes cap to stop working
- Replies: 7
- Views: 11793
Re: KB_Keystroke in <AXIS> def causes cap to stop working
You tell me, it just started working. Apparently copying and pasting from the default files is something it didn't like. It also didn't like the copy/paste from these threads. No idea. Also, and no idea why, but saving as ANSI and not UTF-8 seemed to give reliable results during testing. Ok, got it ...
- Sun Dec 14, 2014 7:10 am
- Forum: Windows Discussion Forum
- Topic: KB_Keystroke in <AXIS> def causes cap to stop working
- Replies: 7
- Views: 11793
Re: KB_Keystroke in <AXIS> def causes cap to stop working
Ok, apparently the reinstalls changed where the 3DxService.log was being written to. This axis definition: <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_Rx</ActionID> <Min>-512</Min> <Max>511</Max> </Input> <Output> <ActionID>KB_Keystroke</ActionID> <Keystroke> <Key>8</Key> </Keystro...
- Sun Dec 14, 2014 6:23 am
- Forum: Windows Discussion Forum
- Topic: KB_Keystroke in <AXIS> def causes cap to stop working
- Replies: 7
- Views: 11793
KB_Keystroke in <AXIS> def causes cap to stop working
specs: Spacepilot Pro. Windows 7 x64 pro, I7-5960X cpu, 32GB mem, 24TB harddrive space, 2x 980's, Gigabyte mainboard, Logitech G19s & G13, partridge in a pear tree. This works as expected. <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_Rx</ActionID> <Min>-512</Min> <Max>511</Max> ...