基础知识
作者:康林
码表
/* @msdn{cc240584} says:
- “… (a scancode is an 8-bit value specifying a key location on the keyboard).
- The server accepts a scancode value and translates it into the correct character depending on the
- language locale and keyboard layout used in the session.” The 8-bit value is later called
- “keyCode” The extended flag is for all practical an important 9th bit with a strange encoding -
-
not just a modifier.
*/
- 虚拟键盘码
- ASCII 码