rdev icon indicating copy to clipboard operation
rdev copied to clipboard

ctrl+alt+del command does not work

Open 1598700226 opened this issue 3 years ago • 1 comments

send(&EventType::KeyPress(Key::ControlLeft)); send(&EventType::KeyPress(Key::Alt)); send(&EventType::KeyPress(Key::Delete)); send(&EventType::KeyRelease(Key::Delete)); send(&EventType::KeyRelease(Key::Alt)); send(&EventType::KeyRelease(Key::ControlLeft));

1598700226 avatar Mar 14 '22 02:03 1598700226

What do you mean it doesn't work ?

Are the keys not sent, or doesn't it do what it should ? There might be something within the app you're trying to close that prevents reading from it, or on Windows maybe this combination is handled specially by the OS preventing injection from working ?

Narsil avatar Nov 11 '22 09:11 Narsil