mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-02 09:56:52 +08:00
Fixed handling of number pad keys with num-lock off. Was
synthesizing events for the numbers even with num-lock off. Now synthesizing the cursor movements.
This commit is contained in:
@@ -125,6 +125,7 @@ private:
|
||||
HKL m_keyLayout;
|
||||
CString m_keyName;
|
||||
UINT m_scanCodeToVirtKey[512];
|
||||
UINT m_scanCodeToVirtKeyNumLock[512];
|
||||
KeyButton m_virtKeyToScanCode[256];
|
||||
|
||||
static const char* s_vkToName[];
|
||||
|
||||
Reference in New Issue
Block a user