fix: fix can't input en due to text-input change

This commit is contained in:
DreamMaoMao 2025-04-28 09:44:58 +08:00
parent cd78449180
commit b3ccf3b8b8
3 changed files with 14 additions and 18 deletions

View file

@ -206,6 +206,10 @@ get_keyboard_grab(KeyboardGroup *keyboard)
return NULL;
}
// labwc not need this , but maomao need
if(keyboard != kb_group)
return NULL;
/*
* Input-methods often use virtual keyboard to send raw key signals
* instead of sending encoded text via set_preedit_string and