Search found 2 matches

by giorgio_72
Wed Nov 24, 2021 1:39 pm
Forum: Windows Discussion Forum
Topic: Cannot send modifier key from axis output
Replies: 2
Views: 2861

Re: Cannot send modifier key from axis output

Thank you, it works. Without GUI support, it is very difficult to do this. No problem for me: IMHO, the GUI should be intended for generating simple XML configs only; any more advanced configuration should be specified by the manual text editing (i.e. hacking) of those. In this regard, the current f...
by giorgio_72
Tue Nov 23, 2021 12:14 pm
Forum: Windows Discussion Forum
Topic: Cannot send modifier key from axis output
Replies: 2
Views: 2861

Cannot send modifier key from axis output

I'm trying to pan the Inkscape canvas from a SpaceMouse Compact. For the left pan, I use the following snippet: <!-- Pan left --> <Axis> <Enabled>true</Enabled> <Input> <ActionID>HIDMultiAxis_X</ActionID> <!-- move the cap left along the x-axis --> <Min>-512</Min> <Max>0</Max> </Input> <Output> <Act...