Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Mouse Gestures!
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  17 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jammy  
View profile  
 More options Jul 8, 1:02 pm
From: Jammy <mistapos...@gmail.com>
Date: Wed, 8 Jul 2009 10:02:07 -0700 (PDT)
Local: Wed, Jul 8 2009 1:02 pm
Subject: Mouse Gestures!
Can't wait for extension system complete, just send out this draft
version.
http://mistapostle.appspot.com/static/hackings/gestures.crx

Now supported:
Left             History back
Right           History forward
Up->Down   Refresh

Configuration page will be come out soon


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dinu  
View profile  
 More options Jul 8, 1:03 pm
From: dinu <din...@gmail.com>
Date: Wed, 8 Jul 2009 22:33:06 +0530
Local: Wed, Jul 8 2009 1:03 pm
Subject: Re: [chromium-extensions] Mouse Gestures!

what does this extension do, any screenshots dude ?
Greetings
http://chromestory.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Guillaume Simard  
View profile  
 More options Jul 8, 2:31 pm
From: Guillaume Simard <gui...@gmail.com>
Date: Wed, 8 Jul 2009 14:31:16 -0400
Local: Wed, Jul 8 2009 2:31 pm
Subject: Re: [chromium-extensions] Re: Mouse Gestures!

I already have a basic mouse gesture extension working, see
here<http://www.chromeplugins.org/google/chrome-plugins/chromegestures-bet...>for
more info.

I'm mostly waiting for HTML5 local storage so I can finish local storage..

Maybe we should start a project on google code and have people work
together.
I bet there are other devs out there working on a similar project.

--
Guillaume Simard
guisim.com

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jammy  
View profile  
 More options Jul 8, 10:36 pm
From: Jammy <mistapos...@gmail.com>
Date: Wed, 8 Jul 2009 19:36:41 -0700 (PDT)
Local: Wed, Jul 8 2009 10:36 pm
Subject: Re: Mouse Gestures!
Guillaume, I'm also wating for the local storage , but before it comes
out, I think use google gear is ok
and I am wating for 'Content layers' & 'Keyboard and mouse handlers '
too.

start a project on google code and have people work together. sound
great

On Jul 9, 2:31 am, Guillaume Simard <gui...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile  
 More options Jul 9, 3:44 am
From: PhistucK <phist...@gmail.com>
Date: Thu, 9 Jul 2009 10:44:09 +0300
Local: Thurs, Jul 9 2009 3:44 am
Subject: Re: [chromium-extensions] Mouse Gestures!

Very, very cool.Well done. :)
Now I can also paint on website.
(Tried to use it on a Flash object? it is funny :P)

☆PhistucK


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
os0x  
View profile  
(1 user)  More options Jul 9, 7:13 am
From: os0x <o...@ss-o.net>
Date: Thu, 9 Jul 2009 04:13:15 -0700 (PDT)
Local: Thurs, Jul 9 2009 7:13 am
Subject: Re: Mouse Gestures!
I also made the MouseGuestures extension(The MIT license).

http://bitbucket.org/os0x/chromeguestures/downloads/ChromeGuestures.crx

Repo: http://bitbucket.org/os0x/chromeguestures/

Supported Actions:
var action_config = {
"L" : "back",
"R" : "forward",
"UD" : "reload",
"UDU": "super reload",
"UL" : "go to parent dir",
"D" : "open new tab",
"DR" : "close this tab",
"RU" : "move right tab",
"LU" : "move left tab",
"RUR" : "move far right tab",
"LUL" : "move far left tab",
"FlipBack" : "back",
"FlipForward" : "forward"

};

--
I am not good at English.
Thanks!

On Jul 9, 2:02 am, Jammy <mistapos...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile  
 More options Jul 9, 7:20 am
From: PhistucK <phist...@gmail.com>
Date: Thu, 9 Jul 2009 14:20:16 +0300
Local: Thurs, Jul 9 2009 7:20 am
Subject: Re: [chromium-extensions] Re: Mouse Gestures!

Super cool!
Hmm... what does "FlipBack" means in terms of gestures? :)

☆PhistucK


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
os0x  
View profile  
 More options Jul 9, 7:43 am
From: os0x <o...@ss-o.net>
Date: Thu, 9 Jul 2009 04:43:02 -0700 (PDT)
Local: Thurs, Jul 9 2009 7:43 am
Subject: Re: Mouse Gestures!
FlipBack means that you click and hold the right button, click the
left button and then release both.
In FlipBack/FlipForward, Opera is origin.

/Ohta Shogo/

On Jul 9, 8:20 pm, PhistucK <phist...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile  
 More options Jul 9, 7:52 am
