Confirmed users
85
edits
(standardization efforts of key event scan codes) |
(Implementation status: bug 865649 was fixed) |
||
Line 267: | Line 267: | ||
= Keyboard input that ignores keyboard layouts = | = Keyboard input that ignores keyboard layouts = | ||
Owner: | Owner: Masayuki Nakano | ||
Many games use the WASD keys for direction control. However, depending on the active keyboard layout, their usual (US-layout) key places can be occupied by different letters. In the [http://en.wikipedia.org/wiki/AZERTY AZERTY] keyboard layout, for example, these keys have the letters ZQSD, and in [http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard Dvorak] {comma}AOE. | Many games use the WASD keys for direction control. However, depending on the active keyboard layout, their usual (US-layout) key places can be occupied by different letters. In the [http://en.wikipedia.org/wiki/AZERTY AZERTY] keyboard layout, for example, these keys have the letters ZQSD, and in [http://en.wikipedia.org/wiki/Dvorak_Simplified_Keyboard Dvorak] {comma}AOE. | ||
Line 274: | Line 274: | ||
Standardization: | Standardization: | ||
* | * Spec at [https://dvcs.w3.org/hg/d4e/raw-file/tip/source_respec.htm#keyboard-events DOM 4 Events] | ||
Competition: | Competition: | ||
* unknown | * unknown | ||
Implementation | Implementation: | ||
* | * This was implemented as keyevent.code in [https://bugzilla.mozilla.org/show_bug.cgi?id=865649 bug 865649] and targets Firefox 32. | ||
Relevant links: | Relevant links: |