forked from jtroo/kanata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(win): add kanata native Windows GUI tray app (jtroo#990)
Add a `gui` feature allowing compiling kanata as a native tray-only Windows GUI application. This greatly simplifies launching the app on startup instead of resorting to hacks like this: jtroo#193 It gets rid of the console window and also allows UIAccess to work in elevated apps. There is a kanata-tray project which helps with the former, but doesn't allow UIAccess. issue: (rszyma/kanata-tray#19) It also supports custom icon indicator per config and per layer within the same config, as well as (re)loading configs. Other configs are passed as cli args in the `.lnk` file It also supports being launched from a console as a regular cli app, so it's possible to replace the main `kanata.exe` with this or let it be some separate `kanata-tray.exe` file It also opens an avenue to more interesting ideas, but will add those in a separate issue jtroo#991
- Loading branch information
Showing
50 changed files
with
2,724 additions
and
1,231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.