Page 4 of 4

Re: Keyboard decoder logic

Posted: Sun Feb 05, 2017 4:22 pm
by Octocontrabass
octacone wrote:0xE0 = backspace
No it isn't. Try 0x0E instead.

Re: Keyboard decoder logic

Posted: Sun Feb 05, 2017 4:31 pm
by Octacone
Octocontrabass wrote:
octacone wrote:0xE0 = backspace
No it isn't. Try 0x0E instead.
+1 for that one. My bad. But that other question still remains a mystery.

Edit: Also right control doesn't work because it's scan code is equal to other trigger...

Re: Keyboard decoder logic

Posted: Sun Feb 05, 2017 5:25 pm
by Octocontrabass
octacone wrote:Edit: Also right control doesn't work because it's scan code is equal to other trigger...
No it isn't. Pause uses 0xE1 as its first byte, not 0xE0.

Re: Keyboard decoder logic

Posted: Sun Feb 05, 2017 5:46 pm
by BrightLight
Here's a reference for most, if not all, the scancodes that exist on all current keyboards. It explains how the escape sequences work, both 0xE0 and 0xE1.