Skip to content

Commit

Permalink
Bind left backslash as backslash.java (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
limonovthesecond2 authored Jan 17, 2024
1 parent 8fdcdbf commit 137d148
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backends/backend-sdl/src/arc/backend/sdl/SdlScanmap.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public static KeyCode getCode(int code){
case 206: return KeyCode.at;
case 47: return KeyCode.leftBracket;
case 48: return KeyCode.rightBracket;
case 100:
case 49: return KeyCode.backslash;
case 53: return KeyCode.backtick;
case 4: return KeyCode.a;
Expand Down

0 comments on commit 137d148

Please sign in to comment.