Skip to content

Commit

Permalink
Add charCode/keyCode/which to key event docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebits authored and zpao committed Jan 15, 2014
1 parent 60b5520 commit f44e8cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/ref-05-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,16 @@ Properties:

```javascript
boolean altKey
String char
boolean ctrlKey
Number charCode
String key
Number keyCode
String locale
Number location
boolean metaKey
boolean repeat
boolean shiftKey
Number which
```


Expand Down

0 comments on commit f44e8cc

Please sign in to comment.