Search found 1 match

by amontigit
Sun Oct 14, 2012 1:04 am
Forum: LyX
Topic: Mousewheel / Middle button click, can it be disabled?
Replies: 8
Views: 7668

Mousewheel / Middle button click, can it be disabled?

I succeded to disable middle button click with autohotkey. It was really annoying on my windows-7. Have it working is a little tricky. You need to create the following script (save to "filename.ahk")

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%
SetTitleMatchMode, 1
#IfWinActive, LyX:
MButton ...