From 2b1a080545329f1c79bc43184e6356246da3b6c8 Mon Sep 17 00:00:00 2001 From: "Bruce Reif (Buswolley)" Date: Thu, 17 Aug 2017 21:39:34 -0700 Subject: [PATCH] Add a note about normalized Keycode --- docs/docs/reference-events.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/reference-events.md b/docs/docs/reference-events.md index faec6dd267c85..aac233bfbd5ad 100644 --- a/docs/docs/reference-events.md +++ b/docs/docs/reference-events.md @@ -148,6 +148,8 @@ boolean shiftKey number which ``` +React normalizes the `keyCode` into `key` for browsers that don't support `key`. + * * * ### Focus Events