diff options
Diffstat (limited to 'Nt32Pkg')
-rw-r--r-- | Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c b/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c index 9124e26edd..f9f2e0dd0c 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c +++ b/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c @@ -135,6 +135,7 @@ WinNtGopConvertParamToEfiKey ( case VK_F22: Key->ScanCode = SCAN_F22; break;
case VK_F23: Key->ScanCode = SCAN_F23; break;
case VK_F24: Key->ScanCode = SCAN_F24; break;
+ case VK_PAUSE: Key->ScanCode = SCAN_PAUSE; break;
//
// Set toggle state
|