little things

This commit is contained in:
rsc 2004-04-23 05:17:54 +00:00
parent e21fee604e
commit 1aa4e9c82e
5 changed files with 14 additions and 2069 deletions

View file

@ -96,7 +96,9 @@ __xtoplan9kbd(XEvent *e)
k = '\n';
break;
case XK_Alt_L:
case XK_Meta_L: /* Shift Alt on PCs */
case XK_Alt_R:
case XK_Meta_R: /* Shift Alt on PCs */
k = Kalt;
break;
default: /* not ISO-1 or tty control */
@ -117,7 +119,6 @@ __xtoplan9kbd(XEvent *e)
return -1;
}
/* BUG: could/should do Alt translation here! */
return k+0;
}