Added eject and sleep key IDs.

This commit is contained in:
crs 2004-10-24 18:14:18 +00:00
parent 135c670182
commit 13a0f8671f
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ static const KeyID kKeyHyper_R = 0xEFEE; /* Right hyper */
static const KeyID kKeyLeftTab = 0xEE20;
// extended keys
static const KeyID kKeyEject = 0xE001;
static const KeyID kKeySleep = 0xE05F;
static const KeyID kKeyWWWBack = 0xE0A6;
static const KeyID kKeyWWWForward = 0xE0A7;
static const KeyID kKeyWWWRefresh = 0xE0A8;