Skip to content

Instantly share code, notes, and snippets.

@naftulikay
Created April 10, 2018 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naftulikay/bc6bcf166d443e551a8e4d5c5e4531bd to your computer and use it in GitHub Desktop.
Save naftulikay/bc6bcf166d443e551a8e4d5c5e4531bd to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<obprofiles xmlns="http://www.logitech.com/Cassandra/2013.1/OnboardProfile">
<profile name="Default">
<device model="Logitech.Gaming.Mouse.G700s" anglesnapping="0" powermode="1" buttoncount="13" reportrate="125">
<dpitable defaultindex="1">
<dpi x="600" y="600"/>
<dpi x="1200" y="1200"/>
<dpi x="1900" y="1900"/>
<dpi x="0" y="0"/>
<dpi x="0" y="0"/>
</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="Back" number="4">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="back"/>
</mousefunction>
</button>
<button name="Forward" number="5">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="forward"/>
</mousefunction>
</button>
<button name="Previous Track" number="6">
<media xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Media">
<do task="previoustrack"/>
</media>
</button>
<button name="Next Track" number="7">
<media xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Media">
<do task="nexttrack"/>
</media>
</button>
<button name="Switch Profile" number="8">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="switchprofile"/>
</mousefunction>
</button>
<button name="Play/Pause" number="9">
<media xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Media">
<do task="playpause"/>
</media>
</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="Left Windows + A" number="11">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="A"/>
<modifier value="LGUI"/>
</keystroke>
</button>
<button name="Scroll Left" number="12">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="scrollleft"/>
</mousefunction>
</button>
<button name="Scroll Right" number="13">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="scrollright"/>
</mousefunction>
</button>
</buttons>
</profile>
</obprofiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment