alvaropike
Results
1
comments of
alvaropike
RButton:: if !WinActive("file.ahk"){ SendInput ^{RButton} } Return Or u can do it with js $(document).ready(function() { $("html").on("contextmenu", function(e) { return false; }); });