Unregister all global shortcuts.
import { unregisterAll } from '@tauri-apps/plugin-global-shortcut';await unregisterAll(); Copy
import { unregisterAll } from '@tauri-apps/plugin-global-shortcut';await unregisterAll();
2.0.0
Unregister all global shortcuts.