mirror of
https://github.com/tauri-apps/global-hotkey.git
synced 2026-01-31 00:45:22 +01:00
chore: adjust headings in README.md
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
global_hotkey lets you register Global HotKeys for Desktop Applications.
|
||||
|
||||
# Example
|
||||
## Example
|
||||
|
||||
```rs
|
||||
use global_hotkey::{GlobalHotKeyManager, hotkey::{HotKey, Modifiers, Code}};
|
||||
@@ -16,7 +16,7 @@ manager.register(hotkey);
|
||||
```
|
||||
|
||||
|
||||
# Processing global hotkey events
|
||||
## Processing global hotkey events
|
||||
|
||||
You can use `global_hotkey_event_receiver` to get a reference to the `GlobalHotKeyEventReceiver`
|
||||
which you can use to listen to the hotkey pressed events.
|
||||
|
||||
Reference in New Issue
Block a user