[fix] fix function keys release handling issue

This commit is contained in:
dijunkun
2025-09-02 18:58:54 +08:00
parent b8369c4f0a
commit 91ab21c5f2
2 changed files with 33 additions and 0 deletions

View File

@@ -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