Skip to content

Commit bddb859

Browse files
GiovaLombacztomczak
authored andcommitted
Fixed typo (cztomczak#556)
Original: The actual key code genenerated by the platform New: The actual key code generated by the platform
1 parent 076b6a6 commit bddb859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/KeyboardHandler.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ KeyEvent is a dictionary with the following keys:
3838
| type | KeyEventType | The type of keyboard event |
3939
| modifiers | KeyEventFlags | Bit flags describing any pressed modifier keys |
4040
| windows_key_code | int | The Windows key code for the key event. This value is used by the DOM specification. Sometimes it comes directly from the event (i.e. on Windows) and sometimes it's determined using a mapping function. See "chromium/KeyboardCodes.h" for a list of values. |
41-
| native_key_code | int | The actual key code genenerated by the platform |
41+
| native_key_code | int | The actual key code generated by the platform |
4242
| is_system_key | bool | Indicates whether the event is considered a "system key" event. For Windows see [WM_SYSKEYDOWN](http://msdn.microsoft.com/en-us/library/ms646286.aspx). This value will always be false on non-Windows platforms. |
4343
| character | wchar_t or unsigned short | The character generated by the keystroke |
4444
| unmodified_character | wchar_t or unsigned short | Same as 'character' but unmodified by any concurrently-held modifiers (except shift). This is useful for working out shortcut keys. |

0 commit comments

Comments
 (0)