# Commented sample file to be used as a template to create new .conf files
#
# .conf files must be encoded in UTF-8.
# comment lines start with #
license = GPL
# “serial_number” is a unique number to indicate the version
# of the file. For example, one can use the last modification date of the file.
# This number must be less than 2^32.
# (this line is not used at the moment).
serial_number = 20120930
# The icon can be in any format as long as pygtk can recognize it.
# The most widely used formats are "png" and "svg", the latter one
# is recommended.
icon = english.svg
# Internal name of the engine. Required.
# For the names of the engine displayed to the user, see “ime_name”
# and “symbol”.
name = typing-booster:de_DE
# Long text describing the engine
description = This is a typing booster engine table for German in Germany (de_DE). German characters can be typed using a keyboard layout which has all German characters or with any keyboard layout which can be used to type ASCII characters using the m17n input methods “latn-post” or “latn-pre”
# Language supported by the engine.
language = de
# Author of the .conf file.
author = Mike FABIAN <mfabian@redhat.com>
# Status prompt.
status_prompt = de
# Keyboard layout. “default” means not to change the keyboard layout
# which is already set when the engine is activated. Usually “default”
# is best here because some engines need different keyboard layouts
# depending on whether transliteration is used or not. For example,
# the Russian typing booster supports direct keyboard input, thus
# requiring a keyboard layout which can input Cyrillic characters.
# The same Russian typing booster also supports several transliteration
# input methods which need a keyboard layout which can input ASCII
# characters.
# Even if all input methods supported by an engine could be used
# with the same keyboard, it does not really make sense to force
# the user of that typing-booster engine to use a specific keyboard
# layout. For example, the German typing booster does not have to be
# used with a German keyboard layout, it works just as well with
# any keyboard layout which can be used to type the special German
# characters äöüßÄÖÜ somehow. If one of the transliteration input
# methods is selected for German, any keyboard layout which can input
# ASCII will do.
# Therefore, better use “default” here and let the user decide the
# keyboard layout.
layout = default
# The hunspell dictionary file used to find the completions
hunspell_dict = de_DE.dic
# The name of the (rpm-)package containing the dictionary file.
# This is used for the setup dialog to install a possibly missing
# dictionary.
hunspell_dict_package = hunspell-de
# Long display name of the typing booster engine.
# Displayed for example in the menu of input methods shown when clicking on
# the input method selector in the gnome-shell panel.
ime_name = German - DE (Hunspell)
# Short display name of the typing booster engine.
# Displayed for example in the gnome-shell panel, showing the
# currently active input method.
symbol= de-DE✓
# “imes” lists the possible input methods.
# Format is a comma separated list of
#   <Display Name>:<Input Method>
# values. “Display Name” is the text which should be presented to the
# user in the menu to select the input method, “Input Method” is the
# name of the input method as libtranslit needs it to load the input method.
# There is one special value “NoIme” for “Input Method”, this value
# means “Do not use any m17n transliteration at all, use the characters
# as they are produced by the keyboard layout directly without any
# transliteration.
# The first input method in this list selects the default input method
# if no input method has been set by the user in dconf.
imes = Native Keyboard:NoIme,Latin-Pre:t-latn-pre,Latin-Post:t-latn-post
# The setup program to use for this engine. Full command line with options.
# Usually this should be “/usr/libexec/ibus-setup-typing-booster”
# with the “--config-file” option giving the file name of the
# config file for this engine.
setup = /usr/libexec/ibus-setup-typing-booster --config-file de_DE.conf
