Skip to content

Commit cecebbf

Browse files
committed
Address Jason's comment
1 parent 5ffca1a commit cecebbf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/DeadKeyTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ public void DeadKeyShouldBeIgnored()
1313

1414
Test("aa", Keys("aa", _.DeadKey_Caret));
1515
Test("aab", Keys("aa", _.DeadKey_Caret, 'b'));
16+
Test("aaâ", Keys("aa", _.DeadKey_Caret_A));
1617
}
1718
}
1819
}

test/KeyInfo-fr-FR-windows.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,5 +1643,12 @@
16431643
"ConsoleKey": "Oem6",
16441644
"Modifiers": "0",
16451645
"Investigate": false
1646+
},
1647+
{
1648+
"Key": "DeadKey_Caret+A",
1649+
"KeyChar": "\u00e2",
1650+
"ConsoleKey": "A",
1651+
"Modifiers": "0",
1652+
"Investigate": false
16461653
}
16471654
]

0 commit comments

Comments
 (0)