This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#4288 Remove auto Alt+Printscreen on Windows

  • Loading branch information...
foliveira authored and nlyan committed Dec 23, 2014
1 parent 3bb833b commit 3d3b7ca8810f283d2134cdb3fc92b77ef0233c1b
Showing with 0 additions and 5 deletions.
  1. +0 −5 src/lib/platform/MSWindowsKeyState.cpp
@@ -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
if (GetKeyboardLayout(0) == m_groups[g]) {
for (KeyButton i = 0; i < 512; ++i) {

0 comments on commit 3d3b7ca

Please sign in to comment.