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
This commit is contained in:
Peter Åstrand 2002-09-11 11:19:11 +00:00
parent 2a495de6e8
commit 1ab4d012e6

View File

@ -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 */