Skip to content

Instantly share code, notes, and snippets.

@ghthor
Created February 27, 2013 15:57
Show Gist options
  • Select an option

  • Save ghthor/5048968 to your computer and use it in GitHub Desktop.

Select an option

Save ghthor/5048968 to your computer and use it in GitHub Desktop.
Path of Exile Mouse Rebinds
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#Warn ; Recommended for catching common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#IfWinNotActive, Path of Exile
MButton::ScrollLock
#IfWinActive, Path of Exile
XButton1::ScrollLock
#IfWinActive, Path of Exile
XButton2::MButton
@ghthor

ghthor commented Feb 27, 2013

Copy link
Copy Markdown
Author

Set PushToTalk hotkey in Ventrillo to Scroll Lock

Inside PoE

Mouse4 => ScrollLock
Mouse5 => MiddleMouse

Outside PoE

MiddleMouse => ScrollLock

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment