Alt+Right-click #174


  • Enhancment
Open
  • Sluimerstand created this issue Nov 27, 2022

    As the many CurseForge comments also point out, the new Alt+Right-click behaviour of TomTom isn't always desirable. An option to change or disable this would be greatly appreciated.

  • Sluimerstand added a tag Enhancment Nov 27, 2022
  • nicegreenskylol posted a comment Dec 20, 2022

    yes pls

  • aoalsteinntheodulus posted a comment Apr 14, 2023

    Quick hack to disable this annoying "feature": in HandyNotes_HandyNotes.lua file change line 494 from:

    self.ClickHandlerFrame:SetPassThroughButtons("LeftButton", "MiddleButton", "Button4", "Button5")

    to:

    self.ClickHandlerFrame:SetPassThroughButtons("LeftButton", "MiddleButton", "RightButton", "Button4", "Button5")

     


To post a comment, please login or register a new account.