Advertisement
Guest User

Untitled

a guest
Nov 9th, 2021
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.10 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="Profile 1">
  4. <device model="Logitech.Gaming.Mouse.G700s" buttoncount="13" reportrate="500" anglesnapping="0" powermode="1">
  5. <dpitable defaultindex="0">
  6. <dpi x="2500" y="2500"/>
  7. <dpi x="0" y="0"/>
  8. <dpi x="0" y="0"/>
  9. <dpi x="0" y="0"/>
  10. <dpi x="0" y="0"/>
  11. </dpitable>
  12. </device>
  13. <buttons>
  14. <button number="1" name="Left Click">
  15. <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  16. <do task="leftclick"/>
  17. </mousefunction>
  18. </button>
  19. <button number="2" name="Right Click">
  20. <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  21. <do task="rightclick"/>
  22. </mousefunction>
  23. </button>
  24. <button number="3" name="Middle Click">
  25. <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  26. <do task="middleclick"/>
  27. </mousefunction>
  28. </button>
  29. <button number="4" name="F20">
  30. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  31. <key value="F20"/>
  32. </keystroke>
  33. </button>
  34. <button number="5" name="F15">
  35. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  36. <key value="F15"/>
  37. </keystroke>
  38. </button>
  39. <button number="6" name="F14">
  40. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  41. <key value="F14"/>
  42. </keystroke>
  43. </button>
  44. <button number="7" name="F21">
  45. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  46. <key value="F21"/>
  47. </keystroke>
  48. </button>
  49. <button number="8" name="F19">
  50. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  51. <key value="F19"/>
  52. </keystroke>
  53. </button>
  54. <button number="9" name="F18">
  55. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  56. <key value="F18"/>
  57. </keystroke>
  58. </button>
  59. <button number="10" name="Battery Level (G700s)">
  60. <mousefunction xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/MouseFunction">
  61. <do task="batterylevel"/>
  62. </mousefunction>
  63. </button>
  64. <button number="11" name="F13">
  65. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  66. <key value="F13"/>
  67. </keystroke>
  68. </button>
  69. <button number="12" name="F16">
  70. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  71. <key value="F16"/>
  72. </keystroke>
  73. </button>
  74. <button number="13" name="F17">
  75. <keystroke xmlns="http://www.logitech.com/Cassandra/2010.1/Macros/Keystroke">
  76. <key value="F17"/>
  77. </keystroke>
  78. </button>
  79. </buttons>
  80. </profile>
  81. </obprofiles>
  82.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement