I think this is the designed behaviour reading the documentation but thought i would also check here,
On my app when you long press the back key (KEY_CLOCK 22) the native behaviour on the Fenix 6 series is to show a standard watch face,
in a non menu view this is fine as the behaviour delegate can catch this input and ignore it or assign another function from the onKey(keyEvent) function,
but in the Menu and the Menu2 input delegates it looks like that this cant be achieved,
the issue with the app executing the Key_Clock Event is that if you are using a custom watch face because the app is still running it will show you a native face,
my preference would be to push a custom menu so if you long hold back at any point in a menu it will trigger the exit menu. is there a way to achieve this?
Thanks