mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-25 12:08:16 +02:00
Cocoa & Db: Fix #40985 the issue that Space can't activate editing
This commit is contained in:
parent
32c250f997
commit
1ac92dd342
@ -132,6 +132,7 @@ begin
|
|||||||
// see also the comments in TDBMemo.KeyDown()
|
// see also the comments in TDBMemo.KeyDown()
|
||||||
VK_0..VK_9,
|
VK_0..VK_9,
|
||||||
VK_A..VK_Z,
|
VK_A..VK_Z,
|
||||||
|
VK_SPACE,
|
||||||
VK_NUMPAD0..VK_DIVIDE,
|
VK_NUMPAD0..VK_DIVIDE,
|
||||||
VK_OEM_1..VK_OEM_3,
|
VK_OEM_1..VK_OEM_3,
|
||||||
VK_OEM_4..VK_OEM_8:
|
VK_OEM_4..VK_OEM_8:
|
||||||
|
@ -160,6 +160,7 @@ begin
|
|||||||
// and will cause the Memo content to change, leading to the issue #40985
|
// and will cause the Memo content to change, leading to the issue #40985
|
||||||
VK_0..VK_9,
|
VK_0..VK_9,
|
||||||
VK_A..VK_Z,
|
VK_A..VK_Z,
|
||||||
|
VK_SPACE,
|
||||||
VK_NUMPAD0..VK_DIVIDE,
|
VK_NUMPAD0..VK_DIVIDE,
|
||||||
VK_OEM_1..VK_OEM_3,
|
VK_OEM_1..VK_OEM_3,
|
||||||
VK_OEM_4..VK_OEM_8:
|
VK_OEM_4..VK_OEM_8:
|
||||||
|
Loading…
Reference in New Issue
Block a user