From 4c01b4b3e349126e830922b6689bde6ec9d5b697 Mon Sep 17 00:00:00 2001 From: joshholtrop Date: Wed, 20 Jan 2010 16:15:48 +0000 Subject: [PATCH] Added Win+{left,right} mouse button bindings to do the same as alt+{left,right} bindings. This is useful when alt+right click (for example) might be trapped by the host OS when using VirtualBox... git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/JoshsAutoHotKey@148 8131a0b2-b21c-1c47-bd6a-f003126495bd --- JoshsAutoHotKey.ahk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JoshsAutoHotKey.ahk b/JoshsAutoHotKey.ahk index 47a5593..be2218c 100644 --- a/JoshsAutoHotKey.ahk +++ b/JoshsAutoHotKey.ahk @@ -42,6 +42,7 @@ CoordMode,Mouse return !LButton:: +#LButton:: ;If DoubleAlt ;{ ; MouseGetPos,,,KDE_id @@ -80,6 +81,7 @@ Loop return !RButton:: +#RButton:: ;If DoubleAlt ;{ ; MouseGetPos,,,KDE_id