[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:
Andrey Nekrasov
2023-05-30 18:46:42 +02:00
committed by GitHub
parent b50b587a63
commit 4cc74da82f
7 changed files with 8 additions and 67 deletions

View File

@@ -350,7 +350,6 @@ namespace MouseWithoutBorders.Class
internal static void StartInputCallbackThread()
{
System.Collections.Hashtable dummy = Setting.Values.VKMap; // Reading from registry to memory.
Thread inputCallback = new(new ThreadStart(InputCallbackThread), "InputCallback Thread");
inputCallback.SetApartmentState(ApartmentState.STA);
inputCallback.Priority = ThreadPriority.Highest;