keystrokes
This commit is contained in:
parent
7643b2635c
commit
df03d60c04
3 changed files with 5 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue