Tauri 全局快捷方式

2024-02-01 16:41 更新

注冊(cè)全局快捷方式。

當(dāng) ?build.withGlobalTauri?設(shè)置為  in  時(shí),也可以訪問(wèn)此包。?window.__TAURI__.globalShortcut??tauri.conf.json??true?

必須將 API 添加到 ?tauri.allowlist.globalShortcut? 中:?tauri.conf.json?

{
  "tauri": {
    "allowlist": {
      "globalShortcut": {
        "all": true // enable all global shortcut APIs
      }
    }
  }
}

建議僅將您使用的 API 列入許可列表,以獲得最佳捆綁包大小和安全性。


以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)