summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-02-06 16:16:50 -0500
committerB Stack <bgstack15@gmail.com>2020-02-06 16:16:50 -0500
commit9e0b07908dda249de6ce115ed32a36a7d5d13ffe (patch)
tree1498ab262b842af84f5351f54112c72d1364e8ad /README.md
parentadd mouse scroll events on R and r (diff)
downloadmktrayicon-scrollevents.tar.gz
mktrayicon-scrollevents.tar.bz2
mktrayicon-scrollevents.zip
add middleclick, and documentationscrollevents
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 84697fd..fea63a6 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,12 @@ newline. The following commands are supported:
- `m`: Remove the menu handler
- `h`: Hide the tray icon
- `s`: Show the tray icon
+ - `R <cmnd>`: Set the command to execute when the user scrolls the
+ mouse wheel up
+ - `r <cmnd>`: Set the command to execute when the user scrolls the
+ mouse wheel down
+ - `S <cmnd>`: Set the command to execute when the user middle-clicks
+ the tray icon
By default, the `none` tooltip icon is used. To change this, pass `-i
<stock_icon_name>` or `-i <path_to_custom_icon>` when running
bgstack15