Skip to content

Commit

Permalink
Initial Global Hot Key Support
Browse files Browse the repository at this point in the history
There is a bit of restructuring here, as well as basic support for
global hot keys. I have only tested it on Windows 11. It should in
theory work on most "modern" versions of Windows, and Linux with X11, as
well as possibly MacOS. I don't have a Mac to test, and I haven't tested
it on X11 yet.

Wayland support is waiting on this bug to be resolved before it will work:
tauri-apps/global-hotkey#28
  • Loading branch information
Vadoola committed Dec 29, 2023
1 parent e92f3e5 commit c6a2fbd
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 277 deletions.
39 changes: 39 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ walkdir = "2.4"
etcetera = "0.8.0"
directories = "5.0.1"
single-instance = "0.3.3"
global-hotkey = "0.4.1"


[target.'cfg(windows)'.dependencies]
Expand Down
Loading

0 comments on commit c6a2fbd

Please sign in to comment.