Update plugins/global-shortcut/guest-js/index.ts

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
pull/324/head
Lucas Fernandes Nogueira 2 years ago committed by GitHub
parent 386cf2b651
commit 17e76c65a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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