Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Click-click navigation in IE


  • Please log in to reply
2 replies to this topic
fsjws4
  • Members
  • 5 posts
  • Last active: Jun 14 2006 05:38 PM
  • Joined: 02 Jun 2006
I use the Firefox mouse gestures extension, but only for the right-click/left-click function. (right-left goes back a page, left-right goes forward)

I wanted this in IE, but I couldn't find a plugin that did it. All the other gestures plugins I've seen have done the more complicated "hold down a button and wiggle the mouse a certain way" gestures.

So AHK to the rescue:

#IfWinActive ahk_class IEFrame
RButton & LButton::Send, !{Left}
RButton up::Send, {RButton}
LButton & RButton::Send, !{Right}
LButton up::Send, {LButton}
#IfwinActive


jballi
  • Members
  • 1029 posts
  • Last active:
  • Joined: 01 Oct 2005
I gave it a try. It seems to work OK with one problem. With these hotkeys enabled, you lose the ability to drag within an IE window (window scroll bar for example). Not a big deal until you want to do it.

Thought I would pass it on. Them be my thoughts...

Mye2
  • Guests
  • Last active:
  • Joined: --
Hve you try Mye2?
Is full of plug-in.
http://www.myie2.com/html_en/home.htm
But I suggest you: use Firefox!