If I a blank hotkey like this:
RButton:: return
Right click is effectively disabled.
However, if I do something that uses Menu, like this:
RButton:: Menu,DirMenu,show return
The menu does show up all the time, but the default context menu will also show up if I right click, drag the mouse away from the custom menu, and release the button. The RButton release seems to trigger the default context menu, and I don't know how to disable that.
The above code is an implementation of this script:
<!-- m -->http://www.autohotke...topic.php?t=772<!-- m -->