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
This commit is contained in:
parent
44da65fd0e
commit
4c01b4b3e3
@ -42,6 +42,7 @@ CoordMode,Mouse
|
|||||||
return
|
return
|
||||||
|
|
||||||
!LButton::
|
!LButton::
|
||||||
|
#LButton::
|
||||||
;If DoubleAlt
|
;If DoubleAlt
|
||||||
;{
|
;{
|
||||||
; MouseGetPos,,,KDE_id
|
; MouseGetPos,,,KDE_id
|
||||||
@ -80,6 +81,7 @@ Loop
|
|||||||
return
|
return
|
||||||
|
|
||||||
!RButton::
|
!RButton::
|
||||||
|
#RButton::
|
||||||
;If DoubleAlt
|
;If DoubleAlt
|
||||||
;{
|
;{
|
||||||
; MouseGetPos,,,KDE_id
|
; MouseGetPos,,,KDE_id
|
||||||
|
Loading…
x
Reference in New Issue
Block a user