Controlling your mappings
There are many ways to pause and resume your mappings. These are very useful features because they allow to easily turn off your key maps if you don't need to use them.
Use the notification¶

Use the quick settings tile¶

Pause/resume key maps with the Intent API (2.3.0+)¶
This will allow other apps to pause and resume your mappings by broadcasting an Intent to Key Mapper. The properties for the Intent are shown below
Action (choose one)¶
Package¶
Add .debug or .ci to the end of the package name if you are using a debug or ci build of Key Mapper.
Class¶
Enable/disable key maps with the Intent API (4.0.0+)¶
This will allow other apps to enable and disable a key map by broadcasting an Intent to Key Mapper. The properties for the Intent are shown below
Action (choose one)¶
String extra (mandatory)¶
Package¶
Add .debug or .ci to the end of the package name if you are using a debug or ci build of Key Mapper.