mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 15:31:27 +03:00
fix apps key
This commit is contained in:
@@ -299,7 +299,7 @@ pub enum Key {
|
||||
/// meta key (also known as "windows", "super", and "command")
|
||||
Meta,
|
||||
/// option key on macOS (alt key on Linux and Windows)
|
||||
Option,
|
||||
Option, // deprecated, use Alt instead
|
||||
/// page down key
|
||||
PageDown,
|
||||
/// page up key
|
||||
@@ -347,8 +347,6 @@ pub enum Key {
|
||||
///
|
||||
Clear,
|
||||
///
|
||||
Menu, // deprecated, use alt instead
|
||||
///
|
||||
Pause,
|
||||
///
|
||||
Kana,
|
||||
|
||||
Reference in New Issue
Block a user