From 13a0f8671fbf752aa7812cb630aefd55d1b53491 Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 24 Oct 2004 18:14:18 +0000 Subject: [PATCH] Added eject and sleep key IDs. --- lib/synergy/KeyTypes.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/synergy/KeyTypes.h b/lib/synergy/KeyTypes.h index c988779a..b444c476 100644 --- a/lib/synergy/KeyTypes.h +++ b/lib/synergy/KeyTypes.h @@ -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;