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 

Remapped key to key - How remap key to old key and not new

 
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
bbint



Joined: 17 Sep 2008
Posts: 19

PostPosted: Tue Aug 11, 2009 6:40 pm    Post subject: Remapped key to key - How remap key to old key and not new Reply with quote

I remapped dash to execute pagedown
I want to make F8 send a dash, but F8 executes pagedown instead

Code:
-::Send {PgDn}
F8::-


how do I make it so that F8 sends a dash instead of pagedown?

thanks for any help
Back to top
View user's profile Send private message
scott257us



Joined: 01 Jul 2008
Posts: 34
Location: Ohio

PostPosted: Tue Aug 11, 2009 7:34 pm    Post subject: Easy Fix Reply with quote

Just remove {} around PgDn and remove the send command.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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