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

Method fakeCtrlAltDel

src/lib/platform/XWindowsKeyState.cpp:150–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool XWindowsKeyState::fakeCtrlAltDel()
151{
152 // pass keys through unchanged
153 return false;
154}
155
156KeyModifierMask XWindowsKeyState::pollActiveModifiers() const
157{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected