mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +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:
@@ -452,6 +452,7 @@ namespace MouseWithoutBorders
|
||||
//
|
||||
// checkBoxVKMap
|
||||
//
|
||||
this.checkBoxVKMap.Enabled = false;
|
||||
this.checkBoxVKMap.AutoSize = true;
|
||||
this.checkBoxVKMap.Location = new System.Drawing.Point(268, 98);
|
||||
this.checkBoxVKMap.Name = "checkBoxVKMap";
|
||||
|
||||
Reference in New Issue
Block a user