From: PhistucK <phist...@gmail.com>
Date: Thu, 9 Jul 2009 14:52:13 +0300
Local: Thurs, Jul 9 2009 7:52 am
Subject: Re: [chromium-extensions] Re: Mouse Gestures!

Those things (mouse gestures in general) are very cool (but also these
extensions).But I will probably never use them, I am too used to the
keyboard and the occasional mouse click. I am not much of a mouse advocate.

☆PhistucK


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
dinu  
View profile  
 More options Jul 9, 7:55 am
From: dinu <din...@gmail.com>
Date: Thu, 9 Jul 2009 17:25:43 +0530
Local: Thurs, Jul 9 2009 7:55 am
Subject: Re: [chromium-extensions] Re: Mouse Gestures!

I'm also a keyboard shotcuts fan :D
Greetings
http://chromestory.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yuri Kobets  
View profile  
 More options Jul 9, 5:17 pm
From: Yuri Kobets <yuri.kob...@gmail.com>
Date: Thu, 9 Jul 2009 14:17:44 -0700 (PDT)
Local: Thurs, Jul 9 2009 5:17 pm
Subject: Re: Mouse Gestures!
Hello,

Well, I've redesigned the both gestures extensions into my own:
http://www.tordex.com/chrome/gestures-tordex-0.1.crx

Supported gestures:
Down - Open new tab
Left - Back
Right - Forward
Up - Stop loading page
Up-Down - Reload page
Down-Right - Close tab
Right-Down - Select tab at the right
Left-Down - Select tab at the left
Right-Up - Select the last tab
Left-Up - Select the first tab

My extension draw the line and have the toolstrip.
On the toolstrip you can see the current gesture notation and the
action that will be performed.
Here is the small screenshot:
http://www.tordex.com/chrome/images/guestures.png

Now it works exactly like in FF :)
I hope you enjoy it.
--
Best regards
Yuri Kobets


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raymond Chiu / 趙善榮  
View profile  
 More options Jul 10, 7:40 pm
From: Raymond Chiu / 趙善榮 <rayswc...@gmail.com>
Date: Sat, 11 Jul 2009 07:40:58 +0800
Local: Fri, Jul 10 2009 7:40 pm
Subject: Re: [chromium-extensions] Re: Mouse Gestures!

It seems this extension will mess up with google spreadsheet...raymond


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Yuri Kobets  
View profile  
 More options Jul 10, 8:56 pm
From: Yuri Kobets <yuri.kob...@gmail.com>
Date: Fri, 10 Jul 2009 17:56:24 -0700 (PDT)
Local: Fri, Jul 10 2009 8:56 pm
Subject: Re: Mouse Gestures!
Here is updated version:
http://www.tordex.com/chrome/gestures-tordex-0.2.crx

--
Best regards
Yuri Kobets

On Jul 11, 3:40 am, Raymond Chiu / 趙善榮 <rayswc...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
bourdenas  
View profile  
 More options Jul 12, 12:06 pm
From: bourdenas <bourde...@gmail.com>
Date: Sun, 12 Jul 2009 09:06:32 -0700 (PDT)
Local: Sun, Jul 12 2009 12:06 pm
Subject: Re: Mouse Gestures!
Hey, great to see that you're working on it. I've tried to download
the crx but it doesn't seem to work though. What is the trigger key?
Mouse right click? Maybe it has to do with the fact that I'm trying
this in chrome for mac though.

Cheers

On Jul 9, 10:17 pm, Yuri Kobets <yuri.kob...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
lee jammy  
View profile  
 More options Jul 12, 9:24 pm
From: lee jammy <mistapos...@gmail.com>
Date: Mon, 13 Jul 2009 09:24:49 +0800
Local: Sun, Jul 12 2009 9:24 pm
Subject: Re: [chromium-extensions] Re: Mouse Gestures!

bourdenas,take a look at http://www.opera.com/browser/tutorials/gestures/
and which crx are you trying? For my own one, I don't test on Mac, since it
don't have one

2009/7/13 bourdenas <bourde...@gmail.com>


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jammy  
View profile  
 More options Jul 12, 9:27 pm
From: Jammy <mistapos...@gmail.com>
Date: Sun, 12 Jul 2009 18:27:58 -0700 (PDT)
Local: Sun, Jul 12 2009 9:27 pm
Subject: Re: Mouse Gestures!
sorry for typo, it should be "since I don't have one
On Jul 13, 9:24 am, lee jammy <mistapos...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
PhistucK  
View profile  
 More options Jul 13, 12:20 am
From: PhistucK <phist...@gmail.com>
Date: Mon, 13 Jul 2009 07:20:48 +0300
Local: Mon, Jul 13 2009 12:20 am
Subject: Re: [chromium-extensions] Re: Mouse Gestures!

Extensions are still not supported on Mac and Linux.
☆PhistucK


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google