fufesou

Results 354 comments of fufesou

@B4DschK4Pp Hi, thanks for your feedback. Can you please also give a screenshot of the RustDesk build date on macOS side. ![image](https://github.com/rustdesk/rustdesk/assets/13586388/ce894e49-4bf6-4657-aa62-340d3ff0a93c)

@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. ![image](https://github.com/user-attachments/assets/b53e786a-b105-4d70-b9e7-8623da4cf906) 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): ===========================...

![1729490873786](https://github.com/user-attachments/assets/4c1cf2d2-e725-467f-9059-05a9287255ac) > 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...