Search found 12 matches

by Yogi
Tue Jul 25, 2023 10:31 am
Forum: Windows Discussion Forum
Topic: Map Volume Up/Down to rotation axis Zs?
Replies: 11
Views: 3212

Re: Map Volume Up/Down to rotation axis Zs?

Thank you very much for the advice. I did not find the preassigned ButtonAction in the GUI for it but I managed to get it working to toggle on button 2 with the following (using https://forum.3dconnexion.com/viewtopic.php?p=116919 as a guide): Global.xml: <?xml version="1.0" encoding="...
by Yogi
Mon Jul 24, 2023 3:58 pm
Forum: Windows Discussion Forum
Topic: Map Volume Up/Down to rotation axis Zs?
Replies: 11
Views: 3212

Re: Map Volume Up/Down to rotation axis Zs?

Appreciate the warning thank you. So far I haven't noticed any issues but will keep an eye out for them. I was wondering, now that I have F13 and F14 mapped to the Rz axis globally, if I wanted to have the Rz behave normally for specific applications, is there anything I can do for their configs? Or...
by Yogi
Mon Jul 24, 2023 7:21 am
Forum: Windows Discussion Forum
Topic: Map Volume Up/Down to rotation axis Zs?
Replies: 11
Views: 3212

Re: Map Volume Up/Down to rotation axis Zs?

-- Apologies, I got it working! Just had to restart the system. I hope I didn't make you read all that first, couldn't figure out how to edit messages. Thanks again. For anyone else, I assigned them to F13 and F14, then used PowerToys to remap the keys to volume up and down. Where it says KeyStroke>...
by Yogi
Mon Jul 24, 2023 7:01 am
Forum: Windows Discussion Forum
Topic: Map Volume Up/Down to rotation axis Zs?
Replies: 11
Views: 3212

Re: Map Volume Up/Down to rotation axis Zs?

This may make it easier to read the relevant section:
Image
by Yogi
Mon Jul 24, 2023 6:57 am
Forum: Windows Discussion Forum
Topic: Map Volume Up/Down to rotation axis Zs?
Replies: 11
Views: 3212

Re: Map Volume Up/Down to rotation axis Zs?

I'm having a bit of trouble, I haven't used it in a while, I reset all my settings and upgraded to the newest software but it seems my previous methods aren't working.... Does anything stick out to you? I'm just trying to test the basic key 1E, which should output 1: <?xml version="1.0" en...
by Yogi
Mon Jul 24, 2023 6:03 am
Forum: Windows Discussion Forum
Topic: Map Volume Up/Down to rotation axis Zs?
Replies: 11
Views: 3212

Re: Map Volume Up/Down to rotation axis Zs?

Thanks for letting me know, I'll stop trying and will do the key remap instead, thanks again, jwick, appreciate all your support.
by Yogi
Sun Jul 23, 2023 4:27 pm
Forum: Windows Discussion Forum
Topic: Map Volume Up/Down to rotation axis Zs?
Replies: 11
Views: 3212

Map Volume Up/Down to rotation axis Zs?

I've tried using this without success, the ActionID works on the buttons but not the rotation. <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_Rz</ActionID> <Min>0</Min> <Max>511</Max> <Deadband>88</Deadband> </Input> <Output> <ActionID>Driver_MediaPlayer_PreviousTrack</ActionID> </Out...
by Yogi
Fri Jul 01, 2022 4:33 am
Forum: Windows Discussion Forum
Topic: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist
Replies: 6
Views: 1887

Re: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist

Thank you very much I'm quite proud because I was running into a few issues for a while, especially where a light tap and letting go would send it repeating super fast. Turns out I was using the min and max as sort of the minimum input required but it's much cleaner to use the deadband value for tha...
by Yogi
Thu Jun 30, 2022 4:58 pm
Forum: Windows Discussion Forum
Topic: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist
Replies: 6
Views: 1887

Re: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist

I got it working! Sharing the code that goes into the XML file for anyone else: <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_Rz</ActionID> <Min>0</Min> <Max>511</Max> <Deadband>25</Deadband> </Input> <Output> <ActionID>KB_Keystroke</ActionID> <MaxEventRate>2.50</MaxEventRate> <Modif...
by Yogi
Thu Jun 30, 2022 7:06 am
Forum: Windows Discussion Forum
Topic: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist
Replies: 6
Views: 1887

Re: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist

I've currently got this: <?xml version="1.0" encoding="utf-8" standalone="no"?> <AppCfg xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Default="false" CfgFormatVersion="1.3" ThisFileVersion="1.10"> <AppInfo> <Signature> <Na...
by Yogi
Thu Jun 30, 2022 5:32 am
Forum: Windows Discussion Forum
Topic: Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist
Replies: 6
Views: 1887

Requesting Help to Ctrl+Tab and Ctrl+Shift+Tab on Twist

Hello I just got the spacemouse wireless and I was wondering if anyone could help me edit an xml for firefox (or any application really as I use this all the time). I want to instruct it to: Press Ctrl+Tab once when I twist it clockwise Press Ctrl+Shift+Tab once when I twist it anti-clockwise I woul...
by Yogi
Wed Jun 29, 2022 4:43 am
Forum: Feedback
Topic: Custom mappings
Replies: 5
Views: 20371

Re: Custom mappings

I do a little CAD (Zbrush Blender) but I would love to use this to do different things in different programs that don't really support customisation. While I greatly appreciate the willingness to offer help users customise to their needs, I don't have any programming knowledge. It seems like it woul...