From 17e76c65a2372f4d85d5d2d7ce8454181d2ea4e3 Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Tue, 18 Apr 2023 14:39:24 -0300 Subject: [PATCH] Update plugins/global-shortcut/guest-js/index.ts Co-authored-by: Amr Bashir --- plugins/global-shortcut/guest-js/index.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/global-shortcut/guest-js/index.ts b/plugins/global-shortcut/guest-js/index.ts index b197adfa..fe436dde 100644 --- a/plugins/global-shortcut/guest-js/index.ts +++ b/plugins/global-shortcut/guest-js/index.ts @@ -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';