keyboard-map icon indicating copy to clipboard operation
keyboard-map copied to clipboard

API to get current keyboard mapping.

Results 16 keyboard-map issues
Sort by recently updated
recently updated
newest added

`KeyboardEvent.get()` returns the key which would be typed if the current physical key were pressed with no modifiers. On some layouts, numeric keys (0-9) type national or punctuation characters instead,...

This specification has been proposed for migration to the [WebApps WG](https://w3c.github.io/charter-drafts/webapps-2019) (which is expected to partly replace the WebPlat WG). For this to happen, we need expressions of interest/intent to...

Adding event listeners using properties on the object (`navigator.keyboard.onlayoutchange`) is not great, however, feature detecting events using properties on the object is great and it is the usual thing to...

A keyboard legend that is shown according to the current layout can be confusing, because the layout changes when the user presses Alt + Shift (on Windows). What do you...

And possibly a better term as well. "ASCII capable" should be: * True for US, UK, French, German, ... * False for Russian, Arabic, Greek, Hebrew, ... But French and...

While crawling [Keyboard Map](https://wicg.github.io/keyboard-map/), the following algorithms fire an event, or resolve or reject a Promise, within a step that runs [in parallel](https://html.spec.whatwg.org/multipage/infrastructure.html#in-parallel) without first queuing a task: * [...