#4288 Remove auto Alt+Printscreen on Windows

As per issue https://github.com/synergy/synergy/issues/4288
This commit is contained in:
Fábio Oliveira 2014-12-23 15:15:53 +00:00 committed by Andrew Nelless
parent 3bb833b798
commit 3d3b7ca881
1 changed files with 0 additions and 5 deletions

View File

@ -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) {