mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
working on keysym
This commit is contained in:
@@ -418,6 +418,8 @@ pub enum Key {
|
||||
Layout(char),
|
||||
/// raw keycode eg 0x38
|
||||
Raw(u16),
|
||||
/// VNC keysym
|
||||
KeySym(u32),
|
||||
}
|
||||
|
||||
/// Representing an interface and a set of keyboard functions every
|
||||
|
||||
Reference in New Issue
Block a user