Merge remote-tracking branch 'origin/feat/global-shortcut' into feat/global-shortcut

pull/324/head
Lucas Nogueira 2 years ago
commit 263041ec71
No known key found for this signature in database
GPG Key ID: FFEA6C72E73482F1

@ -77,6 +77,9 @@ async function registerAll(
/**
* Determines whether the given shortcut is registered by this application or not.
*
* If the shortcut is registered by another application, it will still return `false`.
*
* @example
* ```typescript
* import { isRegistered } from 'tauri-plugin-global-shortcut-api';

Loading…
Cancel
Save