mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-17 14:00:21 +00:00
no longer send keyboard events when holding down SHIFT + CTRL + ALT
This commit is contained in:
@@ -45,6 +45,7 @@ public class KeyboardHandler implements KeyListener {
|
|||||||
(modifiers & KeyEvent.ALT_DOWN_MASK) != 0 &&
|
(modifiers & KeyEvent.ALT_DOWN_MASK) != 0 &&
|
||||||
(modifiers & KeyEvent.CTRL_DOWN_MASK) != 0) {
|
(modifiers & KeyEvent.CTRL_DOWN_MASK) != 0) {
|
||||||
parent.freeMouse();
|
parent.freeMouse();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user