An idea is below.
CODE:
#Requires AutoHotkey v1.1.33.11
#If WinActive("ahk_exe OUTLOOK.exe") && mouseOver("OutlookGrid1")
~RButton Up::
Sleep 200
Send k ; Mark as read
SoundBeep 1500
Return
#If
mouseOver(ctl) {
MouseGetPos,,,, overCtl
Return overCtl = ctl
}
Statistics: Posted by mikeyww — 6 minutes ago