aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2008-07-03 14:45:41 +0930
committerPeter Hutterer <peter.hutterer@who-t.net>2008-07-03 14:45:41 +0930
commit37b854cb643fa9c5087eccdd1b6ba940d5413bf9 (patch)
treee2434f326d046156aea937f7dfddb4e7a7cc7805
parentRemove EvdevConvert, nobody calls it now anyway. (diff)
downloadxf86-input-evdev-37b854cb643fa9c5087eccdd1b6ba940d5413bf9.tar.gz
xf86-input-evdev-37b854cb643fa9c5087eccdd1b6ba940d5413bf9.tar.bz2
xf86-input-evdev-37b854cb643fa9c5087eccdd1b6ba940d5413bf9.zip
Remove stale comments.
Ctrl+Alt+Backspace works, I'm using it daily. CapsLock doesn't repeat, otherwise we wouldn't have Bug 16318.
-rw-r--r--src/evdev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/evdev.c b/src/evdev.c
index 994a32b..a51757e 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -619,11 +619,6 @@ EvdevAddKeyClass(DeviceIntPtr device)
{ XK_Mode_switch, AltLangMask }
};
- /* TODO:
- * Ctrl-Alt-Backspace and other Ctrl-Alt-stuff should work
- * Get keyboard repeat under control (right now caps lock repeats!)
- */
-
pInfo = device->public.devicePrivate;
pEvdev = pInfo->private;