Skip to content

Instantly share code, notes, and snippets.

@naftulikay
Created April 10, 2018 01:28
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/aabdce16bb0ab2bbf0d81bebabe95814 to your computer and use it in GitHub Desktop.
Save naftulikay/aabdce16bb0ab2bbf0d81bebabe95814 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="BIOS">
<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="ENTER" number="3">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="ENTER"/>
</keystroke>
</button>
<button name="ESC" number="4">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="ESCAPE"/>
</keystroke>
</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="DOWN" number="9">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="DOWN"/>
</keystroke>
</button>
<button name="UP" number="10">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="UP"/>
</keystroke>
</button>
<button name="DELETE" number="11">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="DELETE"/>
</keystroke>
</button>
<button name="LEFT" number="12">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="LEFT"/>
</keystroke>
</button>
<button name="RIGHT" number="13">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="RIGHT"/>
</keystroke>
</button>
</buttons>
</profile>
</obprofiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment