Launcher key control error (.app / mac)

keybounce

New Member
Jul 29, 2019
1,925
0
0
On the mac, the key that has backtick and tilde gets assigned "circumflex" when used in the mojang launcher in 1.7.10.

The same key gets assigned "Grave" when used in the Ftb Launcher.app program.

I discovered this by having this be the "VeinMiner" activation key, and using the same pack in both launchers.
 

keybounce

New Member
Jul 29, 2019
1,925
0
0
I'm just trying to understand how the same program sees different keycodes from the same key, only based on which parent program calls java.
 
  • Like
Reactions: Padfoote

jikuja

legacy FTB Launcher developer
Launcher Developer
Global Moderator
Dec 17, 2013
1,134
111
99
I'm just trying to understand how the same program sees different keycodes from the same key, only based on which parent program calls java.

I suspect FTB launcher uses different lwjgl or jinput version than vanilla. Any idea which library does extra keyboard mapping?