mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-02 19:26:56 -05:00
Keyboard input does not function #2874
Labels
No labels
bug
documentation
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
question
unreproducible
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rustdesk-rustdesk#2874
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lyons6 on GitHub (Jul 30, 2024).
Bug Description
I build a released EXE file(1.2.6) using "cargo build --release" command on win10 OS. Then I run the released EXE file on PC-A to remote control PC-B(the PC-B also used the EXE released file). The remote connection is successful. But I can't input anything via keyboard. The keyboard doesn't work or can't input anything in PC-B from PC-A, but the mouse works normally in PC-B.
I download a official release version file(rustdesk-1.2.6-x86_64.exe) from github. The keyboard works normally when I use it to connect PC-B from PC-A.
How to Reproduce
run "cargo build --release" command to build a EXE file, and copy it to PC-A and PC-B.
Then run it both in PC-A and PC-B to control from PC-A to PC-B.
Expected Behavior
The keyboard should work normally when remoting control.
Operating system(s) on local side and remote side
Windows 10 -> Windows 10
RustDesk Version(s) on local side and remote side
1.2.6->1.2.6
Screenshots
None
Additional Context
No response
@rustdesk commented on GitHub (Jul 30, 2024):
#763