Support extended keys on Mac (F20-F35) (#26899)
Closes #4640 About the support limit of Fn: Mac F1-F35 Win F1-F24 Linux F1-F35 Terminal F1-F20 Release Notes: - Improved support for extended keyboards on Mac (F20-F35)
This commit is contained in:
parent
210d8d5530
commit
bf735da3f2
2 changed files with 48 additions and 0 deletions
|
@ -252,6 +252,22 @@ fn is_printable_key(key: &str) -> bool {
|
|||
| "f17"
|
||||
| "f18"
|
||||
| "f19"
|
||||
| "f20"
|
||||
| "f21"
|
||||
| "f22"
|
||||
| "f23"
|
||||
| "f24"
|
||||
| "f25"
|
||||
| "f26"
|
||||
| "f27"
|
||||
| "f28"
|
||||
| "f29"
|
||||
| "f30"
|
||||
| "f31"
|
||||
| "f32"
|
||||
| "f33"
|
||||
| "f34"
|
||||
| "f35"
|
||||
| "backspace"
|
||||
| "delete"
|
||||
| "left"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue