Skip to content

Commit

Permalink
Fix plus keybind on mac (#2987)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeeEoo authored Dec 15, 2023
1 parent 7c07aab commit 24db046
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flixel/input/keyboard/FlxKeyboard.hx
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class FlxKeyboard extends FlxKeyManager<FlxKey, FlxKeyList>
_nativeCorrection.set("123_222", FlxKey.LBRACKET);
_nativeCorrection.set("125_187", FlxKey.RBRACKET);
_nativeCorrection.set("126_233", FlxKey.GRAVEACCENT);
#if mac _nativeCorrection.set("0_43", FlxKey.PLUS); #end

_nativeCorrection.set("0_80", FlxKey.F1);
_nativeCorrection.set("0_81", FlxKey.F2);
Expand Down

0 comments on commit 24db046

Please sign in to comment.