From 55d802ea305cadcc2ea970b55a3b8b86c7b44c05 Mon Sep 17 00:00:00 2001 From: Yves Wang <2179686+paraself@users.noreply.github.com> Date: Tue, 24 Dec 2019 00:26:01 +0800 Subject: [PATCH] doc: fix ambiguous description (#101) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f65e8e..75e2938 100644 --- a/README.md +++ b/README.md @@ -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