Skip to content

Commit e58c9bb

Browse files
Owen McGirrOwen McGirr
authored andcommitted
Limit initial native gate to non-latching keys
1 parent 8a51ffe commit e58c9bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/keyboard-qualification/WindowsProbe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ [STAThread] static void Main() {
5151
var timer=new Timer { Interval=1000 };
5252
int step=0,attempts=0;
5353
bool initiallyOpen=Process.GetProcessesByName("osk").Length>0;
54-
string[] ids={"1e","1e","39","1c","e","2a","1e","2a"};
54+
string[] ids={"1e","1e","39","1c","e"};
5555
AutomationElement root=null;
5656
form.Shown+=(s,e)=>{
5757
editor.Focus();

0 commit comments

Comments
 (0)