Skip to content

Repository files navigation

OxygenOS Shortcut Disabler

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).

Features

  • 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_DOWN states for Meta and Alt to counteract Android 14+ OEM systems stripping modifier states.

Installation

  1. Download or build the APK and install it to your device (Note: The app is headless, it will not appear in your app drawer).
  2. Open LSPosed Manager, find "Disable Keyboard Shortcuts", and enable the module.
  3. Ensure System Framework is checked in the module's scope.
  4. Restart your device.

About

OxygenOS Shortcut Disabler

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages