simphax / VMultiDll

8 stars 3 forks source link

Enumerate key codes #1

Closed simphax closed 10 years ago

simphax commented 10 years ago

In VMultiDllWrapper/KeyboardReport.cs

Enumerate all keycodes in KeyboardKey according to the list available at http://www.usb.org/developers/devclass_docs/Hut1_11.pdf on page 53

Only the key codes with PC-AT checked is needed.

The enumeration should start with public enum KeyboardKey : byte { A = 4, B = 5, C = 6, D = 7, and continue with the decimal numbers from the PDF

The titles A, CapitalLock etc. Should match or be similar to the ones here: http://msdn.microsoft.com/en-us/library/windows/apps/windows.system.virtualkey.aspx or here http://msdn.microsoft.com/en-us/library/system.windows.input.key(v=vs.110).aspx