MCPcopy Create free account
hub / github.com/deskflow/deskflow / fakeCtrlAltDel

Method fakeCtrlAltDel

src/lib/platform/OSXKeyState.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359bool OSXKeyState::fakeCtrlAltDel()
360{
361 // pass keys through unchanged
362 return false;
363}
364
365bool OSXKeyState::fakeMediaKey(KeyID id)
366{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected