You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by chengenzhao August 27, 2022
HI:
We just read the source code of FXGL
and in the Triggers.kt
there are some modifiers for the input modifier
and when statement will match Keycode of modifiers to the input modifier
but it only matches KeyCode.Ctrl to InputModifier.Ctrl
I think it would be nice to have ShortCut in that clause also
like:
Discussed in #1203
Originally posted by chengenzhao August 27, 2022
HI:
We just read the source code of FXGL
and in the Triggers.kt
there are some modifiers for the input modifier
and when statement will match Keycode of modifiers to the input modifier
but it only matches KeyCode.Ctrl to InputModifier.Ctrl
I think it would be nice to have ShortCut in that clause also
like:
Because when people use Mac, they tend to use Meta(Command) key rather than Ctrl
so it would be nice to have Short Cut in that clause also
Thanks
The text was updated successfully, but these errors were encountered: