|
|
@ -77,6 +77,9 @@ async function registerAll(
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Determines whether the given shortcut is registered by this application or not.
|
|
|
|
* 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
|
|
|
|
* @example
|
|
|
|
* ```typescript
|
|
|
|
* ```typescript
|
|
|
|
* import { isRegistered } from 'tauri-plugin-global-shortcut-api';
|
|
|
|
* import { isRegistered } from 'tauri-plugin-global-shortcut-api';
|
|
|
|