diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-06 16:16:50 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-06 16:16:50 -0500 |
commit | 9e0b07908dda249de6ce115ed32a36a7d5d13ffe (patch) | |
tree | 1498ab262b842af84f5351f54112c72d1364e8ad /README.md | |
parent | add mouse scroll events on R and r (diff) | |
download | mktrayicon-scrollevents.tar.gz mktrayicon-scrollevents.tar.bz2 mktrayicon-scrollevents.zip |
add middleclick, and documentationscrollevents
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |