mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
[MWB]Remove shortcut for deprecated VKMap functionality(#26484)
* Comment out code hooking Ctrl+Shift+Alt+K to toggle unused UseVKMap setting * [MWB] Remove UseVKMap and VKMap completely --------- Co-authored-by: David Taylor <davidt@yadt.co.uk>
This commit is contained in:
@@ -101,9 +101,6 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
|
||||
public StringProperty Name2IP { get; set; }
|
||||
|
||||
[JsonConverter(typeof(BoolPropertyJsonConverter))]
|
||||
public bool UseVKMap { get; set; }
|
||||
|
||||
[JsonConverter(typeof(BoolPropertyJsonConverter))]
|
||||
public bool FirstCtrlShiftS { get; set; }
|
||||
|
||||
@@ -146,7 +143,6 @@ namespace Microsoft.PowerToys.Settings.UI.Library
|
||||
TCPPort = new IntProperty(15100);
|
||||
DrawMouseEx = true;
|
||||
Name2IP = new StringProperty(string.Empty);
|
||||
UseVKMap = false;
|
||||
FirstCtrlShiftS = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user