Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



How to configure the key map

The KeyMap keyword maps real keys on the device to the PC keyboard and facia bitmap in epoc.ini.

The process is:

  1. Open epoc.ini in a text editor. It can be found at .\epoc32\data\.

  2. Enter the keyword KeyMap, followed by the PC keyboard name and the Symbian key code. For example:

    KeyMap PC-keyboard-name key-code

  3. Save the file.


Example

KeyMap F1 EStdKeyMenu

[Top]


Note: