From f01be5b27898d69745562209ca50e014e88be668 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Thu, 27 Jul 2023 10:06:29 +0800 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/FAQ.md b/FAQ.md index ebe9d9d..6dffe82 100644 --- a/FAQ.md +++ b/FAQ.md @@ -197,3 +197,22 @@ https://github.com/rustdesk/rustdesk-server/issues/265 # Managed vs unmanaged https://www.reddit.com/r/rustdesk/comments/14y6u8c/looking_into_rustdesk_but_have_a_question/ + +# keyboard mapping mode + +- Map 1:1 + +With "Map 1:1", all keys are mapped from the local to the remote keyboard based on their position. For example, the key "q" on a local QWERTY keyboard will transmit an "a" character if connected to a remote device with an AZERTY keyboard. + +This mode is not recommended for office work but it can be useful if the remote device uses specialty software to map macros to specific keys. + + +- Translate + +When "Translate" is selected, all keys will be transmitted to the remote endpoint as if the local keyboard layout is active on the remote device. + +However, this layout mode may cause problems with certain programs such as video games as they use scan code to process the key presses. + +- Legacy + +This mode is for compatibility with RustDesk <= 1.1.9.