aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/key.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-13 10:53:20 +0000
committerrsc <devnull@localhost>2005-07-13 10:53:20 +0000
commitdf03d60c047a3010f800b26883763764be8d5744 (patch)
tree9c2977b9cb7846bed1a06b55842a6b2a50d8dca2 /src/cmd/rio/key.c
parent7643b2635cb8f0688144ecf8e5b57b605258b6a7 (diff)
downloadplan9port-df03d60c047a3010f800b26883763764be8d5744.tar.gz
plan9port-df03d60c047a3010f800b26883763764be8d5744.tar.bz2
plan9port-df03d60c047a3010f800b26883763764be8d5744.zip
keystrokes
Diffstat (limited to 'src/cmd/rio/key.c')
-rw-r--r--src/cmd/rio/key.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rio/key.c b/src/cmd/rio/key.c
index 09519030..38e1bf83 100644
--- a/src/cmd/rio/key.c
+++ b/src/cmd/rio/key.c
@@ -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);