I need to perform a long press on keycode_soft_left. I can click on it through sendKeyEvent and long press on graphical elements using TouchAction longPress, but how to long press on a key like soft_left, menu or Back in java client ? I saw a function doing just that in python client with a longPressKeycode command.