| View previous topic :: View next topic |
| Author |
Message |
bbint
Joined: 17 Sep 2008 Posts: 19
|
Posted: Tue Aug 11, 2009 6:40 pm Post subject: Remapped key to key - How remap key to old key and not new |
|
|
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 |
|
 |
scott257us
Joined: 01 Jul 2008 Posts: 34 Location: Ohio
|
Posted: Tue Aug 11, 2009 7:34 pm Post subject: Easy Fix |
|
|
| Just remove {} around PgDn and remove the send command. |
|
| Back to top |
|
 |
|