AtmanActive

Results 81 comments of AtmanActive

Here is the debug log of another BlueTooth keyboard, this one has a dedicated back button. Again, this back button works correctly everywhere in Android **_except_** in AVNC session. ![Screenshot_20250821_181633.jpg](https://github.com/user-attachments/assets/3ba5fdb0-1a2e-4cdc-baa3-c55c242d3ec9)...

Here is CTRL+ALT+Backspace: Key test ```python KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_CTRL_LEFT, scanCode=29, metaState=META_CTRL_ON|META_CTRL_LEFT_ON, flags=0x8, repeatCount=0, eventTime=481977426884000, downTime=481977426884000, deviceId=22, source=0x301, displayId=-1 } KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_ALT_LEFT, scanCode=56, metaState=META_ALT_ON|META_ALT_LEFT_ON|META_CTRL_ON|META_CTRL_LEFT_ON, flags=0x8, repeatCount=0, eventTime=481977593903000, downTime=481977593903000,...

Here is COMMAND+Backspace: Key test ```python KeyEvent { action=ACTION_DOWN, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=482079337000000, downTime=482079337000000, deviceId=-1, source=0x101, displayId=-1 } KeyEvent { action=ACTION_UP, keyCode=KEYCODE_BACK, scanCode=0, metaState=0, flags=0x48, repeatCount=0, eventTime=482079337000000, downTime=482079337000000,...

> Do you have `Settings => Input => Key Mappings => Back to Escape` enabled by any chance? No.

Ooops... the dedicated back button _**does**_ work on the CI version. So this could easily be a case where we're chasing our own tail, because we have several different versions...

So, the situation is this: - v2.9.1CI: the dedicated back button works correctly; Settings->Input->Mouse->Back Button is set to right-click, Settings->Input->Key Mapping->Back is set to OFF. - v2.9.1: the dedicated back...

You are absolutely right: "Capture Pointer" is what makes all the difference. When "Capture Pointer" is OFF, then, the hardware back button behavior is absolutely the same as in the...

Thank you for the quick fix. Can confirm: now the dedicated "back" keyboard button works correctly in all situations.

Works perfectly fine here. Bluetooth keyboard + mouse on Android 15.

**SOLUTION FOUND: Network Access Required for /api/health** If your OpenReplay installation is hanging or failing with health check issues, the problem is likely that your machine is **air-gapped or behind...