#4288 Remove auto Alt+Printscreen on Windows
As per issue https://github.com/synergy/synergy/issues/4288
This commit is contained in:
parent
3bb833b798
commit
3d3b7ca881
|
@ -1071,11 +1071,6 @@ MSWindowsKeyState::getKeyMap(synergy::KeyMap& keyMap)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// add alt+printscreen
|
|
||||||
if (m_buttonToVK[0x54u] == 0) {
|
|
||||||
m_buttonToVK[0x54u] = VK_SNAPSHOT;
|
|
||||||
}
|
|
||||||
|
|
||||||
// set virtual key to button table
|
// set virtual key to button table
|
||||||
if (GetKeyboardLayout(0) == m_groups[g]) {
|
if (GetKeyboardLayout(0) == m_groups[g]) {
|
||||||
for (KeyButton i = 0; i < 512; ++i) {
|
for (KeyButton i = 0; i < 512; ++i) {
|
||||||
|
|
Loading…
Reference in New Issue