AutoHotkey Community

It is currently May 27th, 2012, 9:22 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 83 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject:
PostPosted: February 11th, 2006, 5:09 pm 
Guess I'll make do. Thanks again for you help!


Report this post
Top
  
Reply with quote  
 Post subject: Superb!
PostPosted: March 29th, 2006, 2:13 pm 
Congratulations for the script. I was looking forward for such a script. Thank ya.


Report this post
Top
  
Reply with quote  
PostPosted: August 14th, 2006, 4:09 pm 
Offline

Joined: July 28th, 2006, 12:36 pm
Posts: 5
I have a laptop with a monitor attached, and the up/down (Num8/Num2) work fine on the laptop screen, but when the mouse is pulled over to the monitor, the up/down skew to the right. Any idea what's up with that?

BTW, I love this script. A mouse is rather uncomfortable for me, and this script takes a lot of mousework away.

_________________
Richard


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 15th, 2006, 4:30 pm 
Offline

Joined: July 28th, 2006, 12:36 pm
Posts: 5
I have a suggestion for the script: double-click on NumPad4/6/8/2 to advance x-number of pixels in that direction. The acceleration is good, but if you have two monitors at 1280 res., it still takes a while to go from one side to another. It would be cool to double-click on NumPad4 to jump, for example, 100px, to the left.

Thanks!

_________________
Richard


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 11th, 2007, 3:46 am 
Offline

Joined: January 11th, 2007, 3:28 am
Posts: 3
Hi deguix,

I'm trying to hack your script to allow me to use the y,h,b,g keys for up,left,down,right mouse movements. Yet it appears my experience is lacking. Any advice or what lines I'd need to change. Thanks.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: help
PostPosted: February 21st, 2007, 4:29 am 
what will i do to the script? wher will i save it?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 13th, 2007, 12:27 pm 
Offline

Joined: August 26th, 2004, 3:11 pm
Posts: 80
Location: Chelsea - MA, USA
I see it's time to update this script again... I don't know when I can do that... however, this is the list of features/bugs that I listed up until now:

- Add presets for configurations (like the speed... similar to another post in here telling to implement double movement button press to advance much more). I wonder how it will work though...
- Make this into a function (maybe allowing different keys depending on implementation).
- Change left and right mouse buttons location to top (taking out X1 and X2 clicks, but giving a location in which your fingers would be if using a mouse for those same normal buttons).
- Add an option to ignore system key presses when using the buttons.
- Make the mouse faster by default (the default speed is still very slow compared to the default mouse speed in the system).
- Make a movement system in which only 4 directional buttons are needed to make the other 4 diagonal ones, and still preserve the diagonal buttons.
- BUG: If you hold more than 1 key at a time, the first key pressed button is going to be pressed until you restart your computer or you press the button with a real mouse (very important issue to be fixed when not having a mouse!).

Well... not having a mouse is frustrating. This script helps me most of the time, except for the bug (ugghh). Hopefully I will be able to address all of those issues.

_________________
Working now on:
NumpadMouse v2 (Draw)
top-recode project (private server script) (pkodev)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 15th, 2007, 5:36 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
That's a good list. I know a lot of people have downloaded and benefited from your great script (I use a mini-version of it myself). Thanks!

By the way, you may already know that the holding-more-than-one-key problem culd be due to threads interrupting each other. If so, it may be solvable by using short-duration timers like the ones in the joystick-to-mouse script.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 5th, 2007, 11:13 pm 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
Concerning this Numpad Mouse script, someone posted the topic NumpadMouse bug with 2 monitors. Maybe the script's author or someone else who's interested can help.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 6th, 2007, 5:46 pm 
Offline

Joined: July 1st, 2007, 3:20 am
Posts: 2
Hello guys, first of all let me say AutoHotKey is a GREAT program, one day I'll be able to develop such nice programs :D

Well I just tested NumpadMouse and unfortunately it has a bug.

I have 2 monitors on my PC. On Primary Monitor it works fine, but on Second Monitor some keys don't work properly:

- NumpadHome sends pointer up
- NumpadEnd sends pointer down
- NumpadLeft does nothing
- NumpadRight works fine
- Numpad Up and PgUp sends pointer up-right
- Numpad Down and PgDn sends pointer down-right

I tried but I really couldn't understand the script, and also I have no idea why it works on Primary Monitor and doesn't on Secondary.

Could Anybody that has a second monitor available and is able to set 2 monitors help me plz?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 3rd, 2008, 1:09 am 
Offline

Joined: February 21st, 2007, 5:26 pm
Posts: 15
Location: Hungary
Wow yeah I just found this script, and all I can say this is indeed wonderful! Very excellent work! Thanks much deguix I'm using it.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 3rd, 2008, 2:02 am 
Offline

Joined: May 24th, 2007, 3:45 am
Posts: 1121
You might be interested in trying my take on on this script. It fixes the pressing two buttons at once bug (but probably not the two monitor bug, I can't test that one). It also rearranges the keys though, so you might not like it if you're already used to this one.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 3rd, 2008, 4:02 pm 
Offline

Joined: February 21st, 2007, 5:26 pm
Posts: 15
Location: Hungary
ManaUser wrote:
You might be interested in trying my take on on this script. It fixes the pressing two buttons at once bug (but probably not the two monitor bug, I can't test that one). It also rearranges the keys though, so you might not like it if you're already used to this one.

Yes, thank much ManaUser, I'm definitely interested in your fixed version. Thanks for noticing that.

BTW I didn't use that much, only I just tried it for some minutes, so rearranging keys doesn't matter. :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 6th, 2008, 1:51 pm 
Offline

Joined: March 6th, 2008, 1:11 pm
Posts: 3
Why is this not stickied?? :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject: more simple way
PostPosted: March 27th, 2008, 5:48 pm 
Offline

Joined: March 5th, 2007, 8:51 pm
Posts: 20
Location: Erie, PA
hey guys, i have a quick, easy way to use the mouse via the Numpad. it's not nearly as complex and in depth as yours are, but it gets the job done if you don't want a lot of code (its only 10 lines long).
check it out here:
http://www.autohotkey.com/forum/viewtopic.php?p=187043#187043

_________________
My AutoHotKey.com username has changed to GeekyAdam


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 83 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: SKAN, Stigg and 8 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group