Mobile Recent/Overview Key press

Does anybody know how to click the Recent / Overview key (next to the Home button) using Katalon?
Mobile Keyword only includes Press Back and Press Home.

I can’t see Recent or Overview listed in this list: KeyEvent  |  Android Developers

I tried this: How to click on home back and recent button in android? - Support - Appium Discuss but I seem to be struggling. I think pressKeyCode and AndroidKeyCode is deprecated.

This has been answered here: Is there any way to press device "recent" / "overview" key?