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:
parent
4f86169f7f
commit
afc8bb71dc
4 changed files with 28 additions and 3 deletions
|
|
@ -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)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue