[libgnomekbd] Don't use different layouts per window



commit e11ace44c42133d8747d493ff11dfb8b7d96fcad
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 3 14:54:07 2011 +0000

    Don't use different layouts per window
    
    Using different layouts per-window is confusing for new users. Both
    Windows and MacOS X default to using the same layout globally, and
    just like them, we offer a graphical way to change the layout (through
    a system icon).
    
    Once the user gains profiency in switching layouts, we can offer them
    a more complicated way, using separate layouts for each window.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641351

 ...org.gnome.libgnomekbd.desktop.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnomekbd/org.gnome.libgnomekbd.desktop.gschema.xml.in.in b/libgnomekbd/org.gnome.libgnomekbd.desktop.gschema.xml.in.in
index 7be778d..6f42fd7 100644
--- a/libgnomekbd/org.gnome.libgnomekbd.desktop.gschema.xml.in.in
+++ b/libgnomekbd/org.gnome.libgnomekbd.desktop.gschema.xml.in.in
@@ -7,7 +7,7 @@
       <_description>Default group, assigned on window creation</_description>
     </key>
     <key name="group-per-window" type="b">
-      <default>true</default>
+      <default>false</default>
       <_summary>Keep and manage separate group per window</_summary>
       <_description>Keep and manage separate group per window</_description>
     </key>



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