Revert "#4288 Remove auto Alt+Printscreen on Windows"

This reverts commit 3d3b7ca881.
This commit is contained in:
Andrew Nelless 2018-03-15 11:27:26 +00:00
parent cd403562cd
commit 47137952f4
1 changed files with 5 additions and 0 deletions

View File

@ -1075,6 +1075,11 @@ MSWindowsKeyState::getKeyMap(synergy::KeyMap& keyMap)
}
}
// add alt+printscreen
if (m_buttonToVK[0x54u] == 0) {
m_buttonToVK[0x54u] = VK_SNAPSHOT;
}
// set virtual key to button table
if (activeLayout == m_groups[g]) {
for (KeyButton i = 0; i < 512; ++i) {