From 0e5b1e8735ff488ebb230a5947ce7af8b6a8a3aa Mon Sep 17 00:00:00 2001 From: "Danil.Iushkov" Date: Mon, 26 Jun 2023 03:23:31 +0400 Subject: [PATCH] Changed default hotkey configuration --- src/Translumo/HotKeys/HotKeysConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Translumo/HotKeys/HotKeysConfiguration.cs b/src/Translumo/HotKeys/HotKeysConfiguration.cs index 70ac969..ee51122 100644 --- a/src/Translumo/HotKeys/HotKeysConfiguration.cs +++ b/src/Translumo/HotKeys/HotKeysConfiguration.cs @@ -13,7 +13,7 @@ public class HotKeysConfiguration : BindableBase SettingVisibilityKey = new HotKeyInfo(Key.G, KeyModifier.Alt), TranslationStateKey = new HotKeyInfo(Key.OemTilde, KeyModifier.None), ShowSelectionAreaKey = new HotKeyInfo(Key.Y, KeyModifier.Alt), - OnceTranslateKey = new HotKeyInfo(Key.F, KeyModifier.None), + OnceTranslateKey = new HotKeyInfo(Key.F, KeyModifier.Shift), ChatVisibilityGamepadKey = new GamepadHotKeyInfo(GamepadKeyCode.None), SelectAreaGamepadKey = new GamepadHotKeyInfo(GamepadKeyCode.None),