mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 15:15:21 +08:00
#3305 Fixed class name convention for Mac and Linux
This commit is contained in:
committed by
Andrew Nelless
parent
cc10e319d1
commit
f4bd2dab82
@@ -1869,7 +1869,7 @@ XWindowsScreen::mapKeyFromX(XKeyEvent* event) const
|
||||
LOG((CLOG_DEBUG2 "mapped code=%d to keysym=0x%04x", event->keycode, keysym));
|
||||
|
||||
// convert key
|
||||
KeyID result = CXWindowsUtil::mapKeySymToKeyID(keysym);
|
||||
KeyID result = XWindowsUtil::mapKeySymToKeyID(keysym);
|
||||
LOG((CLOG_DEBUG2 "mapped keysym=0x%04x to keyID=%d", keysym, result));
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user