[fix] fix keyboard event loss due to start_keyboard_capturer_ flag improper setting, fixes #65

This commit is contained in:
dijunkun
2026-03-03 10:58:45 +08:00
parent cfdc7d3106
commit a14baafda7
3 changed files with 18 additions and 16 deletions
+1 -1
View File
@@ -439,7 +439,7 @@ class Render {
bool screen_capturer_is_started_ = false;
bool start_speaker_capturer_ = false;
bool speaker_capturer_is_started_ = false;
bool start_keyboard_capturer_ = true;
bool start_keyboard_capturer_ = false;
bool show_cursor_ = false;
bool keyboard_capturer_is_started_ = false;
bool foucs_on_main_window_ = false;