Friday 13 October 2017

How to reassign and redefine keyboard keys in Windows 10/8/7

How to reassign and redefine keyboard keys in Windows 10/8/7

Hi, this is a tutorial for key mapping! Map Any Key to Any Key on Windows 10, 8, 7, or Vista. This method does not map keys permanently like registry mapping. Rather it gives you the flexibility to map keys whenever you want to.


The syntax for the built-in remapping feature is OriginKey::DestinationKey. For example, a script consisting only of the following line would make the "a" key behave like the "b" key:
a::b
The above example does not alter the "b" key itself. The "b" key would continue to send the "b" keystroke unless you remap it to something else as shown in the following example:
a::b
b::a
The examples above use lowercase, which is recommended for most purposes because it also remaps the corresponding uppercase letters (that is, it will send uppercase when Capslock is "on" or the Shift key is held down). By contrast, specifying an uppercase letter on the right side forces uppercase. For example, the following line would produce an uppercase B when you type either "a" or "A" (as long as Capslock is off):
a::B

Watch this video for details

----------------------------------------------------------------------------------------------------

Link to the Best Key Re-mapper



No comments:

Post a Comment

Hi, we hope you find this content helpful. For any suggestions and recommendation please comment below. We value your feedback.