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.