REM SilkScreenKeys.OPH REM REM 2002/Jan. ktkawabe@hi-ho.ne.jp REM REM When you tap silkscreen icon, that is actually converted by the REM window server into key event. REM This file contains the keycodes for such "silkscreen key" events. REM To use it, first import this TPH file in Program Editor on your EPOC REM device, then save it as "SilkScreenKeys.OPH" in \system\opl folder. REM Then include in your OPL source as follows: REM Include "SilkScreenKeys.OPH" REM REM The information presented here can be obtained by anybody who owns REM narrow-build EPPOC device (by means of a simple OPL program using REM GETEVENT32), thus this is more a public domain "common knowledge" REM than a document authored by me. REM As such, you are not required to write or say or do anything to include REM this file in your OPL source code. REM Do whatever you want (i.e. simply include, redistribute, modify etc.). REM However, when you modify it, you are required to add your name in TPH REM file, together with a brief description of what you've done. CONST KSSSidebarMenu&=10000 CONST KSSSidebarClip&=10001 CONST KSSSidebarIrda&=10002 CONST KSSSidebarZoomIn&=10003 CONST KSSSidebarZoomOut&=10004 CONST KSSAppbarSystem&=10064 CONST KSSAppbarApp1&=10065 CONST KSSAppbarApp2&=10066 CONST KSSAppbarApp3&=10067 CONST KSSAppbarApp4&=10068 CONST KSSAppbarApp5&=10069 CONST KSSAppbarApp6&=10070 CONST KSSAppbarApp7&=10071 CONST KSSAppbarExtras&=10072