AutoHotkey Community

It is currently May 27th, 2012, 11:07 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
 Post subject: Zoom Key Remap
PostPosted: February 15th, 2006, 4:30 am 
Recently, I purchased a Microsoft Natural Ergonomic Keyboard 4000 (despite the redundant title its actually a pretty good board), unfortunatly it has a zoom key in the middle of the keyboard. I don't know a reason why anyone would want to use it, but I decided I would remap it to a scroll key. It is a toggle key, so you press up and it is supposed to zoom in, press down and it should zoom out, when it is not in use it snaps back to a middle position. Anyway, I almost have it working, although it appears that the keyboard might send it too fast for my script. I found out that the keyboard just sends a ctrl-wheelup and ctrl-wheeldown. However, when I remaped the key it both scrolls and sometimes zooms at this point. This is what I have so far:

^WheelDown::send, {WheelDown}
^WheelUp::send, {WheelUp}

I was hoping you might be able to help me.

Thanks!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 15th, 2006, 11:55 am 
Offline

Joined: February 7th, 2005, 11:11 am
Posts: 192
Location: Munich, Germany
You may catch up the strokes of the quick keyboard with SetKeyDelay. You have to try out the timing values a little bit.
Hope it helps. Post your time-settings here when you succeeded. Ask if you have further questions.

_________________
Peter

Wisenheiming for beginners: KaPeGe (German only, sorry)


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Re: Zoom Key Remap
PostPosted: February 16th, 2006, 12:39 am 
Offline

Joined: March 2nd, 2004, 3:36 pm
Posts: 10720
sdct989 wrote:
it both scrolls and sometimes zooms
You might have to disable the "zoom" feature in your keyboard configuration utility (if available). If there's no way to disable it, the only alternative might be to remove the keyboard's custom software altogether (assuming you can live without its other special features).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 7th, 2009, 8:51 am 
Offline

Joined: February 3rd, 2009, 12:43 am
Posts: 11
Location: Abbotsford, BC, Canada
Sorry to push this thread to the top of the stack but I had been searching for a while in Google and this is one of the first matches for Microsoft Natural 4000 hacking.

I wish this page came up instead:

HID/Extended input devices (MS Natural Keyboard 4000 etc.)


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, Edd, Exabot [Bot], Google Feedfetcher, HotkeyStick and 11 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