mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:29:24 +02:00
Silent key apostrophe. Fixed problem for Windows Textmode IDE in Linux under Wine.
This commit is contained in:
parent
2141465c58
commit
bda49f7219
@ -618,7 +618,7 @@ const
|
|||||||
{ BD OEM specific } 0,
|
{ BD OEM specific } 0,
|
||||||
{ BE OEM specific } 0,
|
{ BE OEM specific } 0,
|
||||||
{ BF OEM specific } 0,
|
{ BF OEM specific } 0,
|
||||||
{ C0 OEM specific } 0,
|
{ C0 OEM specific } $29, {possible silent key, make fixed scancode}
|
||||||
{ C1 unassigned } -2,
|
{ C1 unassigned } -2,
|
||||||
{ C2 unassigned } -2,
|
{ C2 unassigned } -2,
|
||||||
{ C3 unassigned } -2,
|
{ C3 unassigned } -2,
|
||||||
@ -648,7 +648,7 @@ const
|
|||||||
{ DB OEM specific } 0,
|
{ DB OEM specific } 0,
|
||||||
{ DC OEM specific } 0,
|
{ DC OEM specific } 0,
|
||||||
{ DD OEM specific } 0,
|
{ DD OEM specific } 0,
|
||||||
{ DE OEM specific } 0,
|
{ DE OEM specific } $28, {possible silent key, make fixed scancode}
|
||||||
{ DF OEM specific } 0,
|
{ DF OEM specific } 0,
|
||||||
{ E0 OEM specific } 0,
|
{ E0 OEM specific } 0,
|
||||||
{ E1 OEM specific } 0,
|
{ E1 OEM specific } 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user