https://github.com/user202729/plover_trayicon
Plover plugin to show an additional tray icon that can be controlled by Plover's commands.
https://github.com/user202729/plover_trayicon
plover plover-plugins stenography
Last synced: about 1 month ago
JSON representation
Plover plugin to show an additional tray icon that can be controlled by Plover's commands.
- Host: GitHub
- URL: https://github.com/user202729/plover_trayicon
- Owner: user202729
- License: gpl-3.0
- Created: 2020-12-30T03:22:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T05:26:41.000Z (about 4 years ago)
- Last Synced: 2024-11-26T09:16:26.273Z (6 months ago)
- Topics: plover, plover-plugins, stenography
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plover\_trayicon
Show an additional tray icon that can be controlled by Plover's commands.
### Usage
Add the commands in the translation part of the stroke definition.
* `{PLOVER:trayicon:icon_id /path/to/icon_file}`: Create an icon with the specified ID and icon path.
If an icon with the specified ID already exists, its icon will be replaced.Note that if the path contains any spaces or backslashes, it must be properly quoted
(for example with `'...'`, the strung will be parsed with `shlex.split`)For more info, run `python -m plover_trayicon.help`.
Only tested on some environments.