AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Mouser (by Adam Pash): a new concept for a keyboard mouse

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Ace_NoOne



Joined: 10 Oct 2005
Posts: 333
Location: Germany

PostPosted: Tue Nov 07, 2006 7:22 pm    Post subject: Mouser (by Adam Pash): a new concept for a keyboard mouse Reply with quote

Adam Pash over at Lifehacker has created a nice script that is supposed to render the mouse obsolete; his posting explains it pretty well (he even included a screencast), so go over there now and read it.
Back to top
View user's profile Send private message
majkinetor !
Guest





PostPosted: Tue Nov 07, 2006 9:24 pm    Post subject: Reply with quote

Funny thing, this mouser Very Happy

Completely unpractical, but still, funny.

Opera solved this problem by adding left & right to the tab navigation, not just up/down, plus it made it start from the visible screen, not from the "first control, with the highest tab index". This method can be extended with AHK for entire windows (yeah, that is nice idea indeed). I must force myself not to do it.
Back to top
xXJa50nXx



Joined: 19 Oct 2006
Posts: 32
Location: mo

PostPosted: Wed Nov 08, 2006 4:07 am    Post subject: Reply with quote

wow
Very cool.

I like it.
Its fun and works great.

Thanks for sharing.
Jason
Back to top
View user's profile Send private message Send e-mail
Vorkronor



Joined: 09 Nov 2006
Posts: 7

PostPosted: Thu Nov 09, 2006 11:50 am    Post subject: Reply with quote

This little app got my attention in such a way, that I had to learn AutoHotkey to create an enhanced version. Couldn't help it.

More info and script source here. Screencast not included, would not know how to create it.

P.S.: AutoHotkey is a briliant tool! No more "bats in the shell" anymore Wink
Back to top
View user's profile Send private message
majkinetor



Joined: 24 May 2006
Posts: 3626
Location: Belgrade

PostPosted: Thu Nov 09, 2006 12:20 pm    Post subject: Reply with quote

Very nice Vorkrornor.

You should create separate thread with this.
I also wish U add options for different numbering schema (telephone like) and customizable hotkey - how did you get ctrl numpad* at the first place, its hell away from practical.

You should also remove transparency as it doesn't make any sense in your script[/b][/quote]
_________________
Back to top
View user's profile Send private message MSN Messenger
toralf



Joined: 31 Jan 2005
Posts: 3842
Location: Bremen, Germany

PostPosted: Thu Nov 09, 2006 12:31 pm    Post subject: Reply with quote

I have two remarks:

- You should use hotkeys instead of an endless loop with input
- instead of 8 guis I would recommend to use 3 Splashimages (see this example

Great work, thanks for sharing.

I support majkinetor requests too.

It isn't very obious how to select (click) with your script. I had to look at the code to see that it is "0" (zero). A dialog to set the hotkeys (or show the current) would help to get started.
_________________
Ciao
toralf


Last edited by toralf on Thu Nov 09, 2006 12:36 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
majkinetor



Joined: 24 May 2006
Posts: 3626
Location: Belgrade

PostPosted: Thu Nov 09, 2006 12:35 pm    Post subject: Reply with quote

Yeah, the code can be better. Don't know why the Input command is used, as it makes changes to the code harder.

but that is Vorkronor's first script so lets hope he will continue to imporove it in all senses.


EDIT: Sorry , i didn't see there is customizalbe hotkey Embarassed

NOTE: You can also make selection via arrows, it can make it more practical. For diagonal movement we can press 2 arrows at the same time. 0 can stay for click as it is close.

There should be an UnDo hotkey also that will return you to the previous position, if you made mistakes. For instance Num - is good choice
_________________
Back to top
View user's profile Send private message MSN Messenger
Guest






PostPosted: Thu Nov 09, 2006 5:18 pm    Post subject: Reply with quote

Great idea, Vorkronor! It's very usable and quite efficient.

One possible improvement: there should be an easy way to undo the last selection if I chose the wrong rectangle by accident, so that I don't have to start the selection from the beginning again.
Back to top
Vorkronor



Joined: 09 Nov 2006
Posts: 7

PostPosted: Fri Nov 10, 2006 10:53 am    Post subject: Reply with quote

@majkinetor: CTRL + * is so you don't have to move the left hand away from where it is. The idea was to press CTRL with your left hand and the * with your right hand, which positions it exactly over the numpad Smile At least on the normal keyboard with a numeric section.

Pressing two keys simultaneously to select diagonal sectors would make it much less usable because it would make the selection of the normal sectors more awkward ... as soon as it is customizable you can re-map it to anything you'd like (QWE, ASD, ZXC maybe?).

@toralf: Will see what the hotkeys can do. The SplashImages look to be a much better solution. Thanks for pointing me to the right direction. Creating the windows is quite slow and it breaks the usability a little.

Created a new thread for the announcement as suggested. More info and new releases will be announced there.

Thanks for your suggestions Very Happy
Back to top
View user's profile Send private message
breech



Joined: 04 Jul 2005
Posts: 10

PostPosted: Sun Mar 23, 2008 12:48 pm    Post subject: Reply with quote

headsup: the version with this datestamp:
Sunday, September 02, 2007, 11:37:54 PM
shows as worm_autorun.zh with trend office scan.
Back to top
View user's profile Send private message
Oberon



Joined: 18 Feb 2008
Posts: 458

PostPosted: Sun Mar 23, 2008 1:18 pm    Post subject: Reply with quote

breech wrote:
shows as worm_autorun.zh with trend office scan.
The source code is given, its a false positive.
Back to top
View user's profile Send private message
breech



Joined: 04 Jul 2005
Posts: 10

PostPosted: Sun Mar 23, 2008 3:08 pm    Post subject: Reply with quote

maybe. it was the downloaded exe that got flagged.
Back to top
View user's profile Send private message
h4xx0r n00bl37



Joined: 14 Mar 2008
Posts: 56

PostPosted: Sun Mar 23, 2008 5:10 pm    Post subject: Reply with quote

Interesting too bad I use a playstation2 controler for a mouse.
Back to top
View user's profile Send private message
ManaUser



Joined: 24 May 2007
Posts: 901

PostPosted: Sun Mar 23, 2008 7:33 pm    Post subject: Reply with quote

This is a little bit like SansMouse, but perhaps more intuitive.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group