mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 09:32:41 +02:00
Merge branch 'LCL/KeyAliasConsts' into 'main'
LCL: Additional key constant aliases VK_LCL_* See merge request freepascal.org/lazarus/lazarus!409
This commit is contained in:
commit
dfb0c3bf81
@ -650,6 +650,13 @@ const
|
||||
|
||||
VK_LCL_CAPSLOCK = VK_CAPITAL;
|
||||
|
||||
VK_LCL_PAGEDOWN = VK_NEXT;
|
||||
VK_LCL_PAGEUP = VK_PRIOR;
|
||||
|
||||
VK_LCL_BACKSPACE = VK_BACK; // The "Backspace" key, dont confuse with the
|
||||
// Android BACK key which is mapped to VK_ESCAPE
|
||||
VK_LCL_ENTER = VK_RETURN;
|
||||
|
||||
//==============================================
|
||||
// New LCL defined keys
|
||||
//==============================================
|
||||
|
Loading…
Reference in New Issue
Block a user