aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu2008-07-11 08:53:12 +0000
committerYAMAMOTO Mitsuharu2008-07-11 08:53:12 +0000
commitbad70f799d37a4310152d318eb0c11ecf9f5ab4e (patch)
tree1ec813a9d30f2205c64b2c8b79a2323d8cbb63a2
parentc10c4a40faba9939744526dc5e5e7964406f293d (diff)
downloademacs-bad70f799d37a4310152d318eb0c11ecf9f5ab4e.tar.gz
emacs-bad70f799d37a4310152d318eb0c11ecf9f5ab4e.zip
(keycode_to_xkeysym_table): Add entries for f17, f18, and f19.
[MAC_OSX] (fn_keycode_to_keycode_table): Likewise.
-rw-r--r--src/macterm.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/macterm.c b/src/macterm.c
index 2e57efeb432..43fcfd514cf 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -8285,12 +8285,12 @@ const unsigned char keycode_to_xkeysym_table[] = {
8285 /*0x38*/ 0, 0, 0, 0, 8285 /*0x38*/ 0, 0, 0, 0,
8286 /*0x3C*/ 0, 0, 0, 0, 8286 /*0x3C*/ 0, 0, 0, 0,
8287 8287
8288 /*0x40*/ 0, 0xae /*kp-decimal*/, 0, 0xaa /*kp-multiply*/, 8288 /*0x40*/ 0xce /*f17*/, 0xae /*kp-decimal*/, 0, 0xaa /*kp-multiply*/,
8289 /*0x44*/ 0, 0xab /*kp-add*/, 0, 0x0b /*clear*/, 8289 /*0x44*/ 0, 0xab /*kp-add*/, 0, 0x0b /*clear*/,
8290 /*0x48*/ 0, 0, 0, 0xaf /*kp-divide*/, 8290 /*0x48*/ 0, 0, 0, 0xaf /*kp-divide*/,
8291 /*0x4C*/ 0x8d /*kp-enter*/, 0, 0xad /*kp-subtract*/, 0, 8291 /*0x4C*/ 0x8d /*kp-enter*/, 0, 0xad /*kp-subtract*/, 0xcf /*f18*/,
8292 8292
8293 /*0x50*/ 0, 0xbd /*kp-equal*/, 0xb0 /*kp-0*/, 0xb1 /*kp-1*/, 8293 /*0x50*/ 0xd0 /*f19*/, 0xbd /*kp-equal*/, 0xb0 /*kp-0*/, 0xb1 /*kp-1*/,
8294 /*0x54*/ 0xb2 /*kp-2*/, 0xb3 /*kp-3*/, 0xb4 /*kp-4*/, 0xb5 /*kp-5*/, 8294 /*0x54*/ 0xb2 /*kp-2*/, 0xb3 /*kp-3*/, 0xb4 /*kp-4*/, 0xb5 /*kp-5*/,
8295 /*0x58*/ 0xb6 /*kp-6*/, 0xb7 /*kp-7*/, 0, 0xb8 /*kp-8*/, 8295 /*0x58*/ 0xb6 /*kp-6*/, 0xb7 /*kp-7*/, 0, 0xb8 /*kp-8*/,
8296 /*0x5C*/ 0xb9 /*kp-9*/, 0, 0, 0, 8296 /*0x5C*/ 0xb9 /*kp-9*/, 0, 0, 0,
@@ -8322,12 +8322,12 @@ static const unsigned char fn_keycode_to_keycode_table[] = {
8322 /*0x38*/ 0, 0, 0, 0, 8322 /*0x38*/ 0, 0, 0, 0,
8323 /*0x3C*/ 0, 0, 0, 0, 8323 /*0x3C*/ 0, 0, 0, 0,
8324 8324
8325 /*0x40*/ 0, 0x2f /*kp-decimal -> '.'*/, 0, 0x23 /*kp-multiply -> 'p'*/, 8325 /*0x40*/ 0x40 /*f17 = f17*/, 0x2f /*kp-decimal -> '.'*/, 0, 0x23 /*kp-multiply -> 'p'*/,
8326 /*0x44*/ 0, 0x2c /*kp-add -> '/'*/, 0, 0x16 /*clear -> '6'*/, 8326 /*0x44*/ 0, 0x2c /*kp-add -> '/'*/, 0, 0x16 /*clear -> '6'*/,
8327 /*0x48*/ 0, 0, 0, 0x1d /*kp-/ -> '0'*/, 8327 /*0x48*/ 0, 0, 0, 0x1d /*kp-/ -> '0'*/,
8328 /*0x4C*/ 0x24 /*kp-enter -> return*/, 0, 0x29 /*kp-subtract -> ';'*/, 0, 8328 /*0x4C*/ 0x24 /*kp-enter -> return*/, 0, 0x29 /*kp-subtract -> ';'*/, 0x4f /*f18 = f18*/,
8329 8329
8330 /*0x50*/ 0, 0x1b /*kp-equal -> '-'*/, 0x2e /*kp-0 -> 'm'*/, 0x26 /*kp-1 -> 'j'*/, 8330 /*0x50*/ 0x50 /*f19 = f19*/, 0x1b /*kp-equal -> '-'*/, 0x2e /*kp-0 -> 'm'*/, 0x26 /*kp-1 -> 'j'*/,
8331 /*0x54*/ 0x28 /*kp-2 -> 'k'*/, 0x25 /*kp-3 -> 'l'*/, 0x20 /*kp-4 -> 'u'*/, 0x22 /*kp-5 ->'i'*/, 8331 /*0x54*/ 0x28 /*kp-2 -> 'k'*/, 0x25 /*kp-3 -> 'l'*/, 0x20 /*kp-4 -> 'u'*/, 0x22 /*kp-5 ->'i'*/,
8332 /*0x58*/ 0x1f /*kp-6 -> 'o'*/, 0x1a /*kp-7 -> '7'*/, 0, 0x1c /*kp-8 -> '8'*/, 8332 /*0x58*/ 0x1f /*kp-6 -> 'o'*/, 0x1a /*kp-7 -> '7'*/, 0, 0x1c /*kp-8 -> '8'*/,
8333 /*0x5C*/ 0x19 /*kp-9 -> '9'*/, 0, 0, 0, 8333 /*0x5C*/ 0x19 /*kp-9 -> '9'*/, 0, 0, 0,