mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-30 04:50:11 +08:00
[fix] fix function keys release handling issue
This commit is contained in:
@@ -31,6 +31,7 @@ class KeyboardCapturer : public DeviceController {
|
||||
bool control_flag_ = false;
|
||||
bool option_flag_ = false;
|
||||
bool command_flag_ = false;
|
||||
int fn_key_code_ = 0x3F;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user