ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Coding Snacks

Disable left mouse click only on start menu in windows 8.1 if Microsoft app Read

<< < (2/2)

Nod5:
Hehe, enthusiasm is contagious mouser!  :)

@ -Huub- this works when Reader app is fullscreen in Win 8.1

--- ---#IfWinActive, Reader
Lbutton::
CoordMode, Mouse, Screen
MouseGetPos, mx, my
if (A_ScreenHeight - my > 101 or mx > 101 )
 click
return
#IfWinActiveA drawback is that it breaks click and drag in Reader (multi word text selection). But you can still do ctrl+click and drag to select text.

Navigation

[0] Message Index

[*] Previous page

Go to full version