mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-13 07:06:10 +08:00
#3305 Fixed class name convention for Mac and Linux
This commit is contained in:
committed by
Andrew Nelless
parent
cc10e319d1
commit
f4bd2dab82
@@ -324,7 +324,7 @@ OSXKeyState::fakeCtrlAltDel()
|
||||
}
|
||||
|
||||
bool
|
||||
COSXKeyState::fakeMediaKey(KeyID id)
|
||||
OSXKeyState::fakeMediaKey(KeyID id)
|
||||
{
|
||||
return fakeNativeMediaKey(id);;
|
||||
}
|
||||
|
||||
@@ -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