mirror of https://github.com/acidanthera/audk.git
Remove bypass of F11 and F12.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8019 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
28d19b0019
commit
b5378fa05e
|
@ -1504,11 +1504,8 @@ USBParseKey (
|
|||
break;
|
||||
|
||||
//
|
||||
// F11, F12, PrintScreen, Pause/Break
|
||||
// could not be retrieved via SimpleTextInEx protocol
|
||||
// PrintScreen, Pause/Break could not be retrieved via SimpleTextInEx protocol
|
||||
//
|
||||
case EFI_FUNCTION_KEY_ELEVEN_MODIFIER:
|
||||
case EFI_FUNCTION_KEY_TWELVE_MODIFIER:
|
||||
case EFI_PAUSE_MODIFIER:
|
||||
case EFI_BREAK_MODIFIER:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue