Skip to content

Commit

Permalink
Changed default hotkey configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Danily07 committed Jun 25, 2023
1 parent e9519a3 commit 0e5b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Translumo/HotKeys/HotKeysConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 0e5b1e8

Please sign in to comment.