reactos/dll/keyboard/kbdrost/deadkeys/comma_below
Ștefan Fulea 3c82e46ef1
[DLL:KEYBOARD] Add a dead keys transformations collection. (#861)
It contains all the Unicode characters that can be formed with a
given dead key (i.e. combining character). Keyboard layouts with
dead keys may find these useful.

CORE-15056
2018-12-08 18:50:47 +01:00

11 lines
371 B
Plaintext

/*
* COMBINING COMMA BELOW
* The dead key transformation set was defined by checking the availability of
* the resulting letters in Unicode character table: https://unicode-table.com
*/
{ DEADTRANS(L's', 0x0326, 0x0219, 0x00) },
{ DEADTRANS(L'S', 0x0326, 0x0218, 0x00) },
{ DEADTRANS(L't', 0x0326, 0x021B, 0x00) },
{ DEADTRANS(L'T', 0x0326, 0x021A, 0x00) },