diff --git a/Limelight/Input/KeyboardSupport.m b/Limelight/Input/KeyboardSupport.m index c1e7225..6dbb97c 100644 --- a/Limelight/Input/KeyboardSupport.m +++ b/Limelight/Input/KeyboardSupport.m @@ -215,7 +215,7 @@ } } - LiSendKeyboardEvent(keyCode, + LiSendKeyboardEvent(0x8000 | keyCode, down ? KEY_ACTION_DOWN : KEY_ACTION_UP, modifierFlags); return true;