00001 // EIKKEYS.H 00002 // 00003 // Copyright (c) 1997-1999 Symbian Ltd. All rights reserved. 00004 // 00005 00006 #if !defined(__EIKKEYS_H__) 00007 #define __EIKKEYS_H__ 00008 00009 #if !defined(__E32KEYS_H__) 00010 #include <e32keys.h> 00011 #endif 00012 00013 enum TEikSidebarKeys 00014 { 00015 EEikSidebarMenuKey=ESpecialKeyBase, 00016 EEikSidebarClipKey, 00017 EEikSidebarIrdaKey, 00018 EEikSidebarZoomInKey, 00019 EEikSidebarZoomOutKey 00020 }; 00021 00022 00023 enum TEikAppbarKeys 00024 { 00025 EEikAppbarSystemKey=ESpecialKeyBase+0x40, 00026 EEikAppbarApp1Key, 00027 EEikAppbarApp2Key, 00028 EEikAppbarApp3Key, 00029 EEikAppbarApp4Key, 00030 EEikAppbarApp5Key, 00031 EEikAppbarApp6Key, 00032 EEikAppbarApp7Key, 00033 EEikAppbarApp8Key 00034 }; 00035 00036 00037 #endif