Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: coedef.h
Link against:

CTRL

#define CTRL(x) (x-'a'+1)

Description

Control key modifier.

Key codes get changed when a key is pressed together with Ctrl key modifier — the CTRL macro is used to shift the key character appropriately.

Note: