Advertisement
Shuddertrix

G500s

Sep 13th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <obprofiles xmlns="http://www.logitech.com/Cassandra/2013.1/OnboardProfile">
  3.   <profile name="">
  4.     <device model="Logitech.Gaming.Mouse.G500s" color="#ff00ff" anglesnapping="0" buttoncount="10" reportrate="1000">
  5.       <dpitable defaultindex="2">
  6.         <dpi x="400" y="400"/>
  7.         <dpi x="800" y="800"/>
  8.         <dpi x="2150" y="2150"/>
  9.         <dpi x="5100" y="5100"/>
  10.         <dpi x="6650" y="6650"/>
  11.       </dpitable>
  12.     </device>
  13.     <buttons>
  14.       <button name="Left Click" number="1">
  15.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  16.           <do task="leftclick"/>
  17.         </mousefunction>
  18.       </button>
  19.       <button name="Right Click" number="2">
  20.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  21.           <do task="rightclick"/>
  22.         </mousefunction>
  23.       </button>
  24.       <button name="Middle Click" number="3">
  25.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  26.           <do task="middleclick"/>
  27.         </mousefunction>
  28.       </button>
  29.       <button name="F25" number="4">
  30.         <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  31.           <key value="F25"/>
  32.         </keystroke>
  33.       </button>
  34.       <button name="Forward" number="5">
  35.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  36.           <do task="forward"/>
  37.         </mousefunction>
  38.       </button>
  39.       <button name="Back" number="6">
  40.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  41.           <do task="back"/>
  42.         </mousefunction>
  43.       </button>
  44.       <button name="DPI Up" number="9">
  45.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  46.           <do task="dpiup"/>
  47.         </mousefunction>
  48.       </button>
  49.       <button name="DPI Down" number="10">
  50.         <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  51.           <do task="dpidown"/>
  52.         </mousefunction>
  53.       </button>
  54.     </buttons>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement