keystrokes

This commit is contained in:
rsc 2005-07-13 10:53:20 +00:00
parent 7643b2635c
commit df03d60c04
3 changed files with 5 additions and 3 deletions

View file

@ -46,6 +46,7 @@ keypress(XKeyEvent *e)
/*
* process key press here
*/
if(0)
if(e->keycode == tabcode)
alttab(e->state&ShiftMask);
XAllowEvents(dpy, SyncKeyboard, e->time);