| View previous topic :: View next topic |
| Author |
Message |
Ace_NoOne
Joined: 10 Oct 2005 Posts: 333 Location: Germany
|
Posted: Tue Nov 07, 2006 7:22 pm Post subject: Mouser (by Adam Pash): a new concept for a keyboard mouse |
|
|
| 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 |
|
 |
majkinetor ! Guest
|
Posted: Tue Nov 07, 2006 9:24 pm Post subject: |
|
|
Funny thing, this mouser
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
|
Posted: Wed Nov 08, 2006 4:07 am Post subject: |
|
|
wow
Very cool.
I like it.
Its fun and works great.
Thanks for sharing.
Jason |
|
| Back to top |
|
 |
Vorkronor
Joined: 09 Nov 2006 Posts: 7
|
Posted: Thu Nov 09, 2006 11:50 am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3626 Location: Belgrade
|
Posted: Thu Nov 09, 2006 12:20 pm Post subject: |
|
|
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 |
|
 |
toralf
Joined: 31 Jan 2005 Posts: 3842 Location: Bremen, Germany
|
Posted: Thu Nov 09, 2006 12:31 pm Post subject: |
|
|
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 |
|
 |
majkinetor
Joined: 24 May 2006 Posts: 3626 Location: Belgrade
|
Posted: Thu Nov 09, 2006 12:35 pm Post subject: |
|
|
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
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 |
|
 |
Guest
|
Posted: Thu Nov 09, 2006 5:18 pm Post subject: |
|
|
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
|
Posted: Fri Nov 10, 2006 10:53 am Post subject: |
|
|
@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 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  |
|
| Back to top |
|
 |
breech
Joined: 04 Jul 2005 Posts: 10
|
Posted: Sun Mar 23, 2008 12:48 pm Post subject: |
|
|
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 |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 458
|
Posted: Sun Mar 23, 2008 1:18 pm Post subject: |
|
|
| breech wrote: | | shows as worm_autorun.zh with trend office scan. | The source code is given, its a false positive. |
|
| Back to top |
|
 |
breech
Joined: 04 Jul 2005 Posts: 10
|
Posted: Sun Mar 23, 2008 3:08 pm Post subject: |
|
|
| maybe. it was the downloaded exe that got flagged. |
|
| Back to top |
|
 |
h4xx0r n00bl37
Joined: 14 Mar 2008 Posts: 56
|
Posted: Sun Mar 23, 2008 5:10 pm Post subject: |
|
|
| Interesting too bad I use a playstation2 controler for a mouse. |
|
| Back to top |
|
 |
ManaUser
Joined: 24 May 2007 Posts: 901
|
Posted: Sun Mar 23, 2008 7:33 pm Post subject: |
|
|
| This is a little bit like SansMouse, but perhaps more intuitive. |
|
| Back to top |
|
 |
|