Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fangpenlin authored Mar 14, 2018
1 parent 4ebf939 commit 92cf345
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,17 @@ export default class MyComponent: React.Component {
<KeyCommands
style={styles.myStyle}
keyCommands={[
{
input: keyCommandConstants.keyInputDownArrow,
},
{
input: "1",
keyModifier: constants.keyModifierCommand,
discoverabilityTitle: "Do something cool"
discoverabilityTitle: "Do something cool",
},
{
input: "c",
keyModifier: constants.keyModifierCommand
}
]}
onKeyCommand={this.onKeyCommand}>
Expand Down

0 comments on commit 92cf345

Please sign in to comment.