I've been using Delphi since 1996, but have been fixed at D7 for many years. I've finally upgraded to D11.3 and am creating my first FMX based application, targeting Win64 and Android64.   I added an ActionList and added an Action with a shortcut of Alt+X.   The problem I have is that the Alt+X key press triggers a windows beep sound.   This is something I do regularly in VCL based apps. As soon as an action with a shortcut is defined the Windows beep does not fire.   How do I fix this in a FMX based app?