mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Change the default hotkey to Win+alt+space (#405)
Title This is just a much simpler keybind. It harkens the mind to `alt+space`, without actually stealing that keybinding. I recommend `ctrl+alt+space` for the dev version (though, I'm not setting that for you)
This commit is contained in:
@@ -22,7 +22,7 @@ public partial class SettingsModel : ObservableObject
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
// SETTINGS HERE
|
||||
public HotkeySettings? Hotkey { get; set; } = new HotkeySettings(true, true, false, false, 0xBE);
|
||||
public HotkeySettings? Hotkey { get; set; } = new HotkeySettings(true, false, true, false, 0x20); // win+alt+space
|
||||
|
||||
public bool ShowAppDetails { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user