Trigger tear off menu by desktop right-click?
Started by szekelya


Rate this topic
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5


15 posts in this topic
szekelya
Junior Member
**


0
37 posts 15 threads Joined: Feb 2010
03-02-2010, 12:25 PM -
#5
This was the best I could do. Excluding mozilla was important not to lose mouse gestures that are started with rightclicks in firefox.
Code:
SetTitleMatchMode, 2


#IfWinNotActive, ahk_class MozillaUIWindowClass
RButton::
MouseGetPos,,,winid
WinGetTitle, wintit, ahk_id %winid%
If wintit= Program Manager
    Send, ^q
else
    send {RButton}
#IfWinActive

return

I'm using desktop icons, but most of the time -also on the screenshots- I hide them using stardock fences.
Visit my deviantArt gallery: http://ethsza.deviantart.com


Messages In This Thread
Re: Trigger tear off menu by desktop right-click? - by szekelya - 03-02-2010, 12:25 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)