]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminal
authorRuiyu Ni <ruiyu.ni@intel.com>
Tue, 13 Feb 2018 09:29:55 +0000 (17:29 +0800)
committerRuiyu Ni <ruiyu.ni@intel.com>
Thu, 15 Feb 2018 06:12:51 +0000 (14:12 +0800)
After commit 20ddbc133f679b7895dfdaf2fd58ec4c8183a1d8
* MdeModulePkg/ConSplitter: ReadKeyStrokeEx always return key state

When one physical console supports to report the shift key state,
the key data returned from ConSplitter driver at least carries
the shift key valid bit.
The patch fixes the edit/hexedit to accept Unicode (1) when
the no shift key is pressed or reported.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>

No differences found