mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-12 10:49:07 +02:00
+ Added windows key definitions (bug 3445)
This commit is contained in:
parent
00e1fed324
commit
14b11ebf16
@ -72,6 +72,11 @@ const
|
||||
kbdF18 = $FF12;
|
||||
kbdF19 = $FF13;
|
||||
kbdF20 = $FF14;
|
||||
|
||||
kbdLWin = $FF15;
|
||||
kbdRWin = $FF16;
|
||||
kbdApps = $FF17;
|
||||
|
||||
{ $15 - $1F reserved for future Fxx keys }
|
||||
kbdHome = $FF20;
|
||||
kbdUp = $FF21;
|
||||
@ -193,7 +198,10 @@ Function KeyEventToString(KeyEvent : TKeyEvent) : String;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.5 2003-11-03 09:42:28 marco
|
||||
Revision 1.6 2004-12-18 19:53:21 michael
|
||||
+ Added windows key definitions (bug 3445)
|
||||
|
||||
Revision 1.5 2003/11/03 09:42:28 marco
|
||||
* Peter's Cardinal<->Longint fixes patch
|
||||
|
||||
Revision 1.4 2002/09/07 15:07:45 peter
|
||||
|
Loading…
Reference in New Issue
Block a user