Skip to content

Instantly share code, notes, and snippets.

@omarrodriguez15
Created January 8, 2020 19:46
Show Gist options
  • Select an option

  • Save omarrodriguez15/b3805c3b4795c65dc2cc5371f0e89ccb to your computer and use it in GitHub Desktop.

Select an option

Save omarrodriguez15/b3805c3b4795c65dc2cc5371f0e89ccb 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="">
<device buttoncount="11" anglesnapping="0" powermode="1" model="Logitech.Gaming.Mouse.G602" reportrate="125">
<dpitable shift="500" defaultindex="2">
<dpi x="500" y="500"/>
<dpi x="1000" y="1000"/>
<dpi x="1500" y="1500"/>
<dpi x="2000" y="2000"/>
<dpi x="2500" y="2500"/>
</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="Page Down" number="5">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="PAGEDOWN"/>
</keystroke>
</button>
<button name="F5" number="6">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="F5"/>
</keystroke>
</button>
<button name="Forward" number="7">
<mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
<do task="forward"/>
</mousefunction>
</button>
<button name="Page Up" number="8">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="PAGEUP"/>
</keystroke>
</button>
<button name="Right Shift + F12" number="9">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="F12"/>
<modifier value="RSHIFT"/>
</keystroke>
</button>
<button name="F12" number="10">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="F12"/>
</keystroke>
</button>
<button name="Right Ctrl + F12" number="11">
<keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
<key value="F12"/>
<modifier value="RCTRL"/>
</keystroke>
</button>
</buttons>
</profile>
</obprofiles>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment