mirror of
https://github.com/debauchee/barrier.git
synced 2025-06-24 21:47:09 +02:00
Merge 1.4.1 r594:595 into trunk
This commit is contained in:
parent
a8eb2a3bfd
commit
b62582444e
4 changed files with 40 additions and 10 deletions
|
@ -925,12 +925,7 @@ CMSWindowsKeyState::getKeyMap(CKeyMap& keyMap)
|
|||
// deal with certain virtual keys specially
|
||||
switch (vk) {
|
||||
case VK_SHIFT:
|
||||
if (MapVirtualKey(VK_RSHIFT, 0) == i) {
|
||||
vk = VK_RSHIFT;
|
||||
}
|
||||
else {
|
||||
vk = VK_LSHIFT;
|
||||
}
|
||||
vk = VK_LSHIFT;
|
||||
break;
|
||||
|
||||
case VK_CONTROL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue