mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
Merge pull request #15351 from keymanapp/fix/windows/15345-use-thai-kedmanee-for-ralt-unit-test
chore(windows): correct kbda1 to kbdth0 in comment in unit test
This commit is contained in:
commit
1332a9c3f7
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ TEST(RightAltEmulationCheck, ReadAltGrFlagFromKbdDll) {
|
|||
EXPECT_EQ(ReadAltGrFlagFromKbdDll("00000409", result), TRUE);
|
||||
EXPECT_EQ(result, FALSE);
|
||||
|
||||
// kbda1.dll - Thai Kedmanee
|
||||
// kbdth0.dll - Thai Kedmanee
|
||||
EXPECT_EQ(ReadAltGrFlagFromKbdDll("0000041e", result), TRUE);
|
||||
EXPECT_EQ(result, FALSE);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue