From 9402c36bf9aabc632256c9a66c7c3f599bf83766 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 22 Jul 2022 11:31:14 +0800 Subject: [PATCH] InputSignal // Comment that Fn+Enter is already supported. --- Source/Modules/ControllerModules/InputSignal.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/ControllerModules/InputSignal.swift b/Source/Modules/ControllerModules/InputSignal.swift index d53866bd..4bf8309a 100644 --- a/Source/Modules/ControllerModules/InputSignal.swift +++ b/Source/Modules/ControllerModules/InputSignal.swift @@ -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