Skip to content

Instantly share code, notes, and snippets.

@gddabe
Created January 25, 2016 10:01
Show Gist options
  • Save gddabe/574176d544b19a7186a5 to your computer and use it in GitHub Desktop.
Save gddabe/574176d544b19a7186a5 to your computer and use it in GitHub Desktop.
Logitech G700 setup
<?xml version="1.0" encoding="utf-8"?>
<obprofiles xmlns="http://www.logitech.com/Cassandra/2013.1/OnboardProfile">
<profile name="PC">
<device buttoncount="13" anglesnapping="0" powermode="1" model="Logitech.Gaming.Mouse.G700" reportrate="125">
<dpitable defaultindex="0">
<dpi x="2500" y="2500"/>
<dpi x="3500" y="3500"/>
<dpi x="4500" y="4500"/>
<dpi x="5000" y="5000"/>
<dpi x="5500" y="5500"/>
</dpitable>
</device>
<buttons>
<button number="1" name="Left Click">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="leftclick"/>
</mousefunction>
</button>
<button number="2" name="Right Click">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="rightclick"/>
</mousefunction>
</button>
<button number="3" name="Middle Click">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="middleclick"/>
</mousefunction>
</button>
<button number="4" name="Ctrl + W">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="W"/>
<modifier value="LCTRL"/>
</keystroke>
</button>
<button number="5" name="Backspace">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="BACKSPACE"/>
</keystroke>
</button>
<button number="6" name="Ctrl + Tab">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="TAB"/>
<modifier value="LCTRL"/>
</keystroke>
</button>
<button number="7" name="Ctrl + Shift + Tab">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="TAB"/>
<modifier value="LCTRL"/>
<modifier value="LSHIFT"/>
</keystroke>
</button>
<button number="10" name="DPI Cycling">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="dpicycling"/>
</mousefunction>
</button>
<button number="11" name="Switch Profile">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="switchprofile"/>
</mousefunction>
</button>
</buttons>
</profile>
</obprofiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment