summaryrefslogtreecommitdiff
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
parent8c06093191761f9bd2f3c5eb0b57d7b9feca70bc (diff)
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;