KeyboardEvent.key

- WD

A KeyboardEvent property whose value is a string identifying the key that was pressed. Covers character keys, non-character keys (e.g. arrow keys), and dead keys.

Chrome

  1. 4 - 50: Not supported
  2. 51 - 122: Supported
  3. 123: Supported
  4. 124 - 126: Supported

Edge

  1. 12 - 18: Partial support
  2. 79 - 122: Supported
  3. 123: Supported

Safari

  1. 3.1 - 10: Not supported
  2. 10.1 - 17.3: Supported
  3. 17.4: Supported
  4. TP: Supported

Firefox

  1. 2 - 22: Not supported
  2. 23 - 28: Partial support
  3. 29 - 123: Supported
  4. 124: Supported
  5. 125 - 127: Supported

Opera

  1. 9 - 11.6: Not supported
  2. 12: Support unknown
  3. 12.1: Supported
  4. 15 - 37: Not supported
  5. 38 - 107: Supported
  6. 108: Supported

IE

  1. 5.5 - 8: Not supported
  2. 9 - 10: Partial support
  3. 11: Partial support

Chrome for Android

  1. 122: Supported

Safari on iOS

  1. 3.2 - 10.2: Not supported
  2. 10.3 - 17.3: Supported
  3. 17.4: Supported

Samsung Internet

  1. 4: Not supported
  2. 5 - 22: Supported
  3. 23: Supported

Opera Mini

  1. all: Supported

Opera Mobile

  1. 10 - 11.5: Not supported
  2. 12: Support unknown
  3. 12.1: Supported
  4. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 4.4.4: Not supported
  2. 122: Supported

Firefox for Android

  1. 123: Supported

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Supported
  2. 3: Supported

"Some key events, or their values, might be suppressed by the IME in use". On mobile (virtual keyboard), for every key Blink and WebKit based browsers report "Unidentified", Gecko reports "Process".

Resources:
WebKit feature request bug
Chrome tracking bug
MDN Web Docs - key
shim-keyboard-event-key: shim for non-standard key identifiers for IE & Edge
Edge bug report
Spec listing all key string values