mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +01:00
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:
parent
371e593f1d
commit
f70f1d9ae3
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ enum {
|
||||||
KEY_Y = 0xa3,
|
KEY_Y = 0xa3,
|
||||||
KEY_Z = 0xa4,
|
KEY_Z = 0xa4,
|
||||||
KEY_EQUALS = 0xa5,
|
KEY_EQUALS = 0xa5,
|
||||||
KEY_CLEAR = KEY_ACON,
|
KEY_CLEAR = KEY_EXIT,
|
||||||
|
|
||||||
/* Key aliases (handle with care =D) */
|
/* Key aliases (handle with care =D) */
|
||||||
KEY_X2 = KEY_SQUARE,
|
KEY_X2 = KEY_SQUARE,
|
||||||
|
|
Loading…
Reference in a new issue