Skip to content

Commit

Permalink
I'm guessing this was here for debug.. but why?.. anyway removing it
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Nov 30, 2023
1 parent c388eb4 commit 8d41a6c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ public class KeyEncoder {

public static void sendEncodedChar(int keyCode, char iC){
System.out.println(keyCode);
if(keyCode == 75)
AWTInputBridge.sendKey((char)222,222);
else if(keyCode == backspaceAndroid){
if(keyCode == backspaceAndroid){
AWTInputBridge.sendKey(backspaceUnicode,backspaceUnicode);
} else if(specialChars.contains(""+iC)){
// Send special character to client
Expand Down

0 comments on commit 8d41a6c

Please sign in to comment.