Created
January 25, 2016 10:37
-
-
Save gddabe/5db54e13f01cb92a9a0b to your computer and use it in GitHub Desktop.
Logitech G700 setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<obprofiles xmlns="http://www.logitech.com/Cassandra/2013.1/OnboardProfile"> | |
<profile name="Mac"> | |
<device buttoncount="13" model="Logitech.Gaming.Mouse.G700" powermode="1" anglesnapping="0" reportrate="125"> | |
<dpitable defaultindex="0" currentindex="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 name="Left Click" number="1"> | |
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction"> | |
<do task="leftclick"/> | |
</mousefunction> | |
</button> | |
<button name="Right Click" number="2"> | |
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction"> | |
<do task="rightclick"/> | |
</mousefunction> | |
</button> | |
<button name="Middle Click" number="3"> | |
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction"> | |
<do task="middleclick"/> | |
</mousefunction> | |
</button> | |
<button name="Right Cmd + W" number="4"> | |
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke"> | |
<key value="W"/> | |
<modifier value="RGUI"/> | |
</keystroke> | |
</button> | |
<button name="Right Cmd + LBRACKET" number="5"> | |
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke"> | |
<key value="LBRACKET"/> | |
<modifier value="RGUI"/> | |
</keystroke> | |
</button> | |
<button name="Ctrl + Tab" number="6"> | |
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke"> | |
<key value="TAB"/> | |
<modifier value="LCTRL"/> | |
</keystroke> | |
</button> | |
<button name="Ctrl + Shift + Tab" number="7"> | |
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke"> | |
<key value="TAB"/> | |
<modifier value="LCTRL"/> | |
<modifier value="LSHIFT"/> | |
</keystroke> | |
</button> | |
<button name="DPI Cycling" number="10"> | |
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction"> | |
<do task="dpicycling"/> | |
</mousefunction> | |
</button> | |
<button name="Switch Profile" number="11"> | |
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction"> | |
<do task="switchprofile"/> | |
</mousefunction> | |
</button> | |
<button name="Ctrl + Up" number="12"> | |
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke"> | |
<key value="UP"/> | |
<modifier value="LCTRL"/> | |
</keystroke> | |
</button> | |
<button name="F11" number="13"> | |
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke"> | |
<key value="F11"/> | |
</keystroke> | |
</button> | |
</buttons> | |
</profile> | |
</obprofiles> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment