Fixes to previous checkpoint. Non-ascii keys seem to work correctly.

Still not supporting key composition on X11.
This commit is contained in:
crs
2003-04-27 18:05:32 +00:00
parent 11f90022e0
commit 42ea6306f6
4 changed files with 10 additions and 1 deletions

View File

@@ -120,7 +120,6 @@ CMSWindowsSecondaryScreen::keyRepeat(KeyID key,
// if we've seen this button (and we should have) then make sure
// we release the same key we pressed when we saw it.
ServerKeyMap::iterator index = m_serverKeyMap.find(button);
if (index != m_serverKeyMap.end() && virtualKey != index->second) {
// replace key up with previous keycode but leave key down
// alone so it uses the new keycode and store that keycode