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.

4
  • I'm extremely confused as to the how and where to input the number pairs. How do you know? Or does it not matter? Which of the 00 do you replace?
    – Tom
    Commented May 10, 2020 at 8:55
  • It's very simple, ESC::A this code will type a every time you hit the escape key, if you want to use the scan code from my list, do this: SC01::A
    – Shayan
    Commented May 10, 2020 at 11:40
  • I dont think that works @shayan. It needs to be in a hex form with two characters. Your answer is incorrect. After some digging I figured it out through sharpkeys anyway, they had a perfect answer already.
    – Tom
    Commented May 12, 2020 at 12:12
  • That list doesn't contain all of the scan codes OP was asking for. It's missing the WIndows key, menu key, and possibly others.
    – Sparkette
    Commented Jan 8, 2021 at 16:22