Skip to content

Commit

Permalink
doc: fix ambiguous description (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
paraself authored and fgr-araujo committed Dec 23, 2019
1 parent 5a6e739 commit 55d802e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ You can point the focus with the shortcut easily.
```
#### Push button
Sometimes you may need a shortcut works as a push button. It calls the function one time until you release the shortcut. When you release the shortcut, it call the same function again like a toggle. In these cases, insert the "push" modifier.
Sometimes you may need a shortcut works as a push button. It calls the function one time when you click the button. When you release the shortcut, it calls the same function again like a toggle. In these cases, insert the "push" modifier.
The example below shows how to do this
```html
Expand Down

0 comments on commit 55d802e

Please sign in to comment.