I created (inoffical) Constants for temporary use with GETEVENT32 on Series 60.
[code:1]
CONST KKeyNaviLeft32&=63495
CONST KKeyNaviRight32&=63496
CONST KKeyNaviUp32&=63497
CONST KKeyNaviDown32&=63498
CONST KKeyNaviSelect32&=63557
CONST KKeySend32&=63586
CONST KKeyEnd32&=63587
CONST KKeyApplications32&=63570
CONST KKeySoftLeft32&=63554
CONST KKeySoftRight32&=63555
CONST KKeyEdit32&=63499
CONST KKeyClear32&=8
[/code:1]
Copy the CONST statements to the begin of your OPL code (before the first PROC keyword) and using GETEVENT32 is more convenient.
Because these CONST values were created by myself for personal use, they are subject to change when the opl-dev team releases a const.oph file.
HTH Martin