Skip to content

Commit 2076fd9

Browse files
committed
removes commented code
1 parent 169df78 commit 2076fd9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/FlaUI.WebDriver/Keys.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ internal class Keys
101101
{ '8', "Digit8" },
102102
{ '9', "Digit9" },
103103
{ '=', "Equal" },
104-
//{ '<', "IntlBackslash" },
105104
{ 'a', "KeyA" },
106105
{ 'b', "KeyB" },
107106
{ 'c', "KeyC" },
@@ -207,7 +206,6 @@ internal class Keys
207206
{ '*', "Digit8" },
208207
{ '(', "Digit9" },
209208
{ '+', "Equal" },
210-
//{ '>', "IntlBackslash" },
211209
{ 'A', "KeyA" },
212210
{ 'B', "KeyB" },
213211
{ 'C', "KeyC" },

0 commit comments

Comments
 (0)