mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 17:03:02 +00:00
[WIN32K]
- Improve formating of input.c and keyboard.c svn path=/trunk/; revision=53660
This commit is contained in:
parent
5f3b37f429
commit
d18bfcff5e
2 changed files with 2128 additions and 2127 deletions
|
@ -845,7 +845,8 @@ W32kKeyProcessMessage(LPMSG Msg,
|
||||||
{ VK_HOME, VK_NUMPAD7 },
|
{ VK_HOME, VK_NUMPAD7 },
|
||||||
{ VK_UP, VK_NUMPAD8 },
|
{ VK_UP, VK_NUMPAD8 },
|
||||||
{ VK_PRIOR, VK_NUMPAD9 },
|
{ VK_PRIOR, VK_NUMPAD9 },
|
||||||
{ 0,0 } };
|
{ 0, 0 }
|
||||||
|
};
|
||||||
PVSC_VK VscVkTable = NULL;
|
PVSC_VK VscVkTable = NULL;
|
||||||
|
|
||||||
if( !KeyboardLayout || !Msg ||
|
if( !KeyboardLayout || !Msg ||
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue