aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1995-06-20 15:08:55 +0000
committerRichard M. Stallman1995-06-20 15:08:55 +0000
commit4ba58dd446705021c10dbf050d5443df3e6085e5 (patch)
treedc973786df605ed2c696c954576c90fb61ae9528 /src
parent40d578c990e6b58f6e73e2e2f50ceee4ee693011 (diff)
downloademacs-4ba58dd446705021c10dbf050d5443df3e6085e5.tar.gz
emacs-4ba58dd446705021c10dbf050d5443df3e6085e5.zip
(map_virt_key): Mark some additional chars as valid ASCII.
Diffstat (limited to 'src')
-rw-r--r--src/w32inevt.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c
index f9e8a07cd60..53876cb6ee0 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -274,7 +274,7 @@ static int map_virt_key[256] =
274 0xd5, /* VK_F24 */ 274 0xd5, /* VK_F24 */
275 -1, -1, -1, -1, -1, -1, -1, -1, 275 -1, -1, -1, -1, -1, -1, -1, -1,
276 0x7f, /* VK_NUMLOCK */ 276 0x7f, /* VK_NUMLOCK */
277 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x9f */ 277 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0x9f */
278 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xaf */ 278 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xaf */
279 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xb9 */ 279 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xb9 */
280 -2, /* ; */ 280 -2, /* ; */
@@ -284,16 +284,16 @@ static int map_virt_key[256] =
284 -2, /* . */ 284 -2, /* . */
285 -2, /* / */ 285 -2, /* / */
286 -2, /* ` */ 286 -2, /* ` */
287 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xcf */ 287 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xcf */
288 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xda */ 288 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xda */
289 -2, /* [ */ 289 -2, -2, -2, -2, -2, /* 0xdf */
290 -2, /* - */ 290 -2, -2, -2, -2, -2,
291 -2, /* ] */ 291 -1, /* 0xe5 */
292 -2, /* ' */ 292 -2, /* oxe6 */
293 -1, /* 0xdf */ 293 -1, -1, /* 0xe8 */
294 -1, -1, -2, /* VK_OEM_102 */ 294 -2, -2, -2, -2, -2, -2, -2, /* 0xef */
295 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, /* 0xef */ 295 -2, -2, -2, -2, -2, -2,
296 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 /* 0xff */ 296 -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 /* 0xff */
297}; 297};
298 298
299static int 299static int