Mercurial > emacs
comparison src/keyboard.c @ 109775:1a1218053834
(lispy_function_keys): Do not define VK_PACKET (bug#4836)
author | Jason Rumney <jasonr@wanchan> |
---|---|
date | Sat, 14 Aug 2010 15:35:24 +0800 |
parents | 64732fa6188a |
children | c34b730eb583 |
comparison
equal
deleted
inserted
replaced
109774:7a46ef068de4 | 109775:1a1218053834 |
---|---|
4939 0, /* 0xE0 */ | 4939 0, /* 0xE0 */ |
4940 "ax", /* VK_OEM_AX 0xE1 */ | 4940 "ax", /* VK_OEM_AX 0xE1 */ |
4941 0, /* VK_OEM_102 0xE2 */ | 4941 0, /* VK_OEM_102 0xE2 */ |
4942 "ico-help", /* VK_ICO_HELP 0xE3 */ | 4942 "ico-help", /* VK_ICO_HELP 0xE3 */ |
4943 "ico-00", /* VK_ICO_00 0xE4 */ | 4943 "ico-00", /* VK_ICO_00 0xE4 */ |
4944 0, /* VK_PROCESSKEY 0xE5 */ | 4944 0, /* VK_PROCESSKEY 0xE5 - used by IME */ |
4945 "ico-clear", /* VK_ICO_CLEAR 0xE6 */ | 4945 "ico-clear", /* VK_ICO_CLEAR 0xE6 */ |
4946 "packet", /* VK_PACKET 0xE7 */ | 4946 0, /* VK_PACKET 0xE7 - used to pass unicode chars */ |
4947 0, /* 0xE8 */ | 4947 0, /* 0xE8 */ |
4948 "reset", /* VK_OEM_RESET 0xE9 */ | 4948 "reset", /* VK_OEM_RESET 0xE9 */ |
4949 "jump", /* VK_OEM_JUMP 0xEA */ | 4949 "jump", /* VK_OEM_JUMP 0xEA */ |
4950 "oem-pa1", /* VK_OEM_PA1 0xEB */ | 4950 "oem-pa1", /* VK_OEM_PA1 0xEB */ |
4951 "oem-pa2", /* VK_OEM_PA2 0xEC */ | 4951 "oem-pa2", /* VK_OEM_PA2 0xEC */ |