travisvroman / kohi

A game engine made as part of the Kohi Game Engine series on YouTube (and Twitch!), where we make a game engine from the ground up using C and Vulkan.
https://kohiengine.com
Apache License 2.0
946 stars 92 forks source link

[BUG] XK_Meta_L and XK_Meta_R should be changed to XK_Super_L and XK_Super_R due to Meta keys are not always Windows keys #214

Open travisvroman opened 6 months ago

travisvroman commented 6 months ago

Describe the bug @nyvyme • 15 hours ago in engine/src/platform/platform_linux.c in keys translate_keycode(u32 x_keycode) XK_Meta_L and XK_Meta_R should be changed to XK_Super_L and XK_Super_R due to Meta keys are not always Windows keys