[gnome-terminal/gsettings] Add the schema file
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal/gsettings] Add the schema file
- Date: Wed, 10 Nov 2010 20:40:41 +0000 (UTC)
commit 8c4d5631f87109e74862749a30e8c050e2e42b7d
Author: Christian Persch <chpe gnome org>
Date: Wed Nov 10 21:40:22 2010 +0100
Add the schema file
src/org.gnome.Terminal.Preferences.gschema.xml.in | 62 +++++++++++++++++++++
1 files changed, 62 insertions(+), 0 deletions(-)
---
diff --git a/src/org.gnome.Terminal.Preferences.gschema.xml.in b/src/org.gnome.Terminal.Preferences.gschema.xml.in
new file mode 100644
index 0000000..297d647
--- /dev/null
+++ b/src/org.gnome.Terminal.Preferences.gschema.xml.in
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright © 2010 Christian Persch
+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published by
+ the Free Software Foundation; either version 3, or (at your option)
+ any later version.
+
+ This program is distributed in the hope conf it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+-->
+<schemalist>
+ <schema id="org.gnome.Terminal.Preferences" path="/org/gnome/terminal/preferences/" gettext-domain="gnome-terminal">
+
+ <key name="mnemonics-enabled" type="b">
+ <default>true</default>
+ <_summary>Whether the menubar has access keys</_summary>
+ <_description>
+ Whether to have Alt+letter access keys for the menubar.
+ They may interfere with some applications run inside the terminal
+ so it's possible to turn them off.
+ </_description>
+ </key>
+
+ <key name="menu-accelerator-enabled" type="b">
+ <default>true</default>
+ <_summary>Whether the standard GTK shortcut for menubar access is enabled</_summary>
+ <_description>
+ Normally you can access the menubar with F10. This can also
+ be customized via gtkrc (gtk-menu-bar-accel =
+ "whatever"). This option allows the standard menubar
+ accelerator to be disabled.
+ </_description>
+ </key>
+
+ <key name="encodings" type="as">
+ <!-- Translators: Please note that this has to be a list of
+ valid encodings (which are to be taken from the list in src/encoding.c).
+ It has to include UTF-8 and the word 'current', which is not to be
+ translated. This is provided for customization of the default encoding
+ menu; see bug 144810 for an use case. In most cases, this should be
+ left alone.
+ -->
+ <default>["UTF-8", "current"]</default>
+ <_summary>List of available encodings</_summary>
+ <_description>
+ A subset of possible encodings are presented in
+ the Encoding submenu. This is a list of encodings
+ to appear there. The special encoding name "current"
+ means to display the encoding of the current locale.
+ </_description>
+ </key>
+
+ </schema>
+</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]