HeliBoard/app
lurebat d356f9f54b
Add broadcast intent keys (#1675)
This commit introduces three new keycodes: SEND_INTENT_ONE, SEND_INTENT_TWO, and SEND_INTENT_THREE.

When these keys are pressed, a broadcast intent is sent with the action `helium314.keyboard.latin.ACTION_SEND_INTENT`. The intent includes an extra `EXTRA_NUMBER` (integer) indicating which of the three keys was pressed (1, 2, or 3).

This functionality allows external applications to react to these specific key presses.
2025-06-16 18:55:15 +02:00
..
src Add broadcast intent keys (#1675) 2025-06-16 18:55:15 +02:00
build.gradle.kts try more aggressive proguard settings 2025-06-11 22:15:49 +02:00
proguard-rules.pro remove unused annotations 2024-02-01 22:42:25 +01:00