Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <obprofiles xmlns="http://www.logitech.com/Cassandra/2013.1/OnboardProfile">
- <profile name="">
- <device model="Logitech.Gaming.Mouse.G500s" color="#ff00ff" anglesnapping="0" buttoncount="10" reportrate="1000">
- <dpitable defaultindex="2">
- <dpi x="400" y="400"/>
- <dpi x="800" y="800"/>
- <dpi x="2150" y="2150"/>
- <dpi x="5100" y="5100"/>
- <dpi x="6650" y="6650"/>
- </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="F25" number="4">
- <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
- <key value="F25"/>
- </keystroke>
- </button>
- <button name="Forward" number="5">
- <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
- <do task="forward"/>
- </mousefunction>
- </button>
- <button name="Back" number="6">
- <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
- <do task="back"/>
- </mousefunction>
- </button>
- <button name="DPI Up" number="9">
- <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
- <do task="dpiup"/>
- </mousefunction>
- </button>
- <button name="DPI Down" number="10">
- <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
- <do task="dpidown"/>
- </mousefunction>
- </button>
- </buttons>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement