Skip to content

Commit

Permalink
merged
Browse files Browse the repository at this point in the history
  • Loading branch information
neoe committed Dec 10, 2022
2 parents e8eaf40 + c6d86bf commit 3e74215
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified dist/neoeedit.jar
Binary file not shown.
1 change: 0 additions & 1 deletion src/neoe/ne/U.java
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,6 @@ public static Commands mappingToCommand ( KeyEvent env ) {
if ( kc == KeyEvent . VK_SHIFT || kc == KeyEvent . VK_CONTROL || kc == KeyEvent . VK_ALT ) // fast pass
return null ;
String name = getKeyName ( env ) ;
// System . out . println ( "key name=" + name ) ;
Commands cmd = keys . get ( name ) ;
return cmd ;
}
Expand Down

0 comments on commit 3e74215

Please sign in to comment.