AutoHotkey Community

It is currently May 27th, 2012, 3:53 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Remap up key
PostPosted: August 14th, 2010, 12:54 am 
Offline

Joined: March 25th, 2007, 7:55 am
Posts: 52
Location: northwest USA
I am developing arthritis in the right thumb, which for my keyboard is the only way to get a space. So I thought I could remap the up arrow, which on my keyboard falls directly under my index, to get <space>. (I am using the Kinesis keyboard with the built-in Dvorak layout).

As I will need the <up> key to perform that function occasionally, I decided to remap my <control><alt><up> key to just plain <up>, and then tackle remapping <up> to <space>.

Here is the code I used:
Code:
;New up key remapping
!^Up::{UP}


This gives me error messages. If anyone could help, I would be grateful.

_________________
Regards,

Alan Stancliff
My Web Site


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 14th, 2010, 1:16 am 
Code:
!^Up::Send {Up}


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 14th, 2010, 1:55 am 
Offline

Joined: March 25th, 2007, 7:55 am
Posts: 52
Location: northwest USA
Anonymous wrote:
Code:
!^Up::Send {Up}


Thanks. It appears that almost ain't good enough except in horseshoes and hand grenades.
:lol:

_________________
Regards,

Alan Stancliff
My Web Site


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Leef_me and 28 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