keysc: make the fx-CP Clear key EXIT instead of AC/ON

It's much more useful for compatibility with keyboard apps
This commit is contained in:
Lephe 2024-06-04 17:57:38 +02:00
parent 371e593f1d
commit f70f1d9ae3
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

@ -85,7 +85,7 @@ enum {
KEY_Y = 0xa3,
KEY_Z = 0xa4,
KEY_EQUALS = 0xa5,
KEY_CLEAR = KEY_ACON,
KEY_CLEAR = KEY_EXIT,
/* Key aliases (handle with care =D) */
KEY_X2 = KEY_SQUARE,