From e16c731f900aa406d3877abe8e9fd75881c66ab8 Mon Sep 17 00:00:00 2001 From: G Date: Sat, 24 Dec 2022 14:14:26 +0800 Subject: [PATCH] add double click --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8964c2d..05dde95 100644 --- a/README.md +++ b/README.md @@ -78,13 +78,14 @@ If you use [kindaVim](https://github.com/godbout/kindaVim.docs), then you'll be What would be Wooshy without all the clicks: -| keyboard | on the Primary Target | -| :---: | :---: -| `return` | `left click` -| `control return` | `right click` -| `option return` | `option click` -| `shift return` | `shift click` -| `command return` | `command click` +| keyboard | on the Primary Target | +| :---: | :---: +| `return` | `left click` +| `control return` | `right click` +| `option return` | `option click` +| `shift return` | `shift click` +| `command return` | `command click` +| `fn return` or `control option command return` | `double left click` If The Inputâ„¢ is empty and therefore no Primary Target is selected, Wooshy will click at the current mouse position instead. Magic!