Skip to content

Commit

Permalink
[no ci] typo in key code #2523
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Mar 5, 2024
1 parent 031d32d commit 1993069
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private static void key(char c, int... i) {
key(',', KeyEvent.VK_COMMA);
key('<', KeyEvent.VK_SHIFT, KeyEvent.VK_COMMA);
key('.', KeyEvent.VK_PERIOD);
key('|', KeyEvent.VK_SHIFT, KeyEvent.VK_PERIOD);
key('>', KeyEvent.VK_SHIFT, KeyEvent.VK_PERIOD);
key('/', KeyEvent.VK_SLASH);
key('?', KeyEvent.VK_SHIFT, KeyEvent.VK_SLASH);
//======================================================================
Expand Down

0 comments on commit 1993069

Please sign in to comment.