Skip to content

Instantly share code, notes, and snippets.

@tfaris
Created August 5, 2021 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tfaris/5f52dc893f5135ae8cd8c2493186f585 to your computer and use it in GitHub Desktop.
Save tfaris/5f52dc893f5135ae8cd8c2493186f585 to your computer and use it in GitHub Desktop.
Wacom AppGestures configuration for FreeCAD
<ArrayElement type="map">
<displayname>FreeCAD</displayname>
<identifier type="string">FreeCAD</identifier>
<AutoBehavior>zoom</AutoBehavior>
<ScrollUp type="map">
<input type="string">mousebutton</input>
<mousebutton type="string">right</mousebutton>
<amount type="double">1</amount>
<amountmultiplier type="double">1</amountmultiplier>
<granularity type="double">50</granularity>
<direction type="string">down</direction>
</ScrollUp>
<ScrollDown type="map">
<input type="string">mousebutton</input>
<mousebutton type="string">right</mousebutton>
<amount type="double">1</amount>
<amountmultiplier type="double">1</amountmultiplier>
<granularity type="double">50</granularity>
<direction type="string">up</direction>
</ScrollDown>
<PanLeft type="map">
<input type="string">mousebutton</input>
<mousebutton type="string">right</mousebutton>
<amount type="double">1</amount>
<amountmultiplier type="double">1</amountmultiplier>
<granularity type="double">50</granularity>
<direction type="string">right</direction>
</PanLeft>
<PanRight type="map">
<input type="string">mousebutton</input>
<mousebutton type="string">right</mousebutton>
<amount type="double">1</amount>
<amountmultiplier type="double">1</amountmultiplier>
<granularity type="double">50</granularity>
<direction type="string">left</direction>
</PanRight>
<ZoomIn type="map">
<input type="string">scrollwheelup</input>
<amount type="double">5</amount>
<amountmultiplier type="double">75</amountmultiplier>
<granularity type="double">1</granularity>
<Alt type="map">
<input type="string">scrollwheelup</input>
<amount type="double">5</amount>
<amountmultiplier type="double">10</amountmultiplier>
<granularity type="double">1</granularity>
</Alt>
</ZoomIn>
<ZoomOut type="map">
<input type="string">scrollwheeldown</input>
<amount type="double">5</amount>
<amountmultiplier type="double">75</amountmultiplier>
<granularity type="double">1</granularity>
<Alt type="map">
<input type="string">scrollwheeldown</input>
<amount type="double">5</amount>
<amountmultiplier type="double">10</amountmultiplier>
<granularity type="double">1</granularity>
</Alt>
</ZoomOut>
<GrabberHand type="map">
<input type="string">mousebutton</input>
<mousebutton type="string">middle</mousebutton>
<amount type="double">1</amount>
<amountmultiplier type="double">1</amountmultiplier>
<granularity type="double">1</granularity>
</GrabberHand>
<Tumble>
<modifiers type="string">shift</modifiers>
<input type="string">mousebutton</input>
<mousebutton type="string">middle</mousebutton>
<amount type="double">1</amount>
<amountmultiplier type="double">1</amountmultiplier>
<granularity type="double">1</granularity>
</Tumble>
</ArrayElement>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment