Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.

Commit

Permalink
Merge pull request madrobby#58 from davidchambers/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
madrobby committed Oct 1, 2012
2 parents 35ce98c + e8a2fa5 commit dfe6c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -85,7 +85,7 @@ key.setScope('issues'); // default scope is 'all'

## Filter key presses

By default, when a `INPUT`, `SELECT` or `TEXTAREA` element is focused, Keymaster doesn't process any shortcuts.
By default, when an `INPUT`, `SELECT` or `TEXTAREA` element is focused, Keymaster doesn't process any shortcuts.

You can change this by overwriting `key.filter` with a new function. This function is called before
Keymaster processes shortcuts, with the keydown event as argument.
Expand Down

0 comments on commit dfe6c02

Please sign in to comment.