From 013cad117fd7a7cad1de59b45534771e3bbeb9ff Mon Sep 17 00:00:00 2001 From: Hiroshiba Kazuyuki Date: Thu, 22 Feb 2024 03:21:19 +0900 Subject: [PATCH 1/6] =?UTF-8?q?HotkeyCombo=E3=83=96=E3=83=A9=E3=83=B3?= =?UTF-8?q?=E3=83=89=E5=9E=8B=E3=82=92=E5=B0=8E=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dialog/HotkeySettingDialog.vue | 16 +++--- src/plugins/hotkeyPlugin.ts | 17 ++++-- src/shared/ConfigManager.ts | 5 +- src/type/preload.ts | 53 ++++++++++--------- tests/unit/lib/hotkeyManager.spec.ts | 6 +-- 5 files changed, 56 insertions(+), 41 deletions(-) diff --git a/src/components/Dialog/HotkeySettingDialog.vue b/src/components/Dialog/HotkeySettingDialog.vue index 3c474cba37..e608fb05bc 100644 --- a/src/components/Dialog/HotkeySettingDialog.vue +++ b/src/components/Dialog/HotkeySettingDialog.vue @@ -215,7 +215,11 @@