mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
docs: document supported OSes
This commit is contained in:
@@ -28,6 +28,11 @@ if let Ok(event) = global_hotkey_event_receiver().try_recv() {
|
||||
}
|
||||
```
|
||||
|
||||
## Platforms-supported:
|
||||
|
||||
- Windows
|
||||
- macOS
|
||||
- Linux (X11 Only)
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -31,6 +31,12 @@
|
||||
//! println!("{:?}", event);
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! # Platforms-supported:
|
||||
//!
|
||||
//! - Windows
|
||||
//! - macOS
|
||||
//! - Linux (X11 Only)
|
||||
|
||||
use crossbeam_channel::{unbounded, Receiver, Sender};
|
||||
use once_cell::sync::Lazy;
|
||||
|
||||
Reference in New Issue
Block a user