comparison src/macterm.c @ 47755:aeb8117c2101

Switching return to be treated like an X keysym
author Steven Tamm <steventamm@mac.com>
date Fri, 04 Oct 2002 15:03:02 +0000
parents b8d711da249c
children ac4ceed3bbaf
comparison
equal deleted inserted replaced
47754:48947cde562f 47755:aeb8117c2101
12532 by Sudhir Shenoy. */ 12532 by Sudhir Shenoy. */
12533 static unsigned char keycode_to_xkeysym_table[] = { 12533 static unsigned char keycode_to_xkeysym_table[] = {
12534 /* 0x00 - 0x3f */ 12534 /* 0x00 - 0x3f */
12535 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12535 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12536 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12536 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12537 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12537 0, 0, 0, 0, '\x0d', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12538 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12538 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
12539 /* 0x40 */ 12539 /* 0x40 */
12540 0, '\xae' /* kp. */, 0, '\xaa' /* kp* */, 12540 0, '\xae' /* kp. */, 0, '\xaa' /* kp* */,
12541 0, '\xab' /* kp+ */, 0, '\x7f' /* kp_clr */, 12541 0, '\xab' /* kp+ */, 0, '\x7f' /* kp_clr */,
12542 0, 0, 0, '\xaf' /* kp/ */, 12542 0, 0, 0, '\xaf' /* kp/ */,