fufesou
fufesou
@B4DschK4Pp Hi, thanks for your feedback. Can you please also give a screenshot of the RustDesk build date on macOS side. 
@indianakernick rust toolchain `1.75` works fine, `1.79` crashes.
There're three cases that the `PhysicalKeyboardKey` is not correct. 1. Swith to ko/zh/ja softkeyboard and click "Backspace"/"Enter" in the physical keyboard. 2. Swith to ko/zh/ja softkeyboard, input any text in...
This is weird. I did the same thing, except I used an emulator. Your "PhysicalKeyboardKey" seems to be wrong for all input methods. I'm sure the correct `PhysicalKeyboardKey` should be...
> backspace and enter still work as expected? Yes. They still work as expected. The only issue is about the usb hid usage.
> What should be the expected behavior `onChanged()` or some other event should be triggered when I click the input result.  The output should be like in the example...
Did you select the input like this https://github.com/flutter/flutter/issues/157092#issuecomment-2421659656 ? I think there should be some event output after clicking. Because the previous input state is ``` I/flutter ( 8360): ===========================...
 > What event are you expecting ? The `onChanged` event. Because the editing state is previous composing, but it should change after choosing the input. Maybe my idea is...
> So I think you'll have to use `TextEditingController.addListener` for composing region changes. Thanks a lot.
Sure, I'll test the master channel. > I'm on window 155 (at the time of writing, still counting) and there hasn't been a crash yet. Yes, this is a random...