Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Please quote the essential parts of the answer from the reference link(s), as the answer can become invalid if the linked page(s) change. Currently 404 so this answer is useless. Commented Feb 12, 2017 at 14:26
  • Excellent points. I will update the answer Commented Feb 12, 2017 at 16:11
  • 4
    This will also map the ScrollLock key to CapsLock. If that's not what you want, use the value hex:00,00,00,00,00,00,00,00,02,00,00,00,01,00,3a,00,00,00,00,00. Useful editor for this map is ScancodeMapping from PlexData. Commented Jun 22, 2019 at 14:05
  • Thanks @Appleshell. Was looking into this and realised it was also doing that additional remapping. Useful introduction for newbies. And if you want to swap escape with caps lock, use this: hex:00,00,00,00,00,00,00,00,03,00,00,00,01,00,3a,00,3a,00,01,00,00,00,00,00 Commented Feb 16, 2022 at 22:16
  • Useful site for testing keyboard presses after signing back in Commented Feb 16, 2022 at 22:27