mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-07 13:29:59 -05:00
fix: fix can't input en due to text-input change
This commit is contained in:
parent
cd78449180
commit
b3ccf3b8b8
3 changed files with 14 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue