Chromium Code Reviews| Index: remoting/tools/javascript_key_tester/keyboard_map.js |
| diff --git a/remoting/tools/javascript_key_tester/keyboard_map.js b/remoting/tools/javascript_key_tester/keyboard_map.js |
| index 7ca13665c092e4060d64c636d58783817151fc1a..48c500b3d39ee12cb6f60dda8395aaf01b0af539 100644 |
| --- a/remoting/tools/javascript_key_tester/keyboard_map.js |
| +++ b/remoting/tools/javascript_key_tester/keyboard_map.js |
| @@ -23,7 +23,7 @@ var keyboardMap = [ |
| '', |
| 'Shift', |
| 'Control', |
| - 'Alt', |
| + 'Alt', // NB: *not* LeftAlt--not all keyboard layouts make the distinction. |
|
Wez
2015/02/07 02:14:07
I don't understand this comment; what's it got to
|
| 'Pause', |
| 'CapsLock', |
| 'Kana', |
| @@ -230,7 +230,7 @@ var keyboardMap = [ |
| 'Quote', |
| '', |
| 'Meta', |
| - 'AltGr', |
| + 'RightAlt', |
|
Wez
2015/02/07 02:14:07
The 'code' name for this key is AltRight, not Righ
|
| '', |
| 'WIN_ICO_HELP', |
| 'WIN_ICO_00', |