Accept support connection with the keyboard #923
Unanswered
Kenforsrf
asked this question in
Feature Request
Replies: 1 comment 1 reply
-
|
This option https://rustdesk.com/docs/en/self-host/client-configuration/advanced-settings/#allow-remote-cm-modification in custom client can help you. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Visually Impaired users that use screen readers lika Jaws, NVDA or the buildt in screen reader on Windows computers can not use the mouse to click on buttons. Instead they use the keyboard to navigate with the tab-button or other keys. When recieving a support-call in Rustdesk you can accept the connection by clicking the "Accept" button with the mouse. With the keyboard I have found that´s it not possible get to the buttons. It seems that the keyboard is blocked from accessing the buttons.
It seems to me that the reason for this is the code in flutter/lib/desktop/server_page.dart at row 281:
Widget _buildKeyEventBlock(Widget child) {
return ExcludeFocus(child: child, excluding: true);
}
If it´s possible to change this and make the dialog accessible with the keyboard this would be great.
Beta Was this translation helpful? Give feedback.
All reactions