jorio / BillyFrontier

Pangea Software’s Billy Frontier for modern systems
https://pangeasoft.net/billy
Other
26 stars 5 forks source link

How to skip duel on Linux? #6

Open foote-darrell opened 11 months ago

foote-darrell commented 11 months ago

The ReadMe says we can skip the dual. What is the key? Is this referring to the Windows key? The equivalent keystroke on Linux Super+F10 does not seem to manifest this cheat.

jorio commented 11 months ago

Yes, it's the Windows key, aka "super" or "meta". If Win+F10 doesn't work for you, something in your desktop environment might be intercepting this key chord.

foote-darrell commented 11 months ago

Now how can I modify it to be a different key? The Windows/Super key usually interacts with the desktop, so it is not very practical for gameplay.

On Tue, Nov 14, 2023 at 9:00 AM Iliyas Jorio @.***> wrote:

Yes, it's the Windows key, aka "super" or "meta". If Win+F10 doesn't work for you, something in your desktop environment might be intercepting this key chord.

— Reply to this email directly, view it on GitHub https://github.com/jorio/BillyFrontier/issues/6#issuecomment-1810697758, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ2IIXICZI4ADOKC2Y5AMSLYEOPTNAVCNFSM6AAAAAA7KDW2D6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJQGY4TONZVHA . You are receiving this because you authored the thread.Message ID: @.***>

jorio commented 11 months ago

https://github.com/jorio/BillyFrontier/blob/d6abd2743c72a72ef7399d9eb6d9191889eb5eb3/Source/System/SDLInput.c#L628-L632

foote-darrell commented 11 months ago

Do LGUI and RGUI stand for the Super key? Where is the actual macro defined? searching for SDL_SCANCODE_LGUI doesn't show any other matches in the repository.

jorio commented 11 months ago

Search beyond the repo ;) https://github.com/libsdl-org/SDL/blob/SDL2/include/SDL_scancode.h#L331