From 1ab4d012e62e678c6b09afb32d3f08bce5b07300 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Wed, 11 Sep 2002 11:19:11 +0000 Subject: [PATCH] Escape is really key 110; not 109. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@116 423420c4-83ab-492f-b58f-81f9feb106b5 --- scancodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scancodes.h b/scancodes.h index 1c50934..53fe7d2 100644 --- a/scancodes.h +++ b/scancodes.h @@ -310,7 +310,7 @@ /* Key 109 does not exist */ #define SCANCODE_KEY_110 0x1 -#define SCANCODE_CHAR_ESC SCANCODE_KEY_109 +#define SCANCODE_CHAR_ESC SCANCODE_KEY_110 /* Key 111 does not exist */