RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Amiberry : Functions keys not working

    Scheduled Pinned Locked Moved Help and Support
    raspberry pi 3bamiberrykeyboardfunction keys
    17 Posts 4 Posters 4.5k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • caver01C
      caver01 @JEG
      last edited by

      @jeg Ahh, afraid we missed the whole point. . . amiberry emulator is not a retroarch libretro core. It's standalone, and will therefore ignore anything/everything in /opt/retropie/configs/all/retroarch.cfg because it is not used by that emulator.

      What you need is an amiberry expert to respond. Have you tried contacting the creators of that emulator, or maybe they have a forum for answering questions? Just a thought.

      My 4-player cocktail style cabinet built as a custom "roadcase"

      1 Reply Last reply Reply Quote 0
      • J
        JEG
        last edited by

        Ah ok :)

        In fact, I am novice in Retropie...
        I just know that I am using Amiberry, anything else is new for me.
        I don't know where to contact who.
        Since amiberry was installed by the retropie distribution, maybe other people have faced this kind of problem and have solved it.

        caver01C 1 Reply Last reply Reply Quote 0
        • caver01C
          caver01 @JEG
          last edited by caver01

          @jeg said in Amiberry : Functions keys not working:

          Since amiberry was installed by the retropie distribution, maybe other people have faced this kind of problem and have solved it.

          That's the spirit! But, have you even tried searching this forum for info? In all of about 4 seconds I found this link which is similar. Do try to find an answer here using search before asking everyone. Chances are someone before you has asked the same questions and there are already answers. Nobody wants to repeat themselves.

          I also found that RetroPie versio 4.1 "Added Amiberry (an Amiga emulator), which is an updated fork of uae4arm, with more features." So, if you went into the DOCs section of this website under Emulators and dug around in there for Amiga emulators there is plenty of goodies for you to research.

          My 4-player cocktail style cabinet built as a custom "roadcase"

          J 1 Reply Last reply Reply Quote 0
          • J
            JEG @caver01
            last edited by

            @caver01
            Hello, sure that an answer may certainly somewhere over the Internet, I googled a lot before posting.
            Sometimes the answers are a little bit complicated for a novice in emulation and raspberry.
            Until now, they does answer completely to the issue, that is to say : the function keys are not only working as hotkey, but also they are not working inside amiga programs. (for exemple, I cannot activate trainers that require pressing "F1", "F2", etc...)
            So , after some research and experiments, I had no other ideas than to ask for help or expertise.

            caver01C 1 Reply Last reply Reply Quote 0
            • caver01C
              caver01 @JEG
              last edited by

              @jeg That is a bummer. I wish I had an answer. As it is, I don't run the Amiga emulators, but perhaps someone on here does. However, if the answer is that F-keys don't work yet, you may be at the mercy of the emulator developers who might have answers or they may welcome some testing assistance.

              My 4-player cocktail style cabinet built as a custom "roadcase"

              1 Reply Last reply Reply Quote 0
              • HoraceAndSpiderH
                HoraceAndSpider
                last edited by

                Hi

                I am working on an update to Amiberry at the moment, so I am keen to check that this is resolved.

                Did your f-keys work using uae4arm before upgrading to Amiberry?

                F12 is the default key to get into the emulator menu, and f1-f10 should work inside emulation. Tou can change the key to enter emulation by adding /changing the value of:
                key_to_quit = xx
                (Inside any .uae Config file. (Xx is a number I think to correspond to a keyboard button) It might be worth trying this just to see if you can get to the emulator menu.

                Your keyboard... does it have any Fn or other multiplier key which needs to be pressed in order to use the F-keys? I recall I once own a cheap Bluetooth keyboard that had the same problem ... to use f12 I had to press Fn-F12 to get to a menu

                I also recommend any issues with Amiberry are reported through the official GitHub page :)

                HoraceAndSpiderH 1 Reply Last reply Reply Quote 1
                • HoraceAndSpiderH
                  HoraceAndSpider @HoraceAndSpider
                  last edited by

                  Just re-reading that this is a "Microsoft all in one media keyboard " I expect there is some kind of keyboard setting that makes the f keys work since it has "customisable media hotkeys" which I suspect are placed where the f keys are.

                  ....

                  Now Reading online reviews for this keyboard reveals that this is certainly an issue with the keyboard and not Amiberry:

                  https://www.microsoft.com/en-us/store/d/Microsoft-All-in-One-Media-Keyboard/8TTD9J9JNSF0

                  "1 star:Antonio
                  Incredible, a keyboard without usable function keys
                  And I can't believe that it can't be resolved via a software update of the Microsoft Keyboard and Mouse Center, which already let you configure the behaviour of some of the keys"

                  Some posts suggest that this can be fixed with "Fn lock" but this has to be done every time you boot ;

                  " There is a fix... you can push Fn + Caps to turn of 'function lock', or I guess in this case, turn it on... But this has to be done every time you turn on the keyboard. The reason for the 1* reviews"

                  1 Reply Last reply Reply Quote 1
                  • J
                    JEG
                    last edited by

                    caver01, edmaul69, HoraceAndSpider

                    Thank you very much.
                    That's it....
                    It was a specific feature of this Keyboard : Like you said, I have to switch on Fonction Keys by typing "Fn" + "Caps Lock".
                    Now Everything works fine in Amiberry !
                    Thank you very much for your assistance, since I doubt I would have found quickly that it was a keyboard problem.

                    JEG

                    1 Reply Last reply Reply Quote 0
                    • caver01C
                      caver01
                      last edited by

                      If it is any consolation, I have seen Fkeys that are dependent on the FN key being used on Apple keyboards as well, namely, the aluminum USB, full-sized keyboard (with function keys, numeric keypad etc.). Some of this functionality is dependent on localization settings, but in my experience, even with the right keyboard selected, I had to enter the following command:

                      echo 2 > /sys/module/hid_apple/parameters/fnmode

                      Then, to make it permanent, I had to edit /etc/modprobe.d/hid_apple.conf to include the following line:

                      options hid_apple fnmode=2

                      I wonder if there is something similar you can do with that MS keyboard.

                      My 4-player cocktail style cabinet built as a custom "roadcase"

                      1 Reply Last reply Reply Quote 0
                      • J
                        JEG
                        last edited by

                        Thank you very much caver01.

                        Pressing the "fn"+ "caps lock" is sufficient for me currently.
                        But maybe if one day I begin to be fed up with this, I know what to search for ;)

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

                        Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.