IE7Pro Forum

A Community of IE7Pro users

You are not logged in.

#1 31-08-2007 05:52:28

support guy 1
New Member
Registered: 21-06-2007
Posts: 33

What IE7Pro features do you want add to mouse gesture?

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

 

#2 31-08-2007 08:18:33

suril89
Senior Member
From: USA
Registered: 15-05-2007
Posts: 874

Re: What IE7Pro features do you want add to mouse gesture?

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.


The real enemy is the enemy within.

Offline

 

#3 31-08-2007 08:23:44

Cosmo
Senior Member
Registered: 03-07-2007
Posts: 507

Re: What IE7Pro features do you want add to mouse gesture?

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).


Thomas

Offline

 

#4 31-08-2007 08:34:35

Cosmo
Senior Member
Registered: 03-07-2007
Posts: 507

Re: What IE7Pro features do you want add to mouse gesture?

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.


Thomas

Offline

 

#5 31-08-2007 14:09:12

Xahi4475
Senior Member
From: Prishtinë, Kosovë
Registered: 27-01-2007
Posts: 1121
Website

Re: What IE7Pro features do you want add to mouse gesture?

Open Edit Proxy List dialog. smile


Forza Inter!

Offline

 

#6 31-08-2007 18:43:49

thzxcyl
New Member
Registered: 02-07-2007
Posts: 14

Re: What IE7Pro features do you want add to mouse gesture?

auto-scroll and auto-refresh. Would like to see keyboard  shortcuts enabled for these actions as well.

Offline

 

#7 01-09-2007 04:18:30

qqqian
Senior Member
Registered: 07-01-2007
Posts: 195

Re: What IE7Pro features do you want add to mouse gesture?

two gesture for changing image size:

http://forum.ie7pro.com/attachment.php?item=599&download=1

script:

enlarge:

Code:

<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:

Code:

<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

 

#8 09-09-2007 04:52:38

sangiano
Senior Member
From: Italy
Registered: 13-02-2007
Posts: 119

Re: What IE7Pro features do you want add to mouse gesture?

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

 

#9 10-09-2007 07:02:56

MKairys
New Member
Registered: 14-05-2007
Posts: 44

Re: What IE7Pro features do you want add to mouse gesture?

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

 

#10 12-09-2007 08:58:08

armadillo44
New Member
Registered: 27-03-2007
Posts: 17

Re: What IE7Pro features do you want add to mouse gesture?

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

 

#11 12-09-2007 08:59:59

armadillo44
New Member
Registered: 27-03-2007
Posts: 17

Re: What IE7Pro features do you want add to mouse gesture?

Also would like the ability to toggle the spell check on and off with a gesture.

Offline

 

#12 12-09-2007 10:24:11

rbendett
New Member
Registered: 13-03-2007
Posts: 15

Re: What IE7Pro features do you want add to mouse gesture?

Clear Privacy Data Now

Offline

 

#13 12-09-2007 18:17:25

suril89
Senior Member
From: USA
Registered: 15-05-2007
Posts: 874

Re: What IE7Pro features do you want add to mouse gesture?

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/


The real enemy is the enemy within.

Offline

 

#14 13-09-2007 13:56:04

Xahi4475
Senior Member
From: Prishtinë, Kosovë
Registered: 27-01-2007
Posts: 1121
Website

Re: What IE7Pro features do you want add to mouse gesture?

Enable and Disable Flash Block.


Forza Inter!

Offline

 

#15 14-09-2007 12:44:09

dude09
Senior Member
Registered: 11-06-2007
Posts: 234

Re: What IE7Pro features do you want add to mouse gesture?

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

 

#16 14-09-2007 19:00:19

fontal
New Member
Registered: 14-09-2007
Posts: 7

Re: What IE7Pro features do you want add to mouse gesture?

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! smile

Offline

 

#17 15-09-2007 18:48:08

Radek Hulán
New Member
Registered: 15-09-2007
Posts: 7

Re: What IE7Pro features do you want add to mouse gesture?

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)


http://hulan.cz/ - my company  | http://radekhulan.cz/  - my weblog

Offline

 

#18 20-09-2007 11:43:31

juntzz
New Member
Registered: 20-09-2007
Posts: 1

Re: What IE7Pro features do you want add to mouse gesture?

open a new tab and go to the address of the clipboard smile

Offline

 

#19 26-09-2007 16:35:34

tulio150
New Member
From: Brazil
Registered: 01-08-2007
Posts: 40

Re: What IE7Pro features do you want add to mouse gesture?

i use super drag and drop to open tabs by mouse click, then the next tab mouse gesture to select the tab

Offline

 

#20 05-10-2007 09:50:00

kum
New Member
Registered: 05-10-2007
Posts: 1

Re: What IE7Pro features do you want add to mouse gesture?

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

 

#21 02-11-2007 00:52:22

spartan12
New Member
Registered: 02-11-2007
Posts: 1

Re: What IE7Pro features do you want add to mouse gesture?

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!!!!!!!!!!!!!!!! big_smile

Offline

 

#22 22-11-2007 17:51:07

sitho
New Member
Registered: 14-05-2007
Posts: 10

Re: What IE7Pro features do you want add to mouse gesture?

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 smile )

Offline

 

#23 22-11-2007 20:06:23

Panarchy
Regular Member
Registered: 30-10-2007
Posts: 89

Re: What IE7Pro features do you want add to mouse gesture?

Refresh!

The N

N

Panarchy

Offline

 

#24 24-11-2007 16:56:21

Lastwebpage
Senior Member
Registered: 15-01-2007
Posts: 129

Re: What IE7Pro features do you want add to mouse gesture?

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

 

#25 25-11-2007 15:07:51

corros
Senior Member
Registered: 27-07-2007
Posts: 107

Re: What IE7Pro features do you want add to mouse gesture?

Enable/disable adblock

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson