mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-18 18:51:08 +03:00
feat: mobile, key help tool, more keys (#10068)
* feat: mobile, key help tool, vk_enter Signed-off-by: fufesou <linlong1266@gmail.com> * Mobile, add more function keys Signed-off-by: fufesou <linlong1266@gmail.com> * Mobile, more virtual function keys Signed-off-by: fufesou <linlong1266@gmail.com> * uinput, menu maps key_compose Signed-off-by: fufesou <linlong1266@gmail.com> --------- Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -3293,6 +3293,7 @@ lazy_static::lazy_static! {
|
||||
("VK_PRINT", Key::ControlKey(ControlKey::Print)),
|
||||
("VK_EXECUTE", Key::ControlKey(ControlKey::Execute)),
|
||||
("VK_SNAPSHOT", Key::ControlKey(ControlKey::Snapshot)),
|
||||
("VK_SCROLL", Key::ControlKey(ControlKey::Scroll)),
|
||||
("VK_INSERT", Key::ControlKey(ControlKey::Insert)),
|
||||
("VK_DELETE", Key::ControlKey(ControlKey::Delete)),
|
||||
("VK_HELP", Key::ControlKey(ControlKey::Help)),
|
||||
|
||||
Reference in New Issue
Block a user