InputSignal // Comment that Fn+Enter is already supported.

This commit is contained in:
ShikiSuen 2022-07-22 11:31:14 +08:00
parent 9a999f1e66
commit 9402c36bf9
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ enum KeyCode: UInt16 {
case kVolumeUp = 72
case kVolumeDown = 73
case kMute = 74
case kLineFeed = 76 // Another keyCode to identify the Enter Key.
case kLineFeed = 76 // Another keyCode to identify the Enter Key, typable by Fn+Enter.
case kF18 = 79
case kF19 = 80
case kF20 = 90