fix apps key

This commit is contained in:
rustdesk
2021-08-10 12:18:10 +08:00
parent bb25964307
commit e510d2744d
7 changed files with 10 additions and 7 deletions

View File

@@ -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,