Skip to content

Commit

Permalink
Update Windows Meta key note (#30835)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdenhollander authored Dec 7, 2023
1 parent 8906ca7 commit 6a11180
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/en-us/web/api/keyboardevent/metakey/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ systems may intercept the key so it is never detected.

> **Note:** On Macintosh keyboards, this is the <kbd>⌘ Command</kbd> key.
> **Warning:** At least as of Firefox 48, the <kbd>⊞ Windows</kbd> key is no longer considered the
> "Meta" key. `KeyboardEvent.metaKey` is `false` when the <kbd>⊞
> Windows</kbd> key is pressed.
> **Note:** Before Firefox 118, the <kbd>⊞ Windows</kbd> key was handled
> as an "OS" key rather than the "Meta" key. `KeyboardEvent.metaKey` was
> `false` when the <kbd>⊞ Windows</kbd> key was pressed.
## Value

Expand Down

0 comments on commit 6a11180

Please sign in to comment.