I’m making a game in Godot 4 and I have something bound to the B key, problem is that if I press the B key while holding ctrl (sprint in my game) it launches a system shortcut bounded to ctrl + b. How can I stop the game inputs from activating a system shortcut?

  • magikmw@lemm.ee
    link
    fedilink
    arrow-up
    2
    ·
    7 months ago

    First thing is to check if system/desktop manager even would go of this shortcut.

    If the answer is yes, then maybe something can be done.

  • MachineFab812@discuss.tchncs.de
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    Following, as this is something Windows does(except for CTRL-ALT-DEL, ALT-TAB, and ALt-F4, iirc) that I never really figured out how it should work right in Linux. I really need to stop using my phone for everything.

  • anlumo@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    Why do you have a system-wide shortcut on something as basic as ctrl-b in the first place?