A Community of IE7Pro users
You are not logged in.
We would like to place more IE7Pro features to mouse gesture that should may IE7Pro operation more easily at IE7Pro 1.2. Any suggestion that which one you use more frequent? Please tell me exactly the operation such as "open preferrences" or "Enable Adblocker".
Last edited by support guy 1 (31-08-2007 05:52:51)
Offline
I remember a few people mentioning something about zooming into pictures. I hope all the mouse gesture people post in here (maybe you should make it a sticky), there have been multiple threads about more mouse gestures.
Offline
IMO mostly needed:
Tab refreshing and auto-scroll, because the actual usage via sub-menu is far to circumstantial.
It would be enough, if those features could be set on / off with gesture, whereas the setting could be made via the menu (as actual).
Offline
I take the opportunity to bring topic about gesture tolerance to your attention. With the actual behavior I need to repeat every second or third gesture, because it does not get recognized at first. And this is not a question of my mouse or of my hand, because I do not have those difficulties with Maxthon and Thunderbird.
Offline
auto-scroll and auto-refresh. Would like to see keyboard shortcuts enabled for these actions as well.
Offline
two gesture for changing image size:
script:
enlarge:
<SCRIPT LANGUAGE="JavaScript" defer>
var parentwin = external.menuArguments;
var doc = parentwin.document;
var w;
var h;
if ( parentwin.event.srcElement.tagName == "IMG" )
{
h = parentwin.event.srcElement.height * 2;
w = parentwin.event.srcElement.width * 2;
parentwin.event.srcElement.height = h;
parentwin.event.srcElement.width = w;
}
</SCRIPT>reduce:
<SCRIPT LANGUAGE="JavaScript" defer>
var parentwin = external.menuArguments;
var doc = parentwin.document;
var w;
var h;
if ( parentwin.event.srcElement.tagName == "IMG" )
{
h = parentwin.event.srcElement.height / 2;
w = parentwin.event.srcElement.width / 2;
parentwin.event.srcElement.height = h;
parentwin.event.srcElement.width = w;
}
</SCRIPT>Offline
A mouse gesture for "Ad Blocker Advanced / View Filter Info..." would be very appreciated.
It is often useful to see both items allowed as well as blocked when a page displays to see if a new rule is needed or if an existing one is being too aggressive.
Offline
A gesture to close the IE window, and one to minimize it.
Also I would like to have diagonal up and down gestures available for assignment.
Offline
I'd like to see a mouse gesture that could hide or show toolbars. Turning them on and off is a bit cumbersome. I use a couple add-on toolbars daily but while doing normal browsing they just take up extra screen space.
Offline
Also would like the ability to toggle the spell check on and off with a gesture.
Offline
Clear Privacy Data Now
Offline
Also, could you please look at how avant browser has its preferences panel set up for its mouse gestures....its very nice.
http://www.avantbrowser.com/
Offline
Ability to use 1 gesture for 2 related actions/commands. Here is some example:
1. Maximize window OR Restore window
2. Toggle inline search ON/OFF. (currently, only toggle ON is available...)
Just to be clear, please allow us to use the same mouse gesture for both action like:
Gesture Down = toggle OFF inline search | toggle ON inline search
Offline
Hi guys,
I need a feature to share the bookmark between IE and firefox foxmarks, and online syncronization --- very very very much !!
Are you already having such a plan in future version?
Thanks a lot! ![]()
Offline
I would love to see two things, but very important for daily browsing:
1. open link in new foreground tab
2. open link in new background tab
Right now, you can set in IE options opening of tabs in foreground and/or in background, but sometimes it is useful to use both. In Opera, I have "Gesture UP" for opening link in foreground tab and "Gesture DOWN" for background tab. It is very useful, but I cannot do it with IE7(Pro)..
Last edited by Radek Hulán (15-09-2007 18:54:58)
Offline
open a new tab and go to the address of the clipboard ![]()
Offline
i use super drag and drop to open tabs by mouse click, then the next tab mouse gesture to select the tab
Offline
Add the ability the choose the button to perform te actions
and possibilty to use two buttons to perform an action.
i prefer using middle mouse button.
Last edited by kum (05-10-2007 09:51:24)
Offline
Now this may sound simple to you folks, but I would really really really really really appreciate and be grateful if there were a mouse
gesture option for QUICK TABS/(THUMBNAIL VIEW) in addition to ctrl+Q. I open many tabs and using a mouse gesture for previous and next tab
is too time consuming. I'd rather use a mouse gesture, get them in view and WHAM BAM THANK YOU MAM there's muh quick tabs.
Thanks!!!!!!!!!!!!!!!! ![]()
Offline
My additional feature requests on mouse gestures: I really like MouseImp Pro's scrolling features (http://www.mouseimp.com/), it makes a good, fast and controllable page scrolling in both directions, vertical and horizontal too. But it's useless with IE7Pro's mouse gestures. If it's running, it takes control over the mouse, and IE7Pro's gestures don't work. So couldn't you impement somehow this function in IE7Pro?
It is hard to define a gesture for this function, which won't beat other gestures and makes scrolling easy. Maybe a left+right click at the same time with holding both buttons and move the mouse. I don't know...
(and sorry for my bad english
)
Offline
Refresh!
The N
N
Panarchy
Offline
Hello,
I don't know if this was asked in some other thread,
but an option that the mouse gesture "Close" close the IE if this was the last visible tab would be nice.
Peter
Offline
Enable/disable adblock
Offline