[gnome-settings-daemon] xsettings: Disable middle-click paste by default



commit 696e04d41a485f84870a98c85b819979928b69e9
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 30 20:42:28 2011 +0100

    xsettings: Disable middle-click paste by default
    
    The middle-click will be used to start selections, and
    provide text contextual menus (such as word definitions, sharing, etc.)
    
    See:
    https://wiki.gnome.org/GnomeOS/Design/Whiteboards/Selections
    for design details.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665193

 plugins/xsettings/gsd-xsettings-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/xsettings/gsd-xsettings-manager.c b/plugins/xsettings/gsd-xsettings-manager.c
index 81e94c1..35fb245 100644
--- a/plugins/xsettings/gsd-xsettings-manager.c
+++ b/plugins/xsettings/gsd-xsettings-manager.c
@@ -344,6 +344,7 @@ static FixedEntry fixed_entries [] = {
         { "Gtk/ShowInputMethodMenu", fixed_false_int },
         { "Gtk/ShowUnicodeMenu",     fixed_false_int },
         { "Gtk/AutoMnemonics",       fixed_true_int },
+        { "Gtk/EnablePrimaryPaste",  fixed_false_int },
 };
 
 static TranslationEntry translations [] = {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]