need help remapping a % key Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
realnewby
Posts: 2
Joined: 29 Nov 2021, 11:07

need help remapping a % key

Post by realnewby » 29 Nov 2021, 11:20

hi.
I'm trying to remap the NumLock key to act as a % key
I've tried enclosing the % in brackets and using `%
but i keep getting errors.
can anyone help?

Rohwedder
Posts: 7679
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: need help remapping a % key

Post by Rohwedder » 29 Nov 2021, 11:31

​​​​​​​​​​​​​​​​​​
Last edited by Rohwedder on 29 Nov 2021, 11:44, edited 1 time in total.

User avatar
mikeyww
Posts: 27095
Joined: 09 Sep 2014, 18:38

Re: need help remapping a % key  Topic is solved

Post by mikeyww » 29 Nov 2021, 11:33

Here is mine.

Code: Select all

NumLock::Send `%
Or (US keyboard):

Code: Select all

NumLock::+5

realnewby
Posts: 2
Joined: 29 Nov 2021, 11:07

Re: need help remapping a % key

Post by realnewby » 29 Nov 2021, 11:40

Thanks mikeyww.
NumLock::Send `%
works great, just what i was looking for.

Post Reply

Return to “Ask for Help (v1)”