Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/20/2023 in all areas

  1. I voted to keep as is - if you just google "mouse sens" the first result is here anyway, I don't think people type much into address bars anymore, it's either google or a bookmark IMO
    3 points
  2. I imagine you are the same person who asked in our discord, but this short script works for Logitech gaming software, I imagine it also works for G-Hub if it still has the Lua scripting. If not you could downgrade to the LGS since you have an older mouse which would be supported. The last good version was 9.02.65 EnablePrimaryMouseButtonEvents(true); function OnEvent(event, arg, family) if (arg == 2) then if (event == "MOUSE_BUTTON_PRESSED") then PlayMacro ("DPI Down") else if (event == "MOUSE_BUTTON_RELEASED") then PlayMacro ("DPI Up") end end end end You would just need to create 2 DPI's only in the software to toggle between (maybe setup a new profile with them) and then enter the above code in the scripting menu replacing anything that is there. Ensure the software is kept running because scripts don't save to the mouse.
    2 points
  3. I did this years ago in Logitech Gaming Software, there it was possible to assign DPI Shift to the right button, then edit an XML file to also do a right click (since assigning the DPI Shift removes the right click). However I'm not sure this is possible by editing the .db file the settings are stored in now.
    1 point
  4. 1 point
×
×
  • Create New...