[gnome-settings-daemon] mouse: use syndaemon -K to ignore Ctrl+C and other combos.
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] mouse: use syndaemon -K to ignore Ctrl+C and other combos.
- Date: Sat, 19 Feb 2011 03:41:43 +0000 (UTC)
commit d8e4167a257d253c0f02cb50d170b26ab57fb5be
Author: Peter Hutterer <peter hutterer who-t net>
Date: Sat Feb 19 03:41:04 2011 +0000
mouse: use syndaemon -K to ignore Ctrl+C and other combos.
The current syndaemon -k ignored modifier keys only, not keyboard
combinations with modifier keys. Use -K instead, so combos like
Ctrl+C/Ctrl+V for copy/paste can be used without a halting touchpad.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=639487
plugins/mouse/gsd-mouse-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager.c
index 0a9c179..3ebf2a6 100644
--- a/plugins/mouse/gsd-mouse-manager.c
+++ b/plugins/mouse/gsd-mouse-manager.c
@@ -563,7 +563,7 @@ set_disable_w_typing (GsdMouseManager *manager, gboolean state)
args[0] = "syndaemon";
args[1] = "-i";
args[2] = "2.0";
- args[3] = "-k";
+ args[3] = "-K";
args[4] = "-R";
args[5] = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]