cizia64 / CrossMix-OS

Enhanced OS for the TrimUI Smart Pro
GNU General Public License v3.0
295 stars 34 forks source link

Setting to disable quick Quit #56

Open fsemke opened 4 months ago

fsemke commented 4 months ago

I would like to be able to deactivate the quick Quit shortcut (select + start). I accidentally pressed it few times and it quits without saving.

ianrobrien commented 4 months ago

I ran into issues with other hotkeys. Maybe bind them to the Menu button instead, since that isn't used during gameplay, or disable/change them altogether?

cizia64 commented 4 months ago

That's what I wanted initially but the Menu button is mapped in the code of this Retroarch binary.

I have addressed a request about that to TrimUI (no big hope but 🤞🏻):

    Allows to triggers RA native menu directly with Menu + Select 
    The idea behind is to configure Menu button as Hotkey in RA
        § It will allows to use native RA shortcuts like quick save (menu + R2), quick load (menu + L2) , rewind (menu + L) , Fast forward (menu + R)
        § The behavior would be : display the "TrimUI In Game Menu" only when menu button is released, only if no other key have been pressed before releasing it. Otherwise if an another key is pressed at the same time than Menu, the behavior of Menu key would be just the classical hotkey from Retroarch (the TrimUI in game menu is not displayed).
        § in other words MENU is the RA hotkey AND the trimui in game menu key at the same time.
        § examples : 
            □ the user press and release MENU : it display the TrimUI ingame menu.
            □ The user press MENU + SELECT : it displays the RA menu directly
            □ The user press MENU + X : the FPS are displayed in RA