[libgda] Updated Windows distributed etc files



commit 1f21fb3993e75e0786ebd7d1dd5753d82a086c71
Author: Vivien Malerba <malerba gnome-db org>
Date:   Wed Apr 2 18:27:08 2014 +0200

    Updated Windows distributed etc files

 installers/Windows/etc/gtk-3.0/im-multipress.conf |   22 +++++++++++++++++++++
 installers/Windows/etc/gtk-3.0/settings.ini       |   11 +++------
 installers/Windows/make-zip-setup.sh              |    2 +-
 3 files changed, 27 insertions(+), 8 deletions(-)
---
diff --git a/installers/Windows/etc/gtk-3.0/im-multipress.conf 
b/installers/Windows/etc/gtk-3.0/im-multipress.conf
new file mode 100644
index 0000000..d6c8129
--- /dev/null
+++ b/installers/Windows/etc/gtk-3.0/im-multipress.conf
@@ -0,0 +1,22 @@
+# Example configuration file for the GTK+ Multipress Input Method
+# Authored by Openismus GmbH, 2009.
+#
+# This file follows the GKeyFile format.  On the left of the equal sign goes
+# the key that you press repeatedly to iterate through the text items listed
+# on the right-hand side.  The list items are separated by semicolons ";" and
+# consist of one or more characters each.  The backslash "\" is used to escape
+# characters; for instance "\;" for a literal semicolon.
+#
+# The example configuration below imitates the behavior of a standard mobile
+# phone by a major manufacturer, with German language setting.
+[keys]
+KP_1 = .;,;?;!;';";1;-;(;);@;/;:;_
+KP_2 = a;b;c;2;ä;à;á;ã;â;å;æ;ç
+KP_3 = d;e;f;3;è;é;ë;ê;ð
+KP_4 = g;h;i;4;ì;í;î;ï
+KP_5 = j;k;l;5;£
+KP_6 = m;n;o;6;ö;ò;ó;ô;õ;ø;ñ
+KP_7 = p;q;r;s;7;ß;$
+KP_8 = t;u;v;8;ü;ù;ú;û
+KP_9 = w;x;y;z;9;ý;þ
+KP_0 = \s;0
diff --git a/installers/Windows/etc/gtk-3.0/settings.ini b/installers/Windows/etc/gtk-3.0/settings.ini
index aa23544..3fd5c82 100644
--- a/installers/Windows/etc/gtk-3.0/settings.ini
+++ b/installers/Windows/etc/gtk-3.0/settings.ini
@@ -1,7 +1,4 @@
-[Settings]
-gtk-theme-name = Adwaita
-gtk-icon-theme-name = gnome
-gtk-cursor-theme-name = Adwaita
-gtk-button-images = 0
-gtk-menu-images = 0
-gtk-auto-mnemonics = 0
+[Settings]
+gtk-fallback-icon-theme = gnome-light
+gtk-font-name = Segoe UI 9
+gtk-xft-rgba = rgb
diff --git a/installers/Windows/make-zip-setup.sh b/installers/Windows/make-zip-setup.sh
index 9e54cf9..9cf4184 100755
--- a/installers/Windows/make-zip-setup.sh
+++ b/installers/Windows/make-zip-setup.sh
@@ -486,7 +486,7 @@ files=(gtk.immodules)
 add_files_to_zip $archive_ext "${depend_path}" etc/gtk-3.0 $files
 add_found_files_to_nsh core etc/gtk-3.0
 
-files=(settings.ini)
+files=(settings.ini im-multipress.conf)
 add_files_to_zip $archive_ext . etc/gtk-3.0 $files
 add_found_files_to_nsh core etc/gtk-3.0
 


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