Tested on Oneplus Pad 3 running OxygenOS 16
An LSPosed module designed to unconditionally disable physical keyboard system shortcuts (such as Alt+Tab) so they can be seamlessly captured by the foreground application natively.
Specifically engineered to overcome OxygenOS 15/16's strict internal event-stripping input pipelines by capturing inputs at the absolute root raw JNI Java Native Bridge (InputManagerCallback).
- Headless: Absolutely zero battery drain or background GUI processes. It runs inherently as part of the Android system framework.
- Universal Bypass: Hard intercepts shortcuts at the JNI boundary before custom OEM policies have a chance to evaluate them.
- Custom Modifier State Tracker: Directly tracks physical
ACTION_DOWNstates forMetaandAltto counteract Android 14+ OEM systems stripping modifier states.
- Download or build the APK and install it to your device (Note: The app is headless, it will not appear in your app drawer).
- Open LSPosed Manager, find "Disable Keyboard Shortcuts", and enable the module.
- Ensure System Framework is checked in the module's scope.
- Restart your device.