Compare commits
	
		
			45 Commits
		
	
	
		
			eekboard-1
			...
			eekboard-1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 5099f7db88 | |||
| ab8cd246bf | |||
| 528981f913 | |||
| 3fd5eb789c | |||
| 9c09777c09 | |||
| 7298d320e0 | |||
| 39154fa5ad | |||
| 6db99bee25 | |||
| ee0505c100 | |||
| 1943749cb6 | |||
| 5763ed20bf | |||
| 7eead1c1ff | |||
| 048e08b59a | |||
| 523bd9b788 | |||
| f442733b33 | |||
| a6fe5bd859 | |||
| 32a1d23c2a | |||
| 06644945cf | |||
| 1774a2c23e | |||
| 668b974dd7 | |||
| 4427f81dd9 | |||
| 9490428535 | |||
| 8d70eedc5f | |||
| 74550d2424 | |||
| 148d8e7524 | |||
| aca9a4dcb6 | |||
| 953c35bdac | |||
| 596b33f149 | |||
| ef3ea618d2 | |||
| 362b210a31 | |||
| 15f7b0ecff | |||
| f72e9f5293 | |||
| 0d93f31eea | |||
| f1af125d24 | |||
| a6c08bee7b | |||
| c2d2c8660f | |||
| db3538af64 | |||
| 04ac7fb19e | |||
| 53e853fbc9 | |||
| 747ce4e00b | |||
| 5f6eb76d7f | |||
| 3777620574 | |||
| b02ae1b7cc | |||
| 88816018d8 | |||
| 06e7e2afac | 
@ -16,12 +16,4 @@
 | 
			
		||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
# 02110-1301 USA
 | 
			
		||||
 | 
			
		||||
SUBDIRS =
 | 
			
		||||
 | 
			
		||||
if ENABLE_PYTHON
 | 
			
		||||
SUBDIRS += python
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if ENABLE_VALA
 | 
			
		||||
SUBDIRS += vala
 | 
			
		||||
endif
 | 
			
		||||
SUBDIRS = vala
 | 
			
		||||
 | 
			
		||||
@ -1,18 +0,0 @@
 | 
			
		||||
# Copyright (C) 2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
# the Free Software Foundation, either version 3 of the License, or
 | 
			
		||||
# (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This program is distributed in the hope that 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 General Public License
 | 
			
		||||
# along with this program.  If not, see
 | 
			
		||||
# <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
SUBDIRS = eekboard
 | 
			
		||||
@ -1,24 +0,0 @@
 | 
			
		||||
# Copyright (C) 2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
# the Free Software Foundation, either version 3 of the License, or
 | 
			
		||||
# (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This program is distributed in the hope that 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 General Public License
 | 
			
		||||
# along with this program.  If not, see
 | 
			
		||||
# <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
pkgpython_PYTHON =				\
 | 
			
		||||
	__init__.py				\
 | 
			
		||||
	serializable.py				\
 | 
			
		||||
	symbol.py				\
 | 
			
		||||
	keysym.py				\
 | 
			
		||||
	client.py				\
 | 
			
		||||
	context.py
 | 
			
		||||
@ -1,22 +0,0 @@
 | 
			
		||||
# Copyright (C) 2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
# the Free Software Foundation, either version 3 of the License, or
 | 
			
		||||
# (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This program is distributed in the hope that 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 General Public License
 | 
			
		||||
# along with this program.  If not, see
 | 
			
		||||
# <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
from symbol import *
 | 
			
		||||
from keysym import *
 | 
			
		||||
from serializable import *
 | 
			
		||||
from client import *
 | 
			
		||||
from context import *
 | 
			
		||||
@ -1,56 +0,0 @@
 | 
			
		||||
# Copyright (C) 2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
# the Free Software Foundation, either version 3 of the License, or
 | 
			
		||||
# (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This program is distributed in the hope that 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 General Public License
 | 
			
		||||
# along with this program.  If not, see
 | 
			
		||||
# <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
import dbus
 | 
			
		||||
import dbus.mainloop.glib
 | 
			
		||||
import gobject
 | 
			
		||||
from context import Context
 | 
			
		||||
 | 
			
		||||
dbus.mainloop.glib.DBusGMainLoop(set_as_default = True)
 | 
			
		||||
 | 
			
		||||
class Client(gobject.GObject):
 | 
			
		||||
    __gtype_name__ = "PYEekboardClient"
 | 
			
		||||
    __gsignals__ = {
 | 
			
		||||
        'destroyed': (
 | 
			
		||||
            gobject.SIGNAL_RUN_LAST,
 | 
			
		||||
            gobject.TYPE_NONE,
 | 
			
		||||
            ())
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        super(Client, self).__init__()
 | 
			
		||||
        self.__bus = dbus.SessionBus()
 | 
			
		||||
        _service = self.__bus.get_object("org.fedorahosted.Eekboard",
 | 
			
		||||
                                         "/org/fedorahosted/Eekboard")
 | 
			
		||||
        self.__service = dbus.Interface(_service, dbus_interface="org.fedorahosted.Eekboard")
 | 
			
		||||
        self.__service.connect_to_signal("Destroyed", self.__destroyed_cb)
 | 
			
		||||
 | 
			
		||||
    def __destroyed_cb(self):
 | 
			
		||||
        self.emit("destroyed")
 | 
			
		||||
 | 
			
		||||
    def create_context(self, client_name):
 | 
			
		||||
        object_path = self.__service.CreateContext(client_name)
 | 
			
		||||
        return Context(self.__bus, object_path)
 | 
			
		||||
 | 
			
		||||
    def push_context(self, context):
 | 
			
		||||
        self.__service.PushContext(context.object_path)
 | 
			
		||||
 | 
			
		||||
    def pop_context(self):
 | 
			
		||||
        self.__service.PopContext()
 | 
			
		||||
 | 
			
		||||
    def destroy_context(self, context):
 | 
			
		||||
        self.__service.DestroyContext(context.object_path)
 | 
			
		||||
@ -1,126 +0,0 @@
 | 
			
		||||
# Copyright (C) 2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
# the Free Software Foundation, either version 3 of the License, or
 | 
			
		||||
# (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This program is distributed in the hope that 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 General Public License
 | 
			
		||||
# along with this program.  If not, see
 | 
			
		||||
# <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
import dbus
 | 
			
		||||
import gobject
 | 
			
		||||
import serializable
 | 
			
		||||
 | 
			
		||||
class Context(gobject.GObject):
 | 
			
		||||
    __gtype_name__ = "PYEekboardContext"
 | 
			
		||||
    __gsignals__ = {
 | 
			
		||||
        'enabled': (
 | 
			
		||||
            gobject.SIGNAL_RUN_LAST,
 | 
			
		||||
            gobject.TYPE_NONE,
 | 
			
		||||
            ()),
 | 
			
		||||
        'disabled': (
 | 
			
		||||
            gobject.SIGNAL_RUN_LAST,
 | 
			
		||||
            gobject.TYPE_NONE,
 | 
			
		||||
            ()),
 | 
			
		||||
        'key-pressed': (
 | 
			
		||||
            gobject.SIGNAL_RUN_LAST,
 | 
			
		||||
            gobject.TYPE_NONE,
 | 
			
		||||
            (gobject.TYPE_STRING, gobject.TYPE_PYOBJECT, gobject.TYPE_UINT)),
 | 
			
		||||
        'destroyed': (
 | 
			
		||||
            gobject.SIGNAL_RUN_LAST,
 | 
			
		||||
            gobject.TYPE_NONE,
 | 
			
		||||
            ()),
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    __gproperties__ = {
 | 
			
		||||
        'visible': (gobject.TYPE_BOOLEAN, 'Visible', 'Visible',
 | 
			
		||||
                    False, gobject.PARAM_READWRITE),
 | 
			
		||||
        'keyboard': (gobject.TYPE_UINT, 'Keyboard', 'Keyboard',
 | 
			
		||||
                     0, gobject.G_MAXUINT, 0, gobject.PARAM_READWRITE),
 | 
			
		||||
        'group': (gobject.TYPE_UINT, 'Group', 'Group',
 | 
			
		||||
                  0, gobject.G_MAXUINT, 0, gobject.PARAM_READWRITE),
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    def __init__(self, bus, object_path):
 | 
			
		||||
        super(Context, self).__init__()
 | 
			
		||||
        self.__bus = bus
 | 
			
		||||
        self.__object_path = object_path
 | 
			
		||||
        self.__properties = {}
 | 
			
		||||
        _context = self.__bus.get_object("org.fedorahosted.Eekboard",
 | 
			
		||||
                                         object_path)
 | 
			
		||||
        self.__context = dbus.Interface(_context, dbus_interface="org.fedorahosted.Eekboard.Context")
 | 
			
		||||
 | 
			
		||||
        self.__context.connect_to_signal('Enabled', self.__enabled_cb)
 | 
			
		||||
        self.__context.connect_to_signal('Disabled', self.__disabled_cb)
 | 
			
		||||
        self.__context.connect_to_signal('KeyPressed', self.__key_pressed_cb)
 | 
			
		||||
        self.__context.connect_to_signal('Destroyed', self.__destroyed_cb)
 | 
			
		||||
        self.__context.connect_to_signal('VisibilityChanged', self.__visibility_changed_cb)
 | 
			
		||||
        self.__context.connect_to_signal('KeyboardChanged', self.__keyboard_changed_cb)
 | 
			
		||||
        self.__context.connect_to_signal('GroupChanged', self.__group_changed_cb)
 | 
			
		||||
 | 
			
		||||
    object_path = property(lambda self: self.__object_path)
 | 
			
		||||
 | 
			
		||||
    def __enabled_cb(self):
 | 
			
		||||
        self.emit('enabled')
 | 
			
		||||
 | 
			
		||||
    def __disabled_cb(self):
 | 
			
		||||
        self.emit('disabled')
 | 
			
		||||
 | 
			
		||||
    def __key_pressed_cb(self, *args):
 | 
			
		||||
        keyname = args[0]
 | 
			
		||||
        symbol = serializable.deserialize_object(args[1])
 | 
			
		||||
        modifiers = args[2]
 | 
			
		||||
        self.emit('key-pressed', keyname, symbol, modifiers)
 | 
			
		||||
 | 
			
		||||
    def __visibility_changed_cb(self, *args):
 | 
			
		||||
        self.set_property('visible', args[0])
 | 
			
		||||
        self.notify('visible')
 | 
			
		||||
 | 
			
		||||
    def __keyboard_changed_cb(self, *args):
 | 
			
		||||
        self.set_property('keyboard', args[0])
 | 
			
		||||
        self.notify('keyboard')
 | 
			
		||||
 | 
			
		||||
    def __group_changed_cb(self, *args):
 | 
			
		||||
        self.set_property('group', args[0])
 | 
			
		||||
        self.notify('group')
 | 
			
		||||
 | 
			
		||||
    def __destroyed_cb(self):
 | 
			
		||||
        self.emit("destroyed")
 | 
			
		||||
 | 
			
		||||
    def do_set_property(self, pspec, value):
 | 
			
		||||
        self.__properties[pspec.name] = value
 | 
			
		||||
 | 
			
		||||
    def do_get_property(self, pspec):
 | 
			
		||||
        return self.__properties[pspec.name]
 | 
			
		||||
 | 
			
		||||
    def add_keyboard(self, keyboard_type):
 | 
			
		||||
        return self.__context.AddKeyboard(keyboard_type)
 | 
			
		||||
 | 
			
		||||
    def remove_keyboard(self, keyboard_id):
 | 
			
		||||
        return self.__context.RemoveKeyboard(keyboard_id)
 | 
			
		||||
        
 | 
			
		||||
    def set_keyboard(self, keyboard_id):
 | 
			
		||||
        self.__context.SetKeyboard(keyboard_id)
 | 
			
		||||
 | 
			
		||||
    def show_keyboard(self):
 | 
			
		||||
        self.__context.ShowKeyboard()
 | 
			
		||||
 | 
			
		||||
    def hide_keyboard(self):
 | 
			
		||||
        self.__context.HideKeyboard()
 | 
			
		||||
 | 
			
		||||
    def set_group(self, group):
 | 
			
		||||
        self.__context.SetGroup(group)
 | 
			
		||||
 | 
			
		||||
    def press_keycode(self, keycode):
 | 
			
		||||
        self.__context.PressKeycode(keycode)
 | 
			
		||||
 | 
			
		||||
    def release_keycode(self, keycode):
 | 
			
		||||
        self.__context.ReleaseKeycode(keycode)
 | 
			
		||||
@ -1,35 +0,0 @@
 | 
			
		||||
# Copyright (C) 2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
# the Free Software Foundation, either version 3 of the License, or
 | 
			
		||||
# (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This program is distributed in the hope that 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 General Public License
 | 
			
		||||
# along with this program.  If not, see
 | 
			
		||||
# <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
import symbol
 | 
			
		||||
 | 
			
		||||
class Keysym(symbol.Symbol):
 | 
			
		||||
    __gtype_name__ = "PYEekKeysym"
 | 
			
		||||
    __NAME__ = "EekKeysym"
 | 
			
		||||
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        super(Keysym, self).__init__()
 | 
			
		||||
 | 
			
		||||
    xkeysym = property(lambda self: self.xkeysym)
 | 
			
		||||
 | 
			
		||||
    def serialize(self, struct):
 | 
			
		||||
        super(Keysym, self).serialize(struct)
 | 
			
		||||
        struct.append(dbus.UInt32(self.__xkeysym))
 | 
			
		||||
 | 
			
		||||
    def deserialize(self, struct):
 | 
			
		||||
        super(Keysym, self).deserialize(struct)
 | 
			
		||||
        self.__xkeysym = struct.pop(0)
 | 
			
		||||
@ -1,76 +0,0 @@
 | 
			
		||||
# vim:set et sts=4 sw=4:
 | 
			
		||||
#
 | 
			
		||||
# ibus - The Input Bus
 | 
			
		||||
#
 | 
			
		||||
# Copyright (c) 2007-2010 Peng Huang <shawn.p.huang@gmail.com>
 | 
			
		||||
# Copyright (c) 2007-2010 Red Hat, Inc.
 | 
			
		||||
#
 | 
			
		||||
# This library 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 2 of the License, or (at your option) any later version.
 | 
			
		||||
#
 | 
			
		||||
# This library is distributed in the hope that it will be useful,
 | 
			
		||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
			
		||||
# GNU Lesser 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
 | 
			
		||||
 | 
			
		||||
__all__ = (
 | 
			
		||||
        "Serializable",
 | 
			
		||||
        "serialize_object",
 | 
			
		||||
        "deserialize_object",
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
import dbus
 | 
			
		||||
import gobject
 | 
			
		||||
 | 
			
		||||
__serializable_name_dict = dict()
 | 
			
		||||
 | 
			
		||||
def serializable_register(classobj):
 | 
			
		||||
    # if not issubclass(classobj, Serializable):
 | 
			
		||||
    #     raise "%s is not a sub-class of Serializable" % str(classobj)
 | 
			
		||||
    __serializable_name_dict[classobj.__NAME__] = classobj
 | 
			
		||||
 | 
			
		||||
def serialize_object(o):
 | 
			
		||||
    if isinstance(o, Serializable):
 | 
			
		||||
        l = [o.__NAME__]
 | 
			
		||||
        o.serialize(l)
 | 
			
		||||
        return dbus.Struct(l)
 | 
			
		||||
    else:
 | 
			
		||||
        return o
 | 
			
		||||
 | 
			
		||||
def deserialize_object(v):
 | 
			
		||||
    if isinstance(v, tuple):
 | 
			
		||||
        struct = list(v)
 | 
			
		||||
        type_name = struct.pop(0)
 | 
			
		||||
        type_class = __serializable_name_dict[type_name]
 | 
			
		||||
        o = type_class()
 | 
			
		||||
        o.deserialize (struct)
 | 
			
		||||
        return o
 | 
			
		||||
    return v
 | 
			
		||||
 | 
			
		||||
class SerializableMeta(gobject.GObjectMeta):
 | 
			
		||||
    def __init__(cls, name, bases, dict_):
 | 
			
		||||
        super(SerializableMeta, cls).__init__(name, bases, dict_)
 | 
			
		||||
        if "__NAME__" in cls.__dict__:
 | 
			
		||||
            serializable_register(cls)
 | 
			
		||||
 | 
			
		||||
class Serializable(gobject.GObject):
 | 
			
		||||
    __metaclass__ = SerializableMeta
 | 
			
		||||
    __gtype_name__ = "PYEekSerializable"
 | 
			
		||||
    __NAME__ = "EekSerializable"
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        super(Serializable, self).__init__()
 | 
			
		||||
 | 
			
		||||
    def serialize(self, struct):
 | 
			
		||||
        pass
 | 
			
		||||
 | 
			
		||||
    def deserialize(self, struct):
 | 
			
		||||
        pass
 | 
			
		||||
 | 
			
		||||
__serializable_name_dict["EekSerializable"] = Serializable
 | 
			
		||||
@ -1,47 +0,0 @@
 | 
			
		||||
# Copyright (C) 2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This program is free software: you can redistribute it and/or modify
 | 
			
		||||
# it under the terms of the GNU General Public License as published by
 | 
			
		||||
# the Free Software Foundation, either version 3 of the License, or
 | 
			
		||||
# (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This program is distributed in the hope that 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 General Public License
 | 
			
		||||
# along with this program.  If not, see
 | 
			
		||||
# <http://www.gnu.org/licenses/>.
 | 
			
		||||
 | 
			
		||||
import serializable
 | 
			
		||||
 | 
			
		||||
class Symbol(serializable.Serializable):
 | 
			
		||||
    __gtype_name__ = "PYEekSymbol"
 | 
			
		||||
    __NAME__ = "EekSymbol"
 | 
			
		||||
 | 
			
		||||
    def __init__(self):
 | 
			
		||||
        super(Symbol, self).__init__()
 | 
			
		||||
 | 
			
		||||
    name = property(lambda self: self.__name)
 | 
			
		||||
    label = property(lambda self: self.__label)
 | 
			
		||||
    category = property(lambda self: self.__category)
 | 
			
		||||
    modifier_mask = property(lambda self: self.__modifier_mask)
 | 
			
		||||
    icon_name = property(lambda self: self.__icon_name)
 | 
			
		||||
 | 
			
		||||
    def serialize(self, struct):
 | 
			
		||||
        super(Symbol, self).serialize(struct)
 | 
			
		||||
        struct.append(dbus.String(self.__name))
 | 
			
		||||
        struct.append(dbus.String(self.__label))
 | 
			
		||||
        struct.append(dbus.UInt32(self.__category))
 | 
			
		||||
        struct.append(dbus.UInt32(self.__modifier_mask))
 | 
			
		||||
        struct.append(dbus.String(self.__icon_name))
 | 
			
		||||
 | 
			
		||||
    def deserialize(self, struct):
 | 
			
		||||
        super(Symbol, self).deserialize(struct)
 | 
			
		||||
        self.__name = struct.pop(0)
 | 
			
		||||
        self.__label = struct.pop(0)
 | 
			
		||||
        self.__category = struct.pop(0)
 | 
			
		||||
        self.__modifier_mask = struct.pop(0)
 | 
			
		||||
        self.__icon_name = struct.pop(0)
 | 
			
		||||
@ -1,2 +1 @@
 | 
			
		||||
EekXkl cheader_filename="eek/eek-xkl.h"
 | 
			
		||||
eek_xkl_layout_set_config hidden="1"
 | 
			
		||||
@ -16,59 +16,68 @@
 | 
			
		||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
# 02110-1301 USA
 | 
			
		||||
 | 
			
		||||
if ENABLE_VALA
 | 
			
		||||
vapidir = $(datadir)/vala/vapi
 | 
			
		||||
dist_vapi_DATA = \
 | 
			
		||||
	eek-$(EEK_API_VERSION).vapi \
 | 
			
		||||
	eek-clutter-$(EEK_API_VERSION).vapi \
 | 
			
		||||
	eek-gtk-$(EEK_API_VERSION).vapi \
 | 
			
		||||
	eek-xkb-$(EEK_API_VERSION).vapi \
 | 
			
		||||
	eek-xkl-$(EEK_API_VERSION).vapi
 | 
			
		||||
MAINTAINERCLEANFILES = $(dist_vapi_DATA)
 | 
			
		||||
dist_vapi_DATA =				\
 | 
			
		||||
	eek-$(EEK_API_VERSION).vapi		\
 | 
			
		||||
	eek-$(EEK_API_VERSION).deps		\
 | 
			
		||||
	eek-gtk-$(EEK_API_VERSION).vapi		\
 | 
			
		||||
	eek-gtk-$(EEK_API_VERSION).deps		\
 | 
			
		||||
	eek-xkl-$(EEK_API_VERSION).vapi		\
 | 
			
		||||
	eek-xkl-$(EEK_API_VERSION).deps		\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
eek-$(EEK_API_VERSION).vapi:
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) \
 | 
			
		||||
		--library eek-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg gio-2.0 \
 | 
			
		||||
		eek-$(EEK_API_VERSION)/eek-$(EEK_API_VERSION).gi
 | 
			
		||||
EXTRA_DIST =					\
 | 
			
		||||
	Eek-$(EEK_API_VERSION).metadata		\
 | 
			
		||||
	EekGtk-$(EEK_API_VERSION).metadata	\
 | 
			
		||||
	EekXkl-$(EEK_API_VERSION).metadata	\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
eek-clutter-$(EEK_API_VERSION).vapi: eek-$(EEK_API_VERSION).vapi
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) --vapidir=$(builddir) \
 | 
			
		||||
		--library eek-clutter-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg eek-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg clutter-1.0 \
 | 
			
		||||
		--pkg gio-2.0 \
 | 
			
		||||
		--pkg atk \
 | 
			
		||||
		eek-clutter-$(EEK_API_VERSION)/eek-clutter-$(EEK_API_VERSION).gi
 | 
			
		||||
maintainer-clean-local:
 | 
			
		||||
	rm -f *.vapi
 | 
			
		||||
 | 
			
		||||
eek-gtk-$(EEK_API_VERSION).vapi: eek-$(EEK_API_VERSION).vapi
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) --vapidir=$(builddir) \
 | 
			
		||||
		--library eek-gtk-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg eek-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg gtk+-2.0 \
 | 
			
		||||
		eek-gtk-$(EEK_API_VERSION)/eek-gtk-$(EEK_API_VERSION).gi
 | 
			
		||||
eek_vapi_deps =						\
 | 
			
		||||
	$(srcdir)/Eek-$(EEK_API_VERSION).metadata	\
 | 
			
		||||
	|						\
 | 
			
		||||
	$(top_srcdir)/eek/Eek-$(EEK_API_VERSION).gir	\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
eek-xkb-$(EEK_API_VERSION).vapi: eek-$(EEK_API_VERSION).vapi
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) --vapidir=$(builddir) \
 | 
			
		||||
		--library eek-xkb-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg eek-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg gio-2.0 \
 | 
			
		||||
		eek-xkb-$(EEK_API_VERSION)/eek-xkb-$(EEK_API_VERSION).gi
 | 
			
		||||
eek-$(EEK_API_VERSION).vapi: $(eek_vapi_deps)
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN)					\
 | 
			
		||||
		--library eek-$(EEK_API_VERSION)		\
 | 
			
		||||
		--pkg gio-2.0					\
 | 
			
		||||
		--metadatadir=$(srcdir)				\
 | 
			
		||||
		$(top_srcdir)/eek/Eek-$(EEK_API_VERSION).gir
 | 
			
		||||
 | 
			
		||||
eek-xkl-$(EEK_API_VERSION).vapi: eek-xkb-$(EEK_API_VERSION).vapi
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) --vapidir=$(builddir) \
 | 
			
		||||
		--library eek-xkl-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg eek-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg eek-xkb-$(EEK_API_VERSION) --pkg gio-2.0 \
 | 
			
		||||
		eek-xkl-$(EEK_API_VERSION)/eek-xkl-$(EEK_API_VERSION).gi
 | 
			
		||||
eek_gtk_vapi_deps =					\
 | 
			
		||||
	$(srcdir)/EekGtk-$(EEK_API_VERSION).metadata	\
 | 
			
		||||
	|						\
 | 
			
		||||
	$(top_srcdir)/eek/EekGtk-$(EEK_API_VERSION).gir	\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
eekboard-$(EEK_API_VERSION).vapi:
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) \
 | 
			
		||||
		--library eekboard-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg eek-$(EEK_API_VERSION) \
 | 
			
		||||
		--pkg gio-2.0 \
 | 
			
		||||
		eek-$(EEK_API_VERSION)/eek-$(EEK_API_VERSION).gi
 | 
			
		||||
eek-gtk-$(EEK_API_VERSION).vapi: $(eek_gtk_vapi_deps)
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) --vapidir=$(builddir)		\
 | 
			
		||||
		--library eek-gtk-$(EEK_API_VERSION)		\
 | 
			
		||||
		--pkg eek-$(EEK_API_VERSION)			\
 | 
			
		||||
		--pkg gtk+-3.0					\
 | 
			
		||||
		--metadatadir=$(srcdir)				\
 | 
			
		||||
		$(top_srcdir)/eek/EekGtk-$(EEK_API_VERSION).gir
 | 
			
		||||
 | 
			
		||||
eek_xkl_vapi_deps =					\
 | 
			
		||||
	$(srcdir)/EekXkl-$(EEK_API_VERSION).metadata	\
 | 
			
		||||
	|						\
 | 
			
		||||
	$(top_srcdir)/eek/EekXkl-$(EEK_API_VERSION).gir	\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
eek-xkl-$(EEK_API_VERSION).vapi: $(eek_xkl_vapi_deps)
 | 
			
		||||
	$(VAPIGEN_V)$(VAPIGEN) --vapidir=$(builddir)		\
 | 
			
		||||
		--library eek-xkl-$(EEK_API_VERSION)		\
 | 
			
		||||
		--pkg eek-$(EEK_API_VERSION)			\
 | 
			
		||||
		--metadatadir=$(srcdir)				\
 | 
			
		||||
		$(top_srcdir)/eek/EekXkl-$(EEK_API_VERSION).gir
 | 
			
		||||
 | 
			
		||||
# set up the verbosity rules to avoid some build noise
 | 
			
		||||
VAPIGEN_V = $(VAPIGEN_V_$(V))
 | 
			
		||||
VAPIGEN_V_ = $(VAPIGEN_V_$(AM_DEFAULT_VERBOSITY))
 | 
			
		||||
VAPIGEN_V_0 = @echo "  VAPIG " $@;
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										1
									
								
								bindings/vala/eek-0.90.deps
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								bindings/vala/eek-0.90.deps
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
gio-2.0
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
-DEEK_COMPILATION=1
 | 
			
		||||
 | 
			
		||||
@ -1,16 +0,0 @@
 | 
			
		||||
include/eek-0.90/eek/eek-container.h
 | 
			
		||||
include/eek-0.90/eek/eek-element.h
 | 
			
		||||
include/eek-0.90/eek/eek-enumtypes.h
 | 
			
		||||
include/eek-0.90/eek/eek-keyboard.h
 | 
			
		||||
include/eek-0.90/eek/eek-key.h
 | 
			
		||||
include/eek-0.90/eek/eek-keysym.h
 | 
			
		||||
include/eek-0.90/eek/eek-layout.h
 | 
			
		||||
include/eek-0.90/eek/eek-section.h
 | 
			
		||||
include/eek-0.90/eek/eek-serializable.h
 | 
			
		||||
include/eek-0.90/eek/eek-symbol.h
 | 
			
		||||
include/eek-0.90/eek/eek-symbol-matrix.h
 | 
			
		||||
include/eek-0.90/eek/eek-theme.h
 | 
			
		||||
include/eek-0.90/eek/eek-types.h
 | 
			
		||||
include/eek-0.90/eek/eek-xml.h
 | 
			
		||||
include/eek-0.90/eek/eek-xml-layout.h
 | 
			
		||||
lib/libeek.so
 | 
			
		||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -1 +0,0 @@
 | 
			
		||||
Eek
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
-DEEK_COMPILATION=1
 | 
			
		||||
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
include/eek-0.90/eek/eek-clutter-keyboard.h
 | 
			
		||||
lib/libeek-clutter.so
 | 
			
		||||
@ -1,28 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<api version="1.0">
 | 
			
		||||
	<namespace name="EekClutter">
 | 
			
		||||
		<object name="EekClutterKeyboard" parent="ClutterGroup" type-name="EekClutterKeyboard" get-type="eek_clutter_keyboard_get_type">
 | 
			
		||||
			<implements>
 | 
			
		||||
				<interface name="ClutterScriptable"/>
 | 
			
		||||
				<interface name="ClutterAnimatable"/>
 | 
			
		||||
				<interface name="AtkImplementor"/>
 | 
			
		||||
				<interface name="ClutterContainer"/>
 | 
			
		||||
			</implements>
 | 
			
		||||
			<constructor name="new" symbol="eek_clutter_keyboard_new">
 | 
			
		||||
				<return-type type="ClutterActor*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="keyboard" type="EekKeyboard*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</constructor>
 | 
			
		||||
			<method name="set_theme" symbol="eek_clutter_keyboard_set_theme">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="keyboard" type="EekClutterKeyboard*"/>
 | 
			
		||||
					<parameter name="theme" type="EekTheme*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<property name="keyboard" type="EekKeyboard*" readable="0" writable="1" construct="0" construct-only="1"/>
 | 
			
		||||
		</object>
 | 
			
		||||
		<constant name="EEK_CLUTTER_KEYBOARD_H" type="int" value="1"/>
 | 
			
		||||
	</namespace>
 | 
			
		||||
</api>
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
EekClutter cheader_filename="eek/eek-clutter.h"
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
EekClutter
 | 
			
		||||
							
								
								
									
										1
									
								
								bindings/vala/eek-gtk-0.90.deps
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								bindings/vala/eek-gtk-0.90.deps
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
eek-0.90
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
-DEEK_COMPILATION=1
 | 
			
		||||
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
include/eek-0.90/eek/eek-gtk-keyboard.h
 | 
			
		||||
lib/libeek-gtk.so
 | 
			
		||||
@ -1,26 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<api version="1.0">
 | 
			
		||||
	<namespace name="EekGtk">
 | 
			
		||||
		<object name="EekGtkKeyboard" parent="GtkDrawingArea" type-name="EekGtkKeyboard" get-type="eek_gtk_keyboard_get_type">
 | 
			
		||||
			<implements>
 | 
			
		||||
				<interface name="AtkImplementor"/>
 | 
			
		||||
				<interface name="GtkBuildable"/>
 | 
			
		||||
			</implements>
 | 
			
		||||
			<constructor name="new" symbol="eek_gtk_keyboard_new">
 | 
			
		||||
				<return-type type="GtkWidget*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="keyboard" type="EekKeyboard*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</constructor>
 | 
			
		||||
			<method name="set_theme" symbol="eek_gtk_keyboard_set_theme">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="keyboard" type="EekGtkKeyboard*"/>
 | 
			
		||||
					<parameter name="theme" type="EekTheme*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<property name="keyboard" type="EekKeyboard*" readable="0" writable="1" construct="0" construct-only="1"/>
 | 
			
		||||
		</object>
 | 
			
		||||
		<constant name="EEK_GTK_KEYBOARD_H" type="int" value="1"/>
 | 
			
		||||
	</namespace>
 | 
			
		||||
</api>
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
EekGtk
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
-DEEK_COMPILATION=1
 | 
			
		||||
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
include/eek-0.90/eek/eek-xkb-layout.h
 | 
			
		||||
lib/libeek-xkb.so
 | 
			
		||||
@ -1,73 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<api version="1.0">
 | 
			
		||||
	<namespace name="EekXkb">
 | 
			
		||||
		<object name="EekXkbLayout" parent="EekLayout" type-name="EekXkbLayout" get-type="eek_xkb_layout_get_type">
 | 
			
		||||
			<method name="get_geometry" symbol="eek_xkb_layout_get_geometry">
 | 
			
		||||
				<return-type type="gchar*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_keycodes" symbol="eek_xkb_layout_get_keycodes">
 | 
			
		||||
				<return-type type="gchar*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_symbols" symbol="eek_xkb_layout_get_symbols">
 | 
			
		||||
				<return-type type="gchar*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<constructor name="new" symbol="eek_xkb_layout_new">
 | 
			
		||||
				<return-type type="EekLayout*"/>
 | 
			
		||||
			</constructor>
 | 
			
		||||
			<method name="set_geometry" symbol="eek_xkb_layout_set_geometry">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
					<parameter name="geometry" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_keycodes" symbol="eek_xkb_layout_set_keycodes">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
					<parameter name="keycodes" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_names" symbol="eek_xkb_layout_set_names">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
					<parameter name="names" type="XkbComponentNamesRec*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_names_full" symbol="eek_xkb_layout_set_names_full">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_names_full_valist" symbol="eek_xkb_layout_set_names_full_valist">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
					<parameter name="var_args" type="va_list"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_symbols" symbol="eek_xkb_layout_set_symbols">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXkbLayout*"/>
 | 
			
		||||
					<parameter name="symbols" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<property name="geometry" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="keycodes" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="symbols" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
		</object>
 | 
			
		||||
		<constant name="EEK_XKB_LAYOUT_H" type="int" value="1"/>
 | 
			
		||||
	</namespace>
 | 
			
		||||
</api>
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
EekXkb cheader_filename="eek/eek-xkb.h"
 | 
			
		||||
eek_xkb_layout_set_names hidden="1"
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
EekXkb
 | 
			
		||||
							
								
								
									
										1
									
								
								bindings/vala/eek-xkl-0.90.deps
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								bindings/vala/eek-xkl-0.90.deps
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
eek-0.90
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
-DEEK_COMPILATION=1
 | 
			
		||||
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
include/eek-0.90/eek/eek-xkl-layout.h
 | 
			
		||||
lib/libeek-xkl.so
 | 
			
		||||
@ -1,105 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<api version="1.0">
 | 
			
		||||
	<namespace name="EekXkl">
 | 
			
		||||
		<object name="EekXklLayout" parent="EekXkbLayout" type-name="EekXklLayout" get-type="eek_xkl_layout_get_type">
 | 
			
		||||
			<method name="disable_option" symbol="eek_xkl_layout_disable_option">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="option" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="enable_option" symbol="eek_xkl_layout_enable_option">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="option" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_layouts" symbol="eek_xkl_layout_get_layouts">
 | 
			
		||||
				<return-type type="gchar**"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_model" symbol="eek_xkl_layout_get_model">
 | 
			
		||||
				<return-type type="gchar*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_option" symbol="eek_xkl_layout_get_option">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="option" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_options" symbol="eek_xkl_layout_get_options">
 | 
			
		||||
				<return-type type="gchar**"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_variants" symbol="eek_xkl_layout_get_variants">
 | 
			
		||||
				<return-type type="gchar**"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<constructor name="new" symbol="eek_xkl_layout_new">
 | 
			
		||||
				<return-type type="EekLayout*"/>
 | 
			
		||||
			</constructor>
 | 
			
		||||
			<method name="set_config" symbol="eek_xkl_layout_set_config">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="config" type="XklConfigRec*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_config_full" symbol="eek_xkl_layout_set_config_full">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="model" type="gchar*"/>
 | 
			
		||||
					<parameter name="layouts" type="gchar**"/>
 | 
			
		||||
					<parameter name="variants" type="gchar**"/>
 | 
			
		||||
					<parameter name="options" type="gchar**"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_layouts" symbol="eek_xkl_layout_set_layouts">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="layouts" type="gchar**"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_model" symbol="eek_xkl_layout_set_model">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="model" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_options" symbol="eek_xkl_layout_set_options">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="options" type="gchar**"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_variants" symbol="eek_xkl_layout_set_variants">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="layout" type="EekXklLayout*"/>
 | 
			
		||||
					<parameter name="variants" type="gchar**"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<property name="layouts" type="GStrv*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="model" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="options" type="GStrv*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="variants" type="GStrv*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
		</object>
 | 
			
		||||
		<constant name="EEK_XKL_LAYOUT_H" type="int" value="1"/>
 | 
			
		||||
	</namespace>
 | 
			
		||||
</api>
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
EekXkl
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
-DEEKBOARD_COMPILATION
 | 
			
		||||
 | 
			
		||||
@ -1,2 +0,0 @@
 | 
			
		||||
include/eekboard-0.90/eekboard
 | 
			
		||||
lib/libeekboard.so
 | 
			
		||||
@ -1,340 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<api version="1.0">
 | 
			
		||||
	<namespace name="Eekboard">
 | 
			
		||||
		<function name="xkl_config_rec_from_string" symbol="eekboard_xkl_config_rec_from_string">
 | 
			
		||||
			<return-type type="XklConfigRec*"/>
 | 
			
		||||
			<parameters>
 | 
			
		||||
				<parameter name="layouts" type="gchar*"/>
 | 
			
		||||
			</parameters>
 | 
			
		||||
		</function>
 | 
			
		||||
		<function name="xkl_config_rec_to_string" symbol="eekboard_xkl_config_rec_to_string">
 | 
			
		||||
			<return-type type="gchar*"/>
 | 
			
		||||
			<parameters>
 | 
			
		||||
				<parameter name="rec" type="XklConfigRec*"/>
 | 
			
		||||
			</parameters>
 | 
			
		||||
		</function>
 | 
			
		||||
		<function name="xkl_list_layout_variants" symbol="eekboard_xkl_list_layout_variants">
 | 
			
		||||
			<return-type type="GSList*"/>
 | 
			
		||||
			<parameters>
 | 
			
		||||
				<parameter name="registry" type="XklConfigRegistry*"/>
 | 
			
		||||
				<parameter name="layout" type="gchar*"/>
 | 
			
		||||
			</parameters>
 | 
			
		||||
		</function>
 | 
			
		||||
		<function name="xkl_list_layouts" symbol="eekboard_xkl_list_layouts">
 | 
			
		||||
			<return-type type="GSList*"/>
 | 
			
		||||
			<parameters>
 | 
			
		||||
				<parameter name="registry" type="XklConfigRegistry*"/>
 | 
			
		||||
			</parameters>
 | 
			
		||||
		</function>
 | 
			
		||||
		<function name="xkl_list_models" symbol="eekboard_xkl_list_models">
 | 
			
		||||
			<return-type type="GSList*"/>
 | 
			
		||||
			<parameters>
 | 
			
		||||
				<parameter name="registry" type="XklConfigRegistry*"/>
 | 
			
		||||
			</parameters>
 | 
			
		||||
		</function>
 | 
			
		||||
		<function name="xkl_list_option_groups" symbol="eekboard_xkl_list_option_groups">
 | 
			
		||||
			<return-type type="GSList*"/>
 | 
			
		||||
			<parameters>
 | 
			
		||||
				<parameter name="registry" type="XklConfigRegistry*"/>
 | 
			
		||||
			</parameters>
 | 
			
		||||
		</function>
 | 
			
		||||
		<function name="xkl_list_options" symbol="eekboard_xkl_list_options">
 | 
			
		||||
			<return-type type="GSList*"/>
 | 
			
		||||
			<parameters>
 | 
			
		||||
				<parameter name="registry" type="XklConfigRegistry*"/>
 | 
			
		||||
				<parameter name="group" type="gchar*"/>
 | 
			
		||||
			</parameters>
 | 
			
		||||
		</function>
 | 
			
		||||
		<object name="EekboardClient" parent="GDBusProxy" type-name="EekboardClient" get-type="eekboard_client_get_type">
 | 
			
		||||
			<implements>
 | 
			
		||||
				<interface name="GInitable"/>
 | 
			
		||||
				<interface name="GAsyncInitable"/>
 | 
			
		||||
			</implements>
 | 
			
		||||
			<method name="create_context" symbol="eekboard_client_create_context">
 | 
			
		||||
				<return-type type="EekboardContext*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="eekboard" type="EekboardClient*"/>
 | 
			
		||||
					<parameter name="client_name" type="gchar*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="destroy_context" symbol="eekboard_client_destroy_context">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="eekboard" type="EekboardClient*"/>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<constructor name="new" symbol="eekboard_client_new">
 | 
			
		||||
				<return-type type="EekboardClient*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="connection" type="GDBusConnection*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</constructor>
 | 
			
		||||
			<method name="pop_context" symbol="eekboard_client_pop_context">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="eekboard" type="EekboardClient*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="push_context" symbol="eekboard_client_push_context">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="eekboard" type="EekboardClient*"/>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<signal name="destroyed" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardClient*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
		</object>
 | 
			
		||||
		<object name="EekboardContext" parent="GDBusProxy" type-name="EekboardContext" get-type="eekboard_context_get_type">
 | 
			
		||||
			<implements>
 | 
			
		||||
				<interface name="GInitable"/>
 | 
			
		||||
				<interface name="GAsyncInitable"/>
 | 
			
		||||
			</implements>
 | 
			
		||||
			<method name="add_keyboard" symbol="eekboard_context_add_keyboard">
 | 
			
		||||
				<return-type type="guint"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="keyboard" type="gchar*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_group" symbol="eekboard_context_get_group">
 | 
			
		||||
				<return-type type="gint"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="hide_keyboard" symbol="eekboard_context_hide_keyboard">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="is_enabled" symbol="eekboard_context_is_enabled">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="is_keyboard_visible" symbol="eekboard_context_is_keyboard_visible">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<constructor name="new" symbol="eekboard_context_new">
 | 
			
		||||
				<return-type type="EekboardContext*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="connection" type="GDBusConnection*"/>
 | 
			
		||||
					<parameter name="object_path" type="gchar*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</constructor>
 | 
			
		||||
			<method name="press_keycode" symbol="eekboard_context_press_keycode">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="keycode" type="guint"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="release_keycode" symbol="eekboard_context_release_keycode">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="keycode" type="guint"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="remove_keyboard" symbol="eekboard_context_remove_keyboard">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="keyboard_id" type="guint"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_enabled" symbol="eekboard_context_set_enabled">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="enabled" type="gboolean"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_fullscreen" symbol="eekboard_context_set_fullscreen">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="fullscreen" type="gboolean"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_group" symbol="eekboard_context_set_group">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="group" type="gint"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="set_keyboard" symbol="eekboard_context_set_keyboard">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="keyboard_id" type="guint"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="show_keyboard" symbol="eekboard_context_show_keyboard">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="cancellable" type="GCancellable*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<property name="visible" type="gboolean" readable="1" writable="0" construct="0" construct-only="0"/>
 | 
			
		||||
			<signal name="destroyed" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContext*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
			<signal name="disabled" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContext*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
			<signal name="enabled" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContext*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
			<signal name="key-pressed" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContext*"/>
 | 
			
		||||
					<parameter name="keyname" type="char*"/>
 | 
			
		||||
					<parameter name="symbol" type="GObject*"/>
 | 
			
		||||
					<parameter name="modifiers" type="guint"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
		</object>
 | 
			
		||||
		<object name="EekboardContextService" parent="GObject" type-name="EekboardContextService" get-type="eekboard_context_service_get_type">
 | 
			
		||||
			<method name="disable" symbol="eekboard_context_service_disable">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="enable" symbol="eekboard_context_service_enable">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_client_name" symbol="eekboard_context_service_get_client_name">
 | 
			
		||||
				<return-type type="gchar*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_fullscreen" symbol="eekboard_context_service_get_fullscreen">
 | 
			
		||||
				<return-type type="gboolean"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<method name="get_keyboard" symbol="eekboard_context_service_get_keyboard">
 | 
			
		||||
				<return-type type="EekKeyboard*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="context" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</method>
 | 
			
		||||
			<property name="client-name" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="connection" type="GDBusConnection*" readable="1" writable="1" construct="1" construct-only="0"/>
 | 
			
		||||
			<property name="fullscreen" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="keyboard" type="EekKeyboard*" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<property name="object-path" type="char*" readable="1" writable="1" construct="1" construct-only="0"/>
 | 
			
		||||
			<property name="visible" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
 | 
			
		||||
			<signal name="disabled" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
			<signal name="enabled" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
			<vfunc name="create_keyboard">
 | 
			
		||||
				<return-type type="EekKeyboard*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContextService*"/>
 | 
			
		||||
					<parameter name="keyboard_type" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</vfunc>
 | 
			
		||||
			<vfunc name="hide_keyboard">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</vfunc>
 | 
			
		||||
			<vfunc name="show_keyboard">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardContextService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</vfunc>
 | 
			
		||||
		</object>
 | 
			
		||||
		<object name="EekboardService" parent="GObject" type-name="EekboardService" get-type="eekboard_service_get_type">
 | 
			
		||||
			<constructor name="new" symbol="eekboard_service_new">
 | 
			
		||||
				<return-type type="EekboardService*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="object_path" type="gchar*"/>
 | 
			
		||||
					<parameter name="connection" type="GDBusConnection*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</constructor>
 | 
			
		||||
			<property name="connection" type="GDBusConnection*" readable="1" writable="1" construct="1" construct-only="0"/>
 | 
			
		||||
			<property name="object-path" type="char*" readable="1" writable="1" construct="1" construct-only="0"/>
 | 
			
		||||
			<signal name="destroyed" when="LAST">
 | 
			
		||||
				<return-type type="void"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="object" type="EekboardService*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</signal>
 | 
			
		||||
			<vfunc name="create_context">
 | 
			
		||||
				<return-type type="EekboardContextService*"/>
 | 
			
		||||
				<parameters>
 | 
			
		||||
					<parameter name="self" type="EekboardService*"/>
 | 
			
		||||
					<parameter name="client_name" type="gchar*"/>
 | 
			
		||||
					<parameter name="object_path" type="gchar*"/>
 | 
			
		||||
				</parameters>
 | 
			
		||||
			</vfunc>
 | 
			
		||||
		</object>
 | 
			
		||||
		<constant name="EEKBOARD_CLIENT_H" type="int" value="1"/>
 | 
			
		||||
		<constant name="EEKBOARD_CONTEXT_H" type="int" value="1"/>
 | 
			
		||||
		<constant name="EEKBOARD_CONTEXT_SERVICE_H" type="int" value="1"/>
 | 
			
		||||
		<constant name="EEKBOARD_CONTEXT_SERVICE_INTERFACE" type="char*" value="org.fedorahosted.Eekboard.Context"/>
 | 
			
		||||
		<constant name="EEKBOARD_CONTEXT_SERVICE_PATH" type="char*" value="/org/fedorahosted/Eekboard/Context_%d"/>
 | 
			
		||||
		<constant name="EEKBOARD_SERVICE_H" type="int" value="1"/>
 | 
			
		||||
		<constant name="EEKBOARD_SERVICE_INTERFACE" type="char*" value="org.fedorahosted.Eekboard"/>
 | 
			
		||||
		<constant name="EEKBOARD_SERVICE_PATH" type="char*" value="/org/fedorahosted/Eekboard"/>
 | 
			
		||||
		<constant name="EEKBOARD_XKLUTIL_H" type="int" value="1"/>
 | 
			
		||||
	</namespace>
 | 
			
		||||
</api>
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
Eekboard cheader_filename="eekboard/eekboard.h"
 | 
			
		||||
@ -1 +0,0 @@
 | 
			
		||||
Eekboard
 | 
			
		||||
							
								
								
									
										144
									
								
								configure.ac
									
									
									
									
									
								
							
							
						
						
									
										144
									
								
								configure.ac
									
									
									
									
									
								
							@ -20,7 +20,7 @@ AC_PREREQ(2.63)
 | 
			
		||||
dnl AC_CONFIG_SRCDIR([configure.ac])
 | 
			
		||||
AC_CONFIG_MACRO_DIR([m4])
 | 
			
		||||
 | 
			
		||||
AC_INIT([eekboard], [1.0.2], [ueno@unixuser.org])
 | 
			
		||||
AC_INIT([eekboard], [1.0.6], [ueno@unixuser.org])
 | 
			
		||||
 | 
			
		||||
dnl Init automake
 | 
			
		||||
AM_INIT_AUTOMAKE
 | 
			
		||||
@ -44,34 +44,13 @@ AC_HEADER_STDC
 | 
			
		||||
LT_INIT
 | 
			
		||||
IT_PROG_INTLTOOL([0.35.0])
 | 
			
		||||
 | 
			
		||||
AC_MSG_CHECKING([which gtk+ version to compile against])
 | 
			
		||||
AC_ARG_WITH([gtk],
 | 
			
		||||
  [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 3.0)])],
 | 
			
		||||
  [case "$with_gtk" in
 | 
			
		||||
     2.0|3.0) ;;
 | 
			
		||||
     *) AC_MSG_ERROR([invalid gtk version specified]) ;;
 | 
			
		||||
   esac],
 | 
			
		||||
  [with_gtk=3.0])
 | 
			
		||||
AC_MSG_RESULT([$with_gtk])
 | 
			
		||||
 | 
			
		||||
case "$with_gtk" in
 | 
			
		||||
  2.0) GTK_API_VERSION=2.0
 | 
			
		||||
       GTK_REQUIRED=2.14.0
 | 
			
		||||
       EEK_API_VERSION=0.90
 | 
			
		||||
       EEK_API_MAJOR_VERSION=0
 | 
			
		||||
       EEK_API_MINOR_VERSION=90
 | 
			
		||||
       EEK_API_PC_VERSION=0.90
 | 
			
		||||
       EEK_LIBRARY_SUFFIX="-$EEK_API_VERSION"
 | 
			
		||||
       ;;
 | 
			
		||||
  3.0) GTK_API_VERSION=3.0
 | 
			
		||||
       GTK_REQUIRED=2.91.0
 | 
			
		||||
       EEK_API_VERSION=0.90
 | 
			
		||||
       EEK_API_MAJOR_VERSION=0
 | 
			
		||||
       EEK_API_MINOR_VERSION=90
 | 
			
		||||
       EEK_API_PC_VERSION=0.90
 | 
			
		||||
       EEK_LIBRARY_SUFFIX="-$EEK_API_VERSION"
 | 
			
		||||
       ;;
 | 
			
		||||
esac
 | 
			
		||||
GTK_API_VERSION=3.0
 | 
			
		||||
GTK_REQUIRED=2.91.0
 | 
			
		||||
EEK_API_VERSION=0.90
 | 
			
		||||
EEK_API_MAJOR_VERSION=0
 | 
			
		||||
EEK_API_MINOR_VERSION=90
 | 
			
		||||
EEK_API_PC_VERSION=0.90
 | 
			
		||||
EEK_LIBRARY_SUFFIX="-$EEK_API_VERSION"
 | 
			
		||||
 | 
			
		||||
AC_SUBST([GTK_API_VERSION])
 | 
			
		||||
AC_SUBST([EEK_API_VERSION])
 | 
			
		||||
@ -81,9 +60,6 @@ AC_SUBST([EEK_API_PC_VERSION])
 | 
			
		||||
AC_SUBST([EEK_LIBRARY_SUFFIX])
 | 
			
		||||
AC_SUBST([EEK_LIBRARY_SUFFIX_U],[AS_TR_SH([$EEK_LIBRARY_SUFFIX])])
 | 
			
		||||
 | 
			
		||||
AM_CONDITIONAL([HAVE_GTK_2],[test "$with_gtk" = "2.0"])
 | 
			
		||||
AM_CONDITIONAL([HAVE_GTK_3],[test "$with_gtk" = "3.0"])
 | 
			
		||||
 | 
			
		||||
AM_PATH_GLIB_2_0
 | 
			
		||||
PKG_CHECK_MODULES([GLIB2], [glib-2.0 >= 2.26.0], ,
 | 
			
		||||
  [AC_MSG_ERROR([GLib2 not found])])
 | 
			
		||||
@ -97,8 +73,6 @@ PKG_CHECK_MODULES([GTK], [
 | 
			
		||||
  gtk+-$GTK_API_VERSION >= $GTK_REQUIRED
 | 
			
		||||
  gdk-$GTK_API_VERSION >= $GTK_REQUIRED], ,
 | 
			
		||||
  [AC_MSG_ERROR([GTK not found])])
 | 
			
		||||
PKG_CHECK_MODULES([XKB], [x11], ,
 | 
			
		||||
  [AC_MSG_ERROR([XKB support not found])])
 | 
			
		||||
PKG_CHECK_MODULES([LIBXKLAVIER], [libxklavier x11], ,
 | 
			
		||||
  [AC_MSG_ERROR([Libxklavier not found])])
 | 
			
		||||
PKG_CHECK_MODULES([LIBCROCO], [libcroco-0.6], ,
 | 
			
		||||
@ -138,10 +112,7 @@ fi
 | 
			
		||||
AM_CONDITIONAL(ENABLE_XDOCK, [test x$enable_x_dock = xyes])
 | 
			
		||||
AC_MSG_RESULT($enable_x_dock)
 | 
			
		||||
 | 
			
		||||
focus_listeners=""
 | 
			
		||||
keystroke_listeners=""
 | 
			
		||||
 | 
			
		||||
focus_listeners=""
 | 
			
		||||
focus_listeners="ibus"
 | 
			
		||||
keystroke_listeners=""
 | 
			
		||||
 | 
			
		||||
dnl use AT-SPI 2 to capture focus/keystroke events
 | 
			
		||||
@ -163,60 +134,10 @@ fi
 | 
			
		||||
AC_MSG_RESULT($enable_atspi)
 | 
			
		||||
AM_CONDITIONAL(ENABLE_ATSPI, [test x$enable_atspi = xyes])
 | 
			
		||||
 | 
			
		||||
dnl use IBus to capture focus events
 | 
			
		||||
AC_MSG_CHECKING([whether you enable IBus focus tracking])
 | 
			
		||||
AC_ARG_ENABLE(ibus,
 | 
			
		||||
              AS_HELP_STRING([--enable-ibus=no/yes],
 | 
			
		||||
                             [Enable IBus focus tracking default=yes]),
 | 
			
		||||
              enable_ibus=$enableval,
 | 
			
		||||
              enable_ibus=yes)
 | 
			
		||||
 | 
			
		||||
if test x$enable_ibus = xyes; then
 | 
			
		||||
  PKG_CHECK_MODULES([IBUS], [ibus-1.0 >= 1.3.99], , enable_ibus=no)
 | 
			
		||||
  if test x$enable_ibus = xyes; then
 | 
			
		||||
    AC_DEFINE([HAVE_IBUS], [1], [Define if IBus is found])
 | 
			
		||||
    focus_listeners="ibus $focus_listeners"
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
AC_MSG_RESULT($enable_ibus)
 | 
			
		||||
AM_CONDITIONAL(ENABLE_IBUS, [test x$enable_ibus = xyes])
 | 
			
		||||
 | 
			
		||||
if test -n "$focus_listeners"; then
 | 
			
		||||
  AC_DEFINE(ENABLE_FOCUS_LISTENER, [1], [Define if eekboard can follow focus changes])
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
dnl Python language binding
 | 
			
		||||
AC_MSG_CHECKING([whether you enable Python language support])
 | 
			
		||||
AC_ARG_ENABLE(python,
 | 
			
		||||
              AS_HELP_STRING([--enable-python=no/yes],
 | 
			
		||||
                             [Enable Python language binding default=yes]),
 | 
			
		||||
              enable_python=$enableval,
 | 
			
		||||
              enable_python=yes)
 | 
			
		||||
 | 
			
		||||
dnl check python unconditionally to re-generate
 | 
			
		||||
dnl eek/*-keysym-labels.txt when maintainer-mode enabled
 | 
			
		||||
AM_PATH_PYTHON([2.5], , enable_python=no)
 | 
			
		||||
 | 
			
		||||
if test x"$enable_python" = x"yes"; then
 | 
			
		||||
  if test x$enable_python = xyes; then
 | 
			
		||||
    AC_PATH_PROGS(PYTHON_CONFIG, [python$PYTHON_VERSION-config python-config])
 | 
			
		||||
    if test x"$PYTHON_CONFIG" != x""; then
 | 
			
		||||
      PYTHON_CFLAGS=`$PYTHON_CONFIG --includes`
 | 
			
		||||
      PYTHON_LIBS=`$PYTHON_CONFIG --libs`
 | 
			
		||||
    else
 | 
			
		||||
      PYTHON_CFLAGS=`$PYTHON $srcdir/python-config.py --includes`
 | 
			
		||||
      PYTHON_LIBS=`$PYTHON $srcdir/python-config.py --libs`
 | 
			
		||||
    fi
 | 
			
		||||
    PYTHON_INCLUDES="$PYTHON_CFLAGS"
 | 
			
		||||
    AC_SUBST(PYTHON_CFLAGS)
 | 
			
		||||
    AC_SUBST(PYTHON_INCLUDES)
 | 
			
		||||
    AC_SUBST(PYTHON_LIBS)
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
AC_MSG_RESULT($enable_python)
 | 
			
		||||
AM_CONDITIONAL(ENABLE_PYTHON, [test x$enable_python = xyes])
 | 
			
		||||
 | 
			
		||||
GOBJECT_INTROSPECTION_CHECK([0.9.0])
 | 
			
		||||
 | 
			
		||||
dnl Vala langauge binding
 | 
			
		||||
@ -251,48 +172,11 @@ fi
 | 
			
		||||
AC_MSG_RESULT($enable_vala)
 | 
			
		||||
AM_CONDITIONAL(ENABLE_VALA, [test x$enable_vala = xyes])
 | 
			
		||||
 | 
			
		||||
dnl clutter
 | 
			
		||||
AC_MSG_CHECKING([whether you enable clutter])
 | 
			
		||||
AC_ARG_ENABLE(clutter,
 | 
			
		||||
              AS_HELP_STRING([--enable-clutter=no/yes],
 | 
			
		||||
                             [Enable clutter user interface default=no]),
 | 
			
		||||
              enable_clutter=$enableval,
 | 
			
		||||
              enable_clutter=no)
 | 
			
		||||
 | 
			
		||||
if test x$enable_clutter = xyes; then
 | 
			
		||||
  PKG_CHECK_MODULES([CLUTTER], [clutter-1.0], , enable_clutter=no)
 | 
			
		||||
  if test x$enable_clutter = xyes; then
 | 
			
		||||
    AC_DEFINE([HAVE_CLUTTER], [1], [Define if clutter is found])
 | 
			
		||||
  fi
 | 
			
		||||
fi
 | 
			
		||||
AM_CONDITIONAL(ENABLE_CLUTTER, [test x$enable_clutter = xyes])
 | 
			
		||||
AC_MSG_RESULT($enable_clutter)
 | 
			
		||||
 | 
			
		||||
dnl clutter-gtk
 | 
			
		||||
if test x$enable_clutter = xyes; then
 | 
			
		||||
  AC_MSG_CHECKING([whether you enable clutter-gtk])
 | 
			
		||||
  AC_ARG_ENABLE(clutter-gtk,
 | 
			
		||||
                AS_HELP_STRING([--enable-clutter-gtk=no/yes],
 | 
			
		||||
                               [Enable clutter user interface default=yes]),
 | 
			
		||||
                enable_clutter_gtk=$enableval,
 | 
			
		||||
                enable_clutter_gtk=yes)
 | 
			
		||||
 | 
			
		||||
  if test x$enable_clutter_gtk = xyes; then
 | 
			
		||||
    PKG_CHECK_MODULES([CLUTTER_GTK], [clutter-gtk-1.0], ,
 | 
			
		||||
      enable_clutter_gtk=no)
 | 
			
		||||
    if test x$enable_clutter_gtk = xyes; then
 | 
			
		||||
      AC_DEFINE([HAVE_CLUTTER_GTK], [1], [Define if Clutter-Gtk is found])
 | 
			
		||||
    fi
 | 
			
		||||
  fi
 | 
			
		||||
  AC_MSG_RESULT($enable_clutter_gtk)
 | 
			
		||||
fi
 | 
			
		||||
AM_CONDITIONAL(ENABLE_CLUTTER_GTK, [test x$enable_clutter_gtk = xyes])
 | 
			
		||||
 | 
			
		||||
dnl libcanberra
 | 
			
		||||
AC_MSG_CHECKING([whether you enable libcanberra])
 | 
			
		||||
AC_ARG_ENABLE(libcanberra,
 | 
			
		||||
              AS_HELP_STRING([--enable-libcanberra=no/yes],
 | 
			
		||||
                             [Enable clutter user interface default=no]),
 | 
			
		||||
                             [Enable libcanberra user interface default=no]),
 | 
			
		||||
              enable_libcanberra=$enableval,
 | 
			
		||||
              enable_libcanberra=yes)
 | 
			
		||||
 | 
			
		||||
@ -321,8 +205,6 @@ eekboard/Makefile
 | 
			
		||||
src/Makefile
 | 
			
		||||
tests/Makefile
 | 
			
		||||
bindings/Makefile
 | 
			
		||||
bindings/python/Makefile
 | 
			
		||||
bindings/python/eekboard/Makefile
 | 
			
		||||
bindings/vala/Makefile
 | 
			
		||||
docs/Makefile
 | 
			
		||||
docs/reference/Makefile
 | 
			
		||||
@ -340,12 +222,9 @@ data/icons/scalable/Makefile
 | 
			
		||||
data/themes/Makefile
 | 
			
		||||
data/keyboards/Makefile
 | 
			
		||||
examples/Makefile
 | 
			
		||||
examples/eekxml/Makefile
 | 
			
		||||
examples/simple-client/Makefile
 | 
			
		||||
eek/eek-${EEK_API_VERSION}.pc
 | 
			
		||||
eek/eek-clutter-${EEK_API_VERSION}.pc
 | 
			
		||||
eek/eek-gtk-${EEK_API_VERSION}.pc
 | 
			
		||||
eek/eek-xkb-${EEK_API_VERSION}.pc
 | 
			
		||||
eek/eek-xkl-${EEK_API_VERSION}.pc
 | 
			
		||||
eekboard/eekboard-${EEK_API_VERSION}.pc])
 | 
			
		||||
AC_OUTPUT
 | 
			
		||||
@ -356,10 +235,7 @@ Build options:
 | 
			
		||||
  Build shared libs         $enable_shared
 | 
			
		||||
  Build static libs         $enable_static
 | 
			
		||||
  CFLAGS                    $CFLAGS
 | 
			
		||||
  GTK version               $with_gtk
 | 
			
		||||
  Build Clutter UI          $enable_clutter
 | 
			
		||||
  Build Vala binding        $enable_vala
 | 
			
		||||
  Build Python binding      $enable_python
 | 
			
		||||
  Sound support             $enable_libcanberra
 | 
			
		||||
  Build document            $enable_gtk_doc
 | 
			
		||||
  Focus listeners           $focus_listeners
 | 
			
		||||
 | 
			
		||||
@ -1,2 +1,38 @@
 | 
			
		||||
keyboarddir = $(pkgdatadir)/keyboards
 | 
			
		||||
dist_keyboard_DATA = us.xml th.xml jp-kana.xml
 | 
			
		||||
keyboardsdir = $(pkgdatadir)/keyboards
 | 
			
		||||
 | 
			
		||||
nobase_dist_keyboards_DATA =			\
 | 
			
		||||
	keyboards.xml				\
 | 
			
		||||
	geometry/compact.xml			\
 | 
			
		||||
	symbols/ar.xml				\
 | 
			
		||||
	symbols/be.xml				\
 | 
			
		||||
	symbols/fa.xml				\
 | 
			
		||||
	symbols/he.xml				\
 | 
			
		||||
	symbols/ja-kana.xml			\
 | 
			
		||||
	symbols/kk.xml				\
 | 
			
		||||
	symbols/ks.xml				\
 | 
			
		||||
	symbols/my.xml				\
 | 
			
		||||
	symbols/ru.xml				\
 | 
			
		||||
	symbols/th.xml				\
 | 
			
		||||
	symbols/ua.xml				\
 | 
			
		||||
	symbols/ug.xml				\
 | 
			
		||||
	symbols/us.xml				\
 | 
			
		||||
	symbols/zh-bopomofo.xml			\
 | 
			
		||||
	$(inscript_symbols)			\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
inscript_symbols =				\
 | 
			
		||||
	symbols/as-inscript.xml			\
 | 
			
		||||
	symbols/bn-inscript.xml			\
 | 
			
		||||
	symbols/gu-inscript.xml			\
 | 
			
		||||
	symbols/hi-inscript.xml			\
 | 
			
		||||
	symbols/kn-inscript.xml			\
 | 
			
		||||
	symbols/ks-inscript.xml			\
 | 
			
		||||
	symbols/mai-inscript.xml		\
 | 
			
		||||
	symbols/ml-inscript.xml			\
 | 
			
		||||
	symbols/mr-inscript.xml			\
 | 
			
		||||
	symbols/or-inscript.xml			\
 | 
			
		||||
	symbols/pa-inscript.xml			\
 | 
			
		||||
	symbols/sd-inscript.xml			\
 | 
			
		||||
	symbols/ta-inscript.xml			\
 | 
			
		||||
	symbols/te-inscript.xml			\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										307
									
								
								data/keyboards/geometry/compact.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										307
									
								
								data/keyboards/geometry/compact.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,307 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<geometry version="0.90">
 | 
			
		||||
  <bounds x="0.000000" y="0.000000" width="640.0000" height="296.5853"/>
 | 
			
		||||
  <section angle="0">
 | 
			
		||||
    <bounds x="15.60975" y="15.60975" width="640.0000" height="39.02439"/>
 | 
			
		||||
    <row columns="16" orientation="1"/>
 | 
			
		||||
    <key keycode="9" name="ESC" column="0" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="3.121951" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="67" name="FK01" column="1" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="84.29268" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="68" name="FK02" column="2" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="124.8780" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="69" name="FK03" column="3" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="165.4634" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="70" name="FK04" column="4" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="206.0487" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="71" name="FK05" column="5" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="266.9268" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="72" name="FK06" column="6" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="307.5121" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="73" name="FK07" column="7" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="348.0975" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="74" name="FK08" column="8" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="388.6829" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="75" name="FK09" column="9" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="449.5609" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="76" name="FK10" column="10" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="490.1463" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="95" name="FK11" column="11" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="530.7317" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="96" name="FK12" column="12" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="571.3170" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
  </section>
 | 
			
		||||
  <section angle="0">
 | 
			
		||||
    <bounds x="15.60975" y="78.04878" width="608.7804" height="201.3658"/>
 | 
			
		||||
    <row columns="14" orientation="1"/>
 | 
			
		||||
    <row columns="14" orientation="1"/>
 | 
			
		||||
    <row columns="13" orientation="1"/>
 | 
			
		||||
    <row columns="12" orientation="1"/>
 | 
			
		||||
    <row columns="9" orientation="1"/>
 | 
			
		||||
    <key keycode="49" name="TLDE" column="0" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="3.121951" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="10" name="AE01" column="1" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="43.70731" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="11" name="AE02" column="2" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="84.29268" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="12" name="AE03" column="3" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="124.8780" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="13" name="AE04" column="4" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="165.4634" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="14" name="AE05" column="5" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="206.0487" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="15" name="AE06" column="6" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="245.0731" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="16" name="AE07" column="7" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="285.6585" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="17" name="AE08" column="8" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="326.2439" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="18" name="AE09" column="9" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="366.8292" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="19" name="AE10" column="10" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="407.4146" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="20" name="AE11" column="11" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="448.0000" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="21" name="AE12" column="12" row="0" oref="outline2">
 | 
			
		||||
      <bounds x="488.5853" y="1.560976" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="22" name="BKSP" column="13" row="0" oref="outline13">
 | 
			
		||||
      <bounds x="529.1707" y="1.560976" width="79.60975" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="23" name="TAB" column="0" row="1" oref="outline4">
 | 
			
		||||
      <bounds x="3.121951" y="42.14634" width="59.31707" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="24" name="AD01" column="1" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="65.56097" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="25" name="AD02" column="2" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="106.1463" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="26" name="AD03" column="3" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="145.1707" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="27" name="AD04" column="4" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="185.7560" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="28" name="AD05" column="5" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="226.3414" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="29" name="AD06" column="6" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="266.9268" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="30" name="AD07" column="7" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="307.5121" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="31" name="AD08" column="8" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="348.0975" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="32" name="AD09" column="9" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="388.6829" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="33" name="AD10" column="10" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="429.2682" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="34" name="AD11" column="11" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="468.2926" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="35" name="AD12" column="12" row="1" oref="outline2">
 | 
			
		||||
      <bounds x="508.8780" y="42.14634" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="51" name="BKSL" column="13" row="1" oref="outline5">
 | 
			
		||||
      <bounds x="549.4634" y="42.14634" width="59.31707" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="66" name="CAPS" column="0" row="2" oref="outline6">
 | 
			
		||||
      <bounds x="3.121951" y="82.73170" width="68.68292" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="38" name="AC01" column="1" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="76.48780" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="39" name="AC02" column="2" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="115.5121" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="40" name="AC03" column="3" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="156.0975" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="41" name="AC04" column="4" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="196.6829" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="42" name="AC05" column="5" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="237.2682" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="43" name="AC06" column="6" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="277.8536" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="44" name="AC07" column="7" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="318.4390" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="45" name="AC08" column="8" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="359.0243" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="46" name="AC09" column="9" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="399.6097" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="47" name="AC10" column="10" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="438.6341" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="48" name="AC11" column="11" row="2" oref="outline2">
 | 
			
		||||
      <bounds x="479.2195" y="82.73170" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="36" name="RTRN" column="12" row="2" oref="outline7">
 | 
			
		||||
      <bounds x="519.8048" y="82.73170" width="88.97561" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="50" name="LFSH" column="0" row="3" oref="outline8">
 | 
			
		||||
      <bounds x="3.121951" y="121.7560" width="88.97561" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="52" name="AB01" column="1" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="95.21951" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="53" name="AB02" column="2" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="135.8048" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="54" name="AB03" column="3" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="176.3902" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="55" name="AB04" column="4" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="215.4146" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="56" name="AB05" column="5" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="256.0000" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="57" name="AB06" column="6" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="296.5853" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="58" name="AB07" column="7" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="337.1707" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="59" name="AB08" column="8" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="377.7560" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="60" name="AB09" column="9" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="418.3414" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="61" name="AB10" column="10" row="3" oref="outline2">
 | 
			
		||||
      <bounds x="458.9268" y="121.7560" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="62" name="RTSH" column="11" row="3" oref="outline9">
 | 
			
		||||
      <bounds x="499.5121" y="121.7560" width="109.2682" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="149" name="I149" column="0" row="4" oref="outline10">
 | 
			
		||||
      <bounds x="3.121951" y="162.3414" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="37" name="LCTL" column="1" row="4" oref="outline1">
 | 
			
		||||
      <bounds x="62.43902" y="162.3414" width="48.39024" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="64" name="LALT" column="2" row="4" oref="outline1">
 | 
			
		||||
      <bounds x="113.9512" y="162.3414" width="48.39024" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="65" name="SPCE" column="3" row="4" oref="outline3">
 | 
			
		||||
      <bounds x="165.4634" y="162.3414" width="217.5853" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="113" name="LEFT" column="4" row="4" oref="outline1">
 | 
			
		||||
      <bounds x="368.0487" y="162.3414" width="48.39024" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="111" name="UP" column="5" row="4" oref="outline1">
 | 
			
		||||
      <bounds x="419.43894" y="162.3414" width="48.39024" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="116" name="DOWN" column="6" row="4" oref="outline1">
 | 
			
		||||
      <bounds x="470.82918" y="162.3414" width="48.39024" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="114" name="RGHT" column="7" row="4" oref="outline1">
 | 
			
		||||
      <bounds x="522.21942" y="162.3414" width="48.39024" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key keycode="150" name="I150" column="8" row="4" oref="outline10">
 | 
			
		||||
      <bounds x="573.60966" y="162.3414" width="37.46341" height="37.46341"/>
 | 
			
		||||
    </key>
 | 
			
		||||
  </section>
 | 
			
		||||
  <outline id="outline2" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="37.46341" y="0.000000"/>
 | 
			
		||||
    <point x="37.46341" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline1" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="48.39024" y="0.000000"/>
 | 
			
		||||
    <point x="48.39024" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline4" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="59.31707" y="0.000000"/>
 | 
			
		||||
    <point x="59.31707" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline5" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="59.31707" y="0.000000"/>
 | 
			
		||||
    <point x="59.31707" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline6" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="68.68292" y="0.000000"/>
 | 
			
		||||
    <point x="68.68292" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline7" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="88.97561" y="0.000000"/>
 | 
			
		||||
    <point x="88.97561" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline8" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="88.97561" y="0.000000"/>
 | 
			
		||||
    <point x="88.97561" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline9" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="109.2682" y="0.000000"/>
 | 
			
		||||
    <point x="109.2682" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline10" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="37.46341" y="0.000000"/>
 | 
			
		||||
    <point x="37.46341" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline13" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="79.60975" y="0.000000"/>
 | 
			
		||||
    <point x="79.60975" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
  <outline id="outline3" corner-radius="1.000000">
 | 
			
		||||
    <point x="0.000000" y="0.000000"/>
 | 
			
		||||
    <point x="217.5853" y="0.000000"/>
 | 
			
		||||
    <point x="217.5853" y="37.46341"/>
 | 
			
		||||
    <point x="0.000000" y="37.46341"/>
 | 
			
		||||
  </outline>
 | 
			
		||||
</geometry>
 | 
			
		||||
@ -1,697 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<keyboard version="0.90">
 | 
			
		||||
    <bounds>0.000000,0.000000,640.000000,296.585366</bounds>
 | 
			
		||||
    <section name="LeftModifiers">
 | 
			
		||||
        <bounds>16.000000,78.048780,94.000000,202.000000</bounds>
 | 
			
		||||
        <angle>0</angle>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <key id="keycode61" name="TAB" column="1" row="0">
 | 
			
		||||
            <bounds>4.000000,43.000000,80.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="65289">Tab</keysym>
 | 
			
		||||
                <keysym keyval="65056">ISO_Left_Tab</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode56" name="CAPS" column="2" row="0">
 | 
			
		||||
            <bounds>4.000000,83.000000,80.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65507">Control_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode57" name="LFSH" column="3" row="0">
 | 
			
		||||
            <bounds>4.000000,122.000000,80.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65505">Shift_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode58" name="LCTL" column="4" row="0">
 | 
			
		||||
            <bounds>4.000000,162.341463,57.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline9</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <symbol label="⌨" icon="input-keyboard-symbolic">cycle-keyboard</symbol>
 | 
			
		||||
                <symbol label="☺" icon="preferences-system-symbolic">preferences</symbol>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode60" name="BKSP" column="1" row="1">
 | 
			
		||||
            <bounds>517.000000,44.000000,80.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65288">BackSpace</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode62" name="RTRN" column="1" row="1">
 | 
			
		||||
            <bounds>517.000000,83.000000,80.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65293">Return</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode63" name="RTSH" column="2" row="1">
 | 
			
		||||
            <bounds>517.000000,122.000000,80.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65506">Shift_R</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode65" name="keycode65" column="0" row="2">
 | 
			
		||||
            <bounds>165.463415,162.341463,238.829268,37.463415</bounds>
 | 
			
		||||
            <oref>outline14</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="32">space</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode108" name="keycode108" column="1" row="2">
 | 
			
		||||
            <bounds>407.414634,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline10</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65361">Left</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode134" name="keycode134" column="2" row="2">
 | 
			
		||||
            <bounds>458.926829,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline10</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65362">Up</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode135" name="keycode135" column="3" row="2">
 | 
			
		||||
            <bounds>508.878049,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline10</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65364">Down</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode105" name="keycode105" column="4" row="2">
 | 
			
		||||
            <bounds>560.390244,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline10</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65363">Right</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
    </section>
 | 
			
		||||
    <section name="Alpha">
 | 
			
		||||
        <bounds>99.000000,16.000000,469.000000,202.000000</bounds>
 | 
			
		||||
        <angle>0</angle>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>5</columns>
 | 
			
		||||
            <orientation>0</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <key id="keycode1" name="AE03" column="0" row="0">
 | 
			
		||||
            <bounds>4.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="51" label="あ">3</keysym>
 | 
			
		||||
                <keysym keyval="35" label="ぁ">numbersign</keysym>
 | 
			
		||||
                <keysym keyval="51" label="ア">3</keysym>
 | 
			
		||||
                <keysym keyval="35" label="ァ">numbersign</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode2" name="AD03" column="1" row="0">
 | 
			
		||||
            <bounds>4.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="101" label="い">e</keysym>
 | 
			
		||||
                <keysym keyval="69" label="ぃ">E</keysym>
 | 
			
		||||
                <keysym keyval="101" label="イ">e</keysym>
 | 
			
		||||
                <keysym keyval="69" label="ィ">E</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode3" name="AE04" column="2" row="0">
 | 
			
		||||
            <bounds>4.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="52" label="う">4</keysym>
 | 
			
		||||
                <keysym keyval="36" label="ぅ">dollar</keysym>
 | 
			
		||||
                <keysym keyval="52" label="ウ">4</keysym>
 | 
			
		||||
                <keysym keyval="36" label="ゥ">dollar</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode4" name="AE05" column="3" row="0">
 | 
			
		||||
            <bounds>4.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="53" label="え">5</keysym>
 | 
			
		||||
                <keysym keyval="37" label="ぇ">percent</keysym>
 | 
			
		||||
                <keysym keyval="53" label="エ">5</keysym>
 | 
			
		||||
                <keysym keyval="37" label="ェ">percent</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode5" name="AE06" column="4" row="0">
 | 
			
		||||
            <bounds>4.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="54" label="お">6</keysym>
 | 
			
		||||
                <keysym keyval="38" label="ぉ">ampersand</keysym>
 | 
			
		||||
                <keysym keyval="54" label="オ">6</keysym>
 | 
			
		||||
                <keysym keyval="38" label="ォ">ampersand</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode6" name="AE03" column="0" row="1">
 | 
			
		||||
            <bounds>43.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="116" label="か">t</keysym>
 | 
			
		||||
                <keysym keyval="116" label="カ">t</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode7" name="AD03" column="1" row="1">
 | 
			
		||||
            <bounds>43.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="103" label="き">g</keysym>
 | 
			
		||||
                <keysym keyval="103" label="キ">g</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode8" name="AE04" column="2" row="1">
 | 
			
		||||
            <bounds>43.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="104" label="く">h</keysym>
 | 
			
		||||
                <keysym keyval="104" label="ク">h</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode9" name="AE05" column="3" row="1">
 | 
			
		||||
            <bounds>43.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="58" label="け">colon</keysym>
 | 
			
		||||
                <keysym keyval="58" label="ケ">colon</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode10" name="AE06" column="4" row="1">
 | 
			
		||||
            <bounds>43.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="98" label="こ">b</keysym>
 | 
			
		||||
                <keysym keyval="98" label="コ">b</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode11" name="AE03" column="0" row="2">
 | 
			
		||||
            <bounds>82.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="120" label="さ">x</keysym>
 | 
			
		||||
                <keysym keyval="120" label="サ">x</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode12" name="AD03" column="1" row="2">
 | 
			
		||||
            <bounds>82.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="100" label="し">d</keysym>
 | 
			
		||||
                <keysym keyval="100" label="シ">d</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode13" name="AE04" column="2" row="0">
 | 
			
		||||
            <bounds>82.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="114" label="す">r</keysym>
 | 
			
		||||
                <keysym keyval="114" label="ス">r</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode14" name="AE05" column="3" row="2">
 | 
			
		||||
            <bounds>82.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="112" label="せ">p</keysym>
 | 
			
		||||
                <keysym keyval="112" label="セ">p</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode15" name="AE06" column="4" row="2">
 | 
			
		||||
            <bounds>82.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="99" label="そ">c</keysym>
 | 
			
		||||
                <keysym keyval="99" label="ソ">c</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode16" name="AE03" column="0" row="3">
 | 
			
		||||
            <bounds>121.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="113" label="た">q</keysym>
 | 
			
		||||
                <keysym keyval="113" label="タ">q</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode17" name="AD03" column="1" row="3">
 | 
			
		||||
            <bounds>121.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="97" label="ち">a</keysym>
 | 
			
		||||
                <keysym keyval="97" label="チ">a</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode18" name="AE04" column="2" row="3">
 | 
			
		||||
            <bounds>121.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="122" label="つ">z</keysym>
 | 
			
		||||
                <keysym keyval="90" label="っ">Z</keysym>
 | 
			
		||||
                <keysym keyval="122" label="ツ">z</keysym>
 | 
			
		||||
                <keysym keyval="90" label="ッ">Z</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode19" name="AE05" column="3" row="3">
 | 
			
		||||
            <bounds>121.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="119" label="て">w</keysym>
 | 
			
		||||
                <keysym keyval="119" label="テ">w</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode20" name="AE06" column="4" row="3">
 | 
			
		||||
            <bounds>121.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="115" label="と">s</keysym>
 | 
			
		||||
                <keysym keyval="115" label="ト">s</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode21" name="AE03" column="0" row="4">
 | 
			
		||||
            <bounds>160.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="117" label="な">u</keysym>
 | 
			
		||||
                <keysym keyval="117" label="ナ">u</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode22" name="AD03" column="1" row="4">
 | 
			
		||||
            <bounds>160.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="105" label="に">i</keysym>
 | 
			
		||||
                <keysym keyval="105" label="ニ">i</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode23" name="AE04" column="2" row="4">
 | 
			
		||||
            <bounds>160.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="33" label="ぬ">exclam</keysym>
 | 
			
		||||
                <keysym keyval="33" label="ヌ">exclam</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode24" name="AE05" column="3" row="4">
 | 
			
		||||
            <bounds>160.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="44" label="ね">comma</keysym>
 | 
			
		||||
                <keysym keyval="44" label="ネ">comma</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode25" name="AE06" column="4" row="4">
 | 
			
		||||
            <bounds>160.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="107" label="の">k</keysym>
 | 
			
		||||
                <keysym keyval="107" label="ノ">k</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode26" name="AE03" column="0" row="5">
 | 
			
		||||
            <bounds>199.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="102" label="は">f</keysym>
 | 
			
		||||
                <keysym keyval="102" label="ハ">f</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode27" name="AD03" column="1" row="5">
 | 
			
		||||
            <bounds>199.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="118" label="ひ">v</keysym>
 | 
			
		||||
                <keysym keyval="118" label="ヒ">v</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode28" name="AE04" column="2" row="5">
 | 
			
		||||
            <bounds>199.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="34" label="ふ">quotedbl</keysym>
 | 
			
		||||
                <keysym keyval="34" label="フ">quotedbl</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode29" name="AE05" column="3" row="5">
 | 
			
		||||
            <bounds>199.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="94" label="へ">asciicircum</keysym>
 | 
			
		||||
                <keysym keyval="94" label="ヘ">asciicircum</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode30" name="AE06" column="4" row="5">
 | 
			
		||||
            <bounds>199.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="61" label="ほ">equal</keysym>
 | 
			
		||||
                <keysym keyval="61" label="ホ">equal</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode31" name="AE03" column="0" row="6">
 | 
			
		||||
            <bounds>238.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="106" label="ま">j</keysym>
 | 
			
		||||
                <keysym keyval="106" label="マ">j</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode32" name="AD03" column="1" row="6">
 | 
			
		||||
            <bounds>238.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="110" label="み">n</keysym>
 | 
			
		||||
                <keysym keyval="110" label="ミ">n</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode33" name="AE04" column="2" row="6">
 | 
			
		||||
            <bounds>238.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="93" label="む">bracketright</keysym>
 | 
			
		||||
                <keysym keyval="93" label="ム">bracketright</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode34" name="AE05" column="3" row="6">
 | 
			
		||||
            <bounds>238.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="47" label="め">slash</keysym>
 | 
			
		||||
                <keysym keyval="47" label="メ">slash</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode35" name="AE06" column="4" row="6">
 | 
			
		||||
            <bounds>238.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="109" label="も">m</keysym>
 | 
			
		||||
                <keysym keyval="109" label="モ">m</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode36" name="AE03" column="0" row="7">
 | 
			
		||||
            <bounds>277.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="55" label="や">7</keysym>
 | 
			
		||||
                <keysym keyval="39" label="ゃ">quoteright</keysym>
 | 
			
		||||
                <keysym keyval="55" label="ヤ">7</keysym>
 | 
			
		||||
                <keysym keyval="39" label="ャ">quoteright</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode37" name="AD03" column="1" row="7">
 | 
			
		||||
            <bounds>277.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="56" label="ゆ">8</keysym>
 | 
			
		||||
                <keysym keyval="40" label="ゅ">parenleft</keysym>
 | 
			
		||||
                <keysym keyval="56" label="ユ">8</keysym>
 | 
			
		||||
                <keysym keyval="40" label="ュ">parenleft</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode38" name="AE04" column="2" row="7">
 | 
			
		||||
            <bounds>277.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="57" label="よ">9</keysym>
 | 
			
		||||
                <keysym keyval="41" label="ょ">parenright</keysym>
 | 
			
		||||
                <keysym keyval="57" label="ヨ">9</keysym>
 | 
			
		||||
                <keysym keyval="41" label="ョ">parenright</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode41" name="AE03" column="0" row="8">
 | 
			
		||||
            <bounds>316.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="111" label="ら">o</keysym>
 | 
			
		||||
                <keysym keyval="111" label="ラ">o</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode42" name="AD03" column="1" row="8">
 | 
			
		||||
            <bounds>316.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="108" label="り">l</keysym>
 | 
			
		||||
                <keysym keyval="108" label="リ">l</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode43" name="AE04" column="2" row="8">
 | 
			
		||||
            <bounds>316.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="46" label="る">period</keysym>
 | 
			
		||||
                <keysym keyval="46" label="ル">period</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode44" name="AE05" column="3" row="8">
 | 
			
		||||
            <bounds>316.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="59" label="れ">semicolon</keysym>
 | 
			
		||||
                <keysym keyval="59" label="レ">semicolon</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode45" name="AE06" column="4" row="8">
 | 
			
		||||
            <bounds>316.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="92" label="ろ">backslash</keysym>
 | 
			
		||||
                <keysym keyval="92" label="ロ">backslash</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode46" name="AE03" column="0" row="9">
 | 
			
		||||
            <bounds>355.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="48" label="わ">0</keysym>
 | 
			
		||||
                <keysym keyval="48" label="ワ">0</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode47" name="AD03" column="1" row="9">
 | 
			
		||||
            <bounds>355.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="126" label="を">asciitilde</keysym>
 | 
			
		||||
                <keysym keyval="126" label="ヲ">asciitilde</keysym>
 | 
			
		||||
             </symbols>
 | 
			
		||||
         </key>
 | 
			
		||||
        <key id="keycode48" name="AE04" column="2" row="9">
 | 
			
		||||
            <bounds>355.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="121" label="ん">y</keysym>
 | 
			
		||||
                <keysym keyval="121" label="ン">y</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode49" name="AE05" column="3" row="9">
 | 
			
		||||
            <bounds>355.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="123" label="「">braceleft</keysym>
 | 
			
		||||
                <keysym keyval="48" label="ゐ">0</keysym>
 | 
			
		||||
                <keysym keyval="123" label="「">braceleft</keysym>
 | 
			
		||||
                <keysym keyval="48" label="ヰ">0</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode50" name="AE06" column="4" row="9">
 | 
			
		||||
            <bounds>355.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="125" label="」">braceright</keysym>
 | 
			
		||||
                <keysym keyval="48" label="ゑ">0</keysym>
 | 
			
		||||
                <keysym keyval="125" label="」">braceright</keysym>
 | 
			
		||||
                <keysym keyval="48" label="ヱ">0</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
 | 
			
		||||
        <key id="keycode51" name="AE03" column="0" row="10">
 | 
			
		||||
            <bounds>394.000000,4.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="64" label="゛">at</keysym>
 | 
			
		||||
                <keysym keyval="64" label="゛">at</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode52" name="AD03" column="1" row="10">
 | 
			
		||||
            <bounds>394.000000,43.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="91" label="゜">bracketleft</keysym>
 | 
			
		||||
                <keysym keyval="91" label="゜">bracketleft</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode53" name="AE04" column="2" row="10">
 | 
			
		||||
            <bounds>394.000000,82.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="124" label="ー">bar</keysym>
 | 
			
		||||
                <keysym keyval="124" label="ー">bar</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode54" name="AE05" column="3" row="10">
 | 
			
		||||
            <bounds>394.000000,121.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="1">
 | 
			
		||||
                <keysym keyval="60" label="、">less</keysym>
 | 
			
		||||
                <keysym keyval="60" label="、">less</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode55" name="AE06" column="4" row="10">
 | 
			
		||||
            <bounds>394.000000,160.000000,38.000000,38.000000</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="2" levels="2">
 | 
			
		||||
                <keysym keyval="62" label="。">greater</keysym>
 | 
			
		||||
                <keysym keyval="63" label="・">question</keysym>
 | 
			
		||||
                <keysym keyval="62" label="。">greater</keysym>
 | 
			
		||||
                <keysym keyval="63" label="・">question</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
    </section>
 | 
			
		||||
    <outline id="outline1">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>38.000000,0.000000</point>
 | 
			
		||||
        <point>38.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline3">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>60.000000,0.000000</point>
 | 
			
		||||
        <point>60.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline4">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>60.000000,0.000000</point>
 | 
			
		||||
        <point>60.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline5">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>69.000000,0.000000</point>
 | 
			
		||||
        <point>69.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline6">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>89.000000,0.000000</point>
 | 
			
		||||
        <point>89.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline7">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>89.000000,0.000000</point>
 | 
			
		||||
        <point>89.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline8">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>110.000000,0.000000</point>
 | 
			
		||||
        <point>110.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline9">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>57.000000,0.000000</point>
 | 
			
		||||
        <point>57.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline10">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>49.000000,0.000000</point>
 | 
			
		||||
        <point>49.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline11">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>239.000000,0.000000</point>
 | 
			
		||||
        <point>239.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline12">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>38.000000,0.000000</point>
 | 
			
		||||
        <point>38.000000,79.000000</point>
 | 
			
		||||
        <point>0.000000,79.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline13">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>79.000000,0.000000</point>
 | 
			
		||||
        <point>79.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline2">
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>80.000000,0.000000</point>
 | 
			
		||||
        <point>80.000000,38.000000</point>
 | 
			
		||||
        <point>0.000000,38.000000</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline14">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>238.829268,0.000000</point>
 | 
			
		||||
        <point>238.829268,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
</keyboard>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										88
									
								
								data/keyboards/keyboards.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								data/keyboards/keyboards.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,88 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<keyboards version="0.90">
 | 
			
		||||
  <keyboard id="ar" name="ar"
 | 
			
		||||
	    geometry="compact" symbols="ar"
 | 
			
		||||
	    longname="Arabic" language="ar"/>
 | 
			
		||||
  <keyboard id="be" name="be"
 | 
			
		||||
	    geometry="compact" symbols="be"
 | 
			
		||||
	    longname="Belarusian" language="be"/>
 | 
			
		||||
  <keyboard id="fa" name="fa"
 | 
			
		||||
	    geometry="compact" symbols="fa"
 | 
			
		||||
	    longname="Farsi (ISIRI 2901-1994)" language="fa"/>
 | 
			
		||||
  <keyboard id="he" name="he"
 | 
			
		||||
	    geometry="compact" symbols="he"
 | 
			
		||||
	    longname="Hebrew" language="he"/>
 | 
			
		||||
  <keyboard id="ja" name="ja"
 | 
			
		||||
	    geometry="compact" symbols="ja-kana"
 | 
			
		||||
	    longname="Japanese (Kana)" language="ja"/>
 | 
			
		||||
  <keyboard id="kk" name="kk"
 | 
			
		||||
	    geometry="compact" symbols="kk"
 | 
			
		||||
	    longname="Kazakh" language="kk"/>
 | 
			
		||||
  <keyboard id="ks" name="ks"
 | 
			
		||||
	    geometry="compact" symbols="ks"
 | 
			
		||||
	    longname="Kashmiri" language="ks"/>
 | 
			
		||||
  <keyboard id="my" name="my"
 | 
			
		||||
	    geometry="compact" symbols="my"
 | 
			
		||||
	    longname="Myanmar" language="my"/>
 | 
			
		||||
  <keyboard id="ru" name="ru"
 | 
			
		||||
	    geometry="compact" symbols="us"
 | 
			
		||||
	    longname="Russian" language="ru"/>
 | 
			
		||||
  <keyboard id="th" name="th"
 | 
			
		||||
	    geometry="compact" symbols="th"
 | 
			
		||||
	    longname="Thai" language="th"/>
 | 
			
		||||
  <keyboard id="ua" name="ua"
 | 
			
		||||
	    geometry="compact" symbols="ua"
 | 
			
		||||
	    longname="Ukrainian" language="ua"/>
 | 
			
		||||
  <keyboard id="ug" name="ug"
 | 
			
		||||
	    geometry="compact" symbols="ug"
 | 
			
		||||
	    longname="Uyghur" language="ug"/>
 | 
			
		||||
  <keyboard id="us" name="us"
 | 
			
		||||
	    geometry="compact" symbols="us"
 | 
			
		||||
	    longname="US" language="en"/>
 | 
			
		||||
  <keyboard id="zh-bopomofo" name="zh-bopomofo"
 | 
			
		||||
	    geometry="compact" symbols="zh-bopomofo"
 | 
			
		||||
	    longname="Chinese (Bopomofo)" language="zh"/>
 | 
			
		||||
  <!-- Indic Inscript keyboards converted from m17n-lib -->
 | 
			
		||||
  <keyboard id="as-inscript" name="as-inscript"
 | 
			
		||||
	    geometry="compact" symbols="as-inscript"
 | 
			
		||||
	    longname="Assamese (Inscript)" language="as"/>
 | 
			
		||||
  <keyboard id="bn-inscript" name="bn-inscript"
 | 
			
		||||
	    geometry="compact" symbols="bn-inscript"
 | 
			
		||||
	    longname="Bengali (Inscript)" language="bn"/>
 | 
			
		||||
  <keyboard id="gu-inscript" name="gu-inscript"
 | 
			
		||||
	    geometry="compact" symbols="gu-inscript"
 | 
			
		||||
	    longname="Gujarati (Inscript)" language="gu"/>
 | 
			
		||||
  <keyboard id="hi-inscript" name="hi-inscript"
 | 
			
		||||
	    geometry="compact" symbols="hi-inscript"
 | 
			
		||||
	    longname="Hindi (Inscript)" language="hi"/>
 | 
			
		||||
  <keyboard id="kn-inscript" name="kn-inscript"
 | 
			
		||||
	    geometry="compact" symbols="kn-inscript"
 | 
			
		||||
	    longname="Kannada (Inscript)" language="kn"/>
 | 
			
		||||
  <keyboard id="ks-inscript" name="ks-inscript"
 | 
			
		||||
	    geometry="compact" symbols="ks-inscript"
 | 
			
		||||
	    longname="Kashmiri Devanagari (Inscript)" language="ks"/>
 | 
			
		||||
  <keyboard id="mai-inscript" name="mai-inscript"
 | 
			
		||||
	    geometry="compact" symbols="mai-inscript"
 | 
			
		||||
	    longname="Maithili (Inscript)" language="mai"/>
 | 
			
		||||
  <keyboard id="ml-inscript" name="ml-inscript"
 | 
			
		||||
	    geometry="compact" symbols="ml-inscript"
 | 
			
		||||
	    longname="Malayalam (Inscript)" language="ml-inscript"/>
 | 
			
		||||
  <keyboard id="mr-inscript" name="mr-inscript"
 | 
			
		||||
	    geometry="compact" symbols="mr-inscript"
 | 
			
		||||
	    longname="Marathi (Inscript)" language="mr"/>
 | 
			
		||||
  <keyboard id="or-inscript" name="or-inscript"
 | 
			
		||||
	    geometry="compact" symbols="or-inscript"
 | 
			
		||||
	    longname="Oriya (Inscript)" language="or"/>
 | 
			
		||||
  <keyboard id="pa-inscript" name="pa-inscript"
 | 
			
		||||
	    geometry="compact" symbols="pa-inscript"
 | 
			
		||||
	    longname="Punjabi (Inscript)" language="pa"/>
 | 
			
		||||
  <keyboard id="sd-inscript" name="sd-inscript"
 | 
			
		||||
	    geometry="compact" symbols="sd-inscript"
 | 
			
		||||
	    longname="Sindhi (Inscript)" language="sd"/>
 | 
			
		||||
  <keyboard id="ta-inscript" name="ta-inscript"
 | 
			
		||||
	    geometry="compact" symbols="ta-inscript"
 | 
			
		||||
	    longname="Tamil (Inscript)" language="ta"/>
 | 
			
		||||
  <keyboard id="te-inscript" name="te-inscript"
 | 
			
		||||
	    geometry="compact" symbols="te-inscript"
 | 
			
		||||
	    longname="Telugu (Inscript)" language="te"/>
 | 
			
		||||
</keyboards>
 | 
			
		||||
							
								
								
									
										181
									
								
								data/keyboards/symbols/ar.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										181
									
								
								data/keyboards/symbols/ar.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,181 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ّ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">١</text>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">٢</text>
 | 
			
		||||
    <keysym keyval="64">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">٣</text>
 | 
			
		||||
    <keysym keyval="35">numbersign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">٤</text>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">٥</text>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">٦</text>
 | 
			
		||||
    <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">٧</text>
 | 
			
		||||
    <keysym keyval="38">ampersand</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">٨</text>
 | 
			
		||||
    <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">٩</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">٠</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ض</text>
 | 
			
		||||
    <text category="letter">َ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ص</text>
 | 
			
		||||
    <text category="letter">ً</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ث</text>
 | 
			
		||||
    <text category="letter">ُ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ق</text>
 | 
			
		||||
    <text category="letter">ٌ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ف</text>
 | 
			
		||||
    <text category="letter">لإ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">غ</text>
 | 
			
		||||
    <text category="letter">إ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ع</text>
 | 
			
		||||
    <text category="letter">`</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ه</text>
 | 
			
		||||
    <text category="letter">÷</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">خ</text>
 | 
			
		||||
    <text category="letter">×</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ح</text>
 | 
			
		||||
    <text category="letter">؛</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ج</text>
 | 
			
		||||
    <text category="letter">></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">د</text>
 | 
			
		||||
    <text category="letter"><</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ش</text>
 | 
			
		||||
    <text category="letter">ِ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">س</text>
 | 
			
		||||
    <text category="letter">ٍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">ي</text>
 | 
			
		||||
    <text category="letter">]</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ب</text>
 | 
			
		||||
    <text category="letter">[</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ل</text>
 | 
			
		||||
    <text category="letter">لأ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ا</text>
 | 
			
		||||
    <text category="letter">أ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ت</text>
 | 
			
		||||
    <text category="letter">ـ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ن</text>
 | 
			
		||||
    <text category="letter">،</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">م</text>
 | 
			
		||||
    <text category="letter">/</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ك</text>
 | 
			
		||||
    <keysym keyval="58">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ئ</text>
 | 
			
		||||
    <text category="letter">~</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ء</text>
 | 
			
		||||
    <text category="letter">ْ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ؤ</text>
 | 
			
		||||
    <text category="letter">}</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ر</text>
 | 
			
		||||
    <text category="letter">{</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">لا</text>
 | 
			
		||||
    <text category="letter">لآ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ى</text>
 | 
			
		||||
    <text category="letter">آ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ة</text>
 | 
			
		||||
    <text category="letter">'</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">و</text>
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ز</text>
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ظ</text>
 | 
			
		||||
    <text category="letter">؟</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/as-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/as-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">~</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">১</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">২</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">৩</text>
 | 
			
		||||
    <text category="letter">্ৰ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">৪</text>
 | 
			
		||||
    <text category="letter">ৰ্</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">৫</text>
 | 
			
		||||
    <text category="letter">জ্ঞ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">৬</text>
 | 
			
		||||
    <text category="letter">ত্ৰ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">৭</text>
 | 
			
		||||
    <text category="letter">ক্ষ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">৮</text>
 | 
			
		||||
    <text category="letter">শ্ৰ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">৯</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">০</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ঃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ৃ</text>
 | 
			
		||||
    <text category="letter">ঋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ৌ</text>
 | 
			
		||||
    <text category="letter">ঔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ৈ</text>
 | 
			
		||||
    <text category="letter">ঐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">া</text>
 | 
			
		||||
    <text category="letter">আ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ী</text>
 | 
			
		||||
    <text category="letter">ঈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ূ</text>
 | 
			
		||||
    <text category="letter">ঊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ব</text>
 | 
			
		||||
    <text category="letter">ভ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">হ</text>
 | 
			
		||||
    <text category="letter">ঙ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">গ</text>
 | 
			
		||||
    <text category="letter">ঘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">দ</text>
 | 
			
		||||
    <text category="letter">ধ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">জ</text>
 | 
			
		||||
    <text category="letter">ঝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ড</text>
 | 
			
		||||
    <text category="letter">ঢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">়</text>
 | 
			
		||||
    <text category="letter">ঞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">য</text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ো</text>
 | 
			
		||||
    <text category="letter">ও</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ে</text>
 | 
			
		||||
    <text category="letter">এ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">্</text>
 | 
			
		||||
    <text category="letter">অ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ি</text>
 | 
			
		||||
    <text category="letter">ই</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ু</text>
 | 
			
		||||
    <text category="letter">উ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">প</text>
 | 
			
		||||
    <text category="letter">ফ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ৰ</text>
 | 
			
		||||
    <text category="letter">J</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ক</text>
 | 
			
		||||
    <text category="letter">খ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ত</text>
 | 
			
		||||
    <text category="letter">থ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">চ</text>
 | 
			
		||||
    <text category="letter">ছ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ঠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ৎ</text>
 | 
			
		||||
    <text category="letter">৺</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ং</text>
 | 
			
		||||
    <text category="letter">ঁ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ম</text>
 | 
			
		||||
    <text category="letter">ণ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ন</text>
 | 
			
		||||
    <text category="letter">V</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ৱ</text>
 | 
			
		||||
    <text category="letter">B</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ল</text>
 | 
			
		||||
    <text category="letter">N</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">স</text>
 | 
			
		||||
    <text category="letter">শ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ষ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">য়</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/be.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/be.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">Ё</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <keysym keyval="49">1</keysym>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <keysym keyval="50">2</keysym>
 | 
			
		||||
    <text category="letter">"</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <keysym keyval="51">3</keysym>
 | 
			
		||||
    <text category="letter">№</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <keysym keyval="52">4</keysym>
 | 
			
		||||
    <text category="letter">;</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <keysym keyval="53">5</keysym>
 | 
			
		||||
    <text category="letter">%</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <keysym keyval="54">6</keysym>
 | 
			
		||||
    <text category="letter">:</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <keysym keyval="55">7</keysym>
 | 
			
		||||
    <text category="letter">?</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <keysym keyval="56">8</keysym>
 | 
			
		||||
    <text category="letter">*</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <keysym keyval="57">9</keysym>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <keysym keyval="48">0</keysym>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <text category="letter">_</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <text category="letter">+</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">й</text>
 | 
			
		||||
    <text category="letter">Й</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ц</text>
 | 
			
		||||
    <text category="letter">Ц</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">у</text>
 | 
			
		||||
    <text category="letter">У</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">к</text>
 | 
			
		||||
    <text category="letter">К</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">е</text>
 | 
			
		||||
    <text category="letter">Е</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">н</text>
 | 
			
		||||
    <text category="letter">Н</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">г</text>
 | 
			
		||||
    <text category="letter">Г</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ш</text>
 | 
			
		||||
    <text category="letter">Ш</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ў</text>
 | 
			
		||||
    <text category="letter">Ў</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">з</text>
 | 
			
		||||
    <text category="letter">З</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">х</text>
 | 
			
		||||
    <text category="letter">Х</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">'</text>
 | 
			
		||||
    <text category="letter">'</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">\</text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ф</text>
 | 
			
		||||
    <text category="letter">Ф</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ы</text>
 | 
			
		||||
    <text category="letter">Ы</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">в</text>
 | 
			
		||||
    <text category="letter">В</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">а</text>
 | 
			
		||||
    <text category="letter">А</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">п</text>
 | 
			
		||||
    <text category="letter">П</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">р</text>
 | 
			
		||||
    <text category="letter">Р</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">о</text>
 | 
			
		||||
    <text category="letter">О</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">л</text>
 | 
			
		||||
    <text category="letter">Л</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">д</text>
 | 
			
		||||
    <text category="letter">Д</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ж</text>
 | 
			
		||||
    <text category="letter">Ж</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">Э</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">я</text>
 | 
			
		||||
    <text category="letter">Я</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ч</text>
 | 
			
		||||
    <text category="letter">Ч</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">с</text>
 | 
			
		||||
    <text category="letter">С</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">м</text>
 | 
			
		||||
    <text category="letter">М</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">і</text>
 | 
			
		||||
    <text category="letter">І</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">т</text>
 | 
			
		||||
    <text category="letter">Т</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ь</text>
 | 
			
		||||
    <text category="letter">Ь</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">б</text>
 | 
			
		||||
    <text category="letter">Б</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ю</text>
 | 
			
		||||
    <text category="letter">Ю</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/bn-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/bn-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">~</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">১</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">২</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">৩</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">৪</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">৫</text>
 | 
			
		||||
    <text category="letter">%</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">৬</text>
 | 
			
		||||
    <text category="letter">^</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">৭</text>
 | 
			
		||||
    <text category="letter">&</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">৮</text>
 | 
			
		||||
    <text category="letter">*</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">৯</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">০</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ঃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ৃ</text>
 | 
			
		||||
    <text category="letter">ঋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ৌ</text>
 | 
			
		||||
    <text category="letter">ঔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ৈ</text>
 | 
			
		||||
    <text category="letter">ঐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">া</text>
 | 
			
		||||
    <text category="letter">আ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ী</text>
 | 
			
		||||
    <text category="letter">ঈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ূ</text>
 | 
			
		||||
    <text category="letter">ঊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ব</text>
 | 
			
		||||
    <text category="letter">ভ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">হ</text>
 | 
			
		||||
    <text category="letter">ঙ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">গ</text>
 | 
			
		||||
    <text category="letter">ঘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">দ</text>
 | 
			
		||||
    <text category="letter">ধ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">জ</text>
 | 
			
		||||
    <text category="letter">ঝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ড</text>
 | 
			
		||||
    <text category="letter">ঢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">়</text>
 | 
			
		||||
    <text category="letter">ঞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">\</text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ো</text>
 | 
			
		||||
    <text category="letter">ও</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ে</text>
 | 
			
		||||
    <text category="letter">এ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">্</text>
 | 
			
		||||
    <text category="letter">অ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ি</text>
 | 
			
		||||
    <text category="letter">ই</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ু</text>
 | 
			
		||||
    <text category="letter">উ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">প</text>
 | 
			
		||||
    <text category="letter">ফ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">র</text>
 | 
			
		||||
    <text category="letter">J</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ক</text>
 | 
			
		||||
    <text category="letter">খ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ত</text>
 | 
			
		||||
    <text category="letter">থ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">চ</text>
 | 
			
		||||
    <text category="letter">ছ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ঠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">z</text>
 | 
			
		||||
    <text category="letter">Z</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ং</text>
 | 
			
		||||
    <text category="letter">ঁ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ম</text>
 | 
			
		||||
    <text category="letter">ণ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ন</text>
 | 
			
		||||
    <text category="letter">V</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ব</text>
 | 
			
		||||
    <text category="letter">B</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ল</text>
 | 
			
		||||
    <text category="letter">N</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">স</text>
 | 
			
		||||
    <text category="letter">শ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ষ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">য়</text>
 | 
			
		||||
    <text category="letter">য</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/fa.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/fa.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">۱</text>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">۲</text>
 | 
			
		||||
    <text category="letter">٬</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">۳</text>
 | 
			
		||||
    <text category="letter">٫</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">۴</text>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">۵</text>
 | 
			
		||||
    <text category="letter">٪</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">۶</text>
 | 
			
		||||
    <text category="letter">×</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">۷</text>
 | 
			
		||||
    <text category="letter">،</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">۸</text>
 | 
			
		||||
    <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">۹</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">۰</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <keysym keyval="95">underscore</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <keysym keyval="43">plus</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ض</text>
 | 
			
		||||
    <text category="letter">ْ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ص</text>
 | 
			
		||||
    <text category="letter">ٌ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ث</text>
 | 
			
		||||
    <text category="letter">ٍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ق</text>
 | 
			
		||||
    <text category="letter">ً</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ف</text>
 | 
			
		||||
    <text category="letter">ُ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">غ</text>
 | 
			
		||||
    <text category="letter">ِ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ع</text>
 | 
			
		||||
    <text category="letter">َ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ه</text>
 | 
			
		||||
    <text category="letter">ّ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">خ</text>
 | 
			
		||||
    <text category="letter">]</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ح</text>
 | 
			
		||||
    <text category="letter">[</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ج</text>
 | 
			
		||||
    <text category="letter">}</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">چ</text>
 | 
			
		||||
    <text category="letter">{</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <keysym keyval="92">backslash</keysym>
 | 
			
		||||
    <keysym keyval="124">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ش</text>
 | 
			
		||||
    <text category="letter">ؤ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">س</text>
 | 
			
		||||
    <text category="letter">ئ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">ی</text>
 | 
			
		||||
    <text category="letter">ي</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ب</text>
 | 
			
		||||
    <text category="letter">إ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ل</text>
 | 
			
		||||
    <text category="letter">أ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ا</text>
 | 
			
		||||
    <text category="letter">آ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ت</text>
 | 
			
		||||
    <text category="letter">ة</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ن</text>
 | 
			
		||||
    <text category="letter">»</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">م</text>
 | 
			
		||||
    <text category="letter">«</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ک</text>
 | 
			
		||||
    <keysym keyval="58">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">؛</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ظ</text>
 | 
			
		||||
    <text category="letter">ك</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ط</text>
 | 
			
		||||
    <keysym keyval="88">X</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ز</text>
 | 
			
		||||
    <text category="letter">ژ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ر</text>
 | 
			
		||||
    <keysym keyval="86">V</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ذ</text>
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">د</text>
 | 
			
		||||
    <text name="N" category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">پ</text>
 | 
			
		||||
    <text category="letter">ء</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">و</text>
 | 
			
		||||
    <text category="letter">></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <keysym keyval="46">period</keysym>
 | 
			
		||||
    <text category="letter"><</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <keysym keyval="47">slash</keysym>
 | 
			
		||||
    <text category="letter">؟</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/gu-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/gu-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">~</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">૧</text>
 | 
			
		||||
    <text category="letter">ઍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">૨</text>
 | 
			
		||||
    <text category="letter">ૅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">૩</text>
 | 
			
		||||
    <text category="letter">ૠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">૪</text>
 | 
			
		||||
    <text category="letter">ૄ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">૫</text>
 | 
			
		||||
    <text category="letter">જ્ઞ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">૬</text>
 | 
			
		||||
    <text category="letter">ત્ર</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">૭</text>
 | 
			
		||||
    <text category="letter">ક્ષ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">૮</text>
 | 
			
		||||
    <text category="letter">શ્ર</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">૯</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">૦</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ઃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ૃ</text>
 | 
			
		||||
    <text category="letter">ઋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ૌ</text>
 | 
			
		||||
    <text category="letter">ઔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ૈ</text>
 | 
			
		||||
    <text category="letter">ઐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ા</text>
 | 
			
		||||
    <text category="letter">આ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ી</text>
 | 
			
		||||
    <text category="letter">ઈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ૂ</text>
 | 
			
		||||
    <text category="letter">ઊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">બ</text>
 | 
			
		||||
    <text category="letter">ભ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">હ</text>
 | 
			
		||||
    <text category="letter">ઙ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ગ</text>
 | 
			
		||||
    <text category="letter">ઘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">દ</text>
 | 
			
		||||
    <text category="letter">ધ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">જ</text>
 | 
			
		||||
    <text category="letter">ઝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ડ</text>
 | 
			
		||||
    <text category="letter">ઢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">઼</text>
 | 
			
		||||
    <text category="letter">ઞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">ૉ</text>
 | 
			
		||||
    <text category="letter">ઑ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ો</text>
 | 
			
		||||
    <text category="letter">ઓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ે</text>
 | 
			
		||||
    <text category="letter">એ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">્</text>
 | 
			
		||||
    <text category="letter">અ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">િ</text>
 | 
			
		||||
    <text category="letter">ઇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ુ</text>
 | 
			
		||||
    <text category="letter">ઉ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">પ</text>
 | 
			
		||||
    <text category="letter">ફ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ર</text>
 | 
			
		||||
    <text category="letter">ઽ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ક</text>
 | 
			
		||||
    <text category="letter">ખ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ત</text>
 | 
			
		||||
    <text category="letter">થ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ચ</text>
 | 
			
		||||
    <text category="letter">છ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ઠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">૱</text>
 | 
			
		||||
    <text category="letter">ૐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ં</text>
 | 
			
		||||
    <text category="letter">ઁ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">મ</text>
 | 
			
		||||
    <text category="letter">ણ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ન</text>
 | 
			
		||||
    <text category="letter">"</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">વ</text>
 | 
			
		||||
    <text category="letter">'</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">લ</text>
 | 
			
		||||
    <text category="letter">ળ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">સ</text>
 | 
			
		||||
    <text category="letter">શ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ષ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ય</text>
 | 
			
		||||
    <text category="letter">?</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/he.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/he.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <keysym keyval="49">1</keysym>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <keysym keyval="50">2</keysym>
 | 
			
		||||
    <keysym keyval="64">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <keysym keyval="51">3</keysym>
 | 
			
		||||
    <keysym keyval="35">numbersign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <keysym keyval="52">4</keysym>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <keysym keyval="53">5</keysym>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <keysym keyval="54">6</keysym>
 | 
			
		||||
    <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <keysym keyval="55">7</keysym>
 | 
			
		||||
    <keysym keyval="38">ampersand</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <keysym keyval="56">8</keysym>
 | 
			
		||||
    <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <keysym keyval="57">9</keysym>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <keysym keyval="48">0</keysym>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <keysym keyval="95">underscore</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <keysym keyval="43">plus</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">/</text>
 | 
			
		||||
    <keysym keyval="81">Q</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">'</text>
 | 
			
		||||
    <keysym keyval="87">W</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ק</text>
 | 
			
		||||
    <keysym keyval="69">E</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ר</text>
 | 
			
		||||
    <keysym keyval="82">R</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">א</text>
 | 
			
		||||
    <keysym keyval="84">T</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ט</text>
 | 
			
		||||
    <keysym keyval="89">Y</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ו</text>
 | 
			
		||||
    <keysym keyval="85">U</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ן</text>
 | 
			
		||||
    <keysym keyval="73">I</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ם</text>
 | 
			
		||||
    <keysym keyval="79">O</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">פ</text>
 | 
			
		||||
    <keysym keyval="80">P</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">]</text>
 | 
			
		||||
    <text category="letter">}</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">[</text>
 | 
			
		||||
    <text category="letter">{</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <keysym keyval="92">backslash</keysym>
 | 
			
		||||
    <keysym keyval="124">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ש</text>
 | 
			
		||||
    <keysym keyval="65">A</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ד</text>
 | 
			
		||||
    <keysym keyval="83">S</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">ג</text>
 | 
			
		||||
    <keysym keyval="68">D</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">כ</text>
 | 
			
		||||
    <keysym keyval="70">F</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ע</text>
 | 
			
		||||
    <keysym keyval="71">G</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">י</text>
 | 
			
		||||
    <keysym keyval="72">H</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ח</text>
 | 
			
		||||
    <keysym keyval="74">J</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ל</text>
 | 
			
		||||
    <keysym keyval="75">K</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ך</text>
 | 
			
		||||
    <keysym keyval="76">L</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ף</text>
 | 
			
		||||
    <keysym keyval="58">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ז</text>
 | 
			
		||||
    <keysym keyval="90">Z</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ס</text>
 | 
			
		||||
    <keysym keyval="88">X</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ב</text>
 | 
			
		||||
    <keysym keyval="67">C</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ה</text>
 | 
			
		||||
    <keysym keyval="86">V</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">נ</text>
 | 
			
		||||
    <keysym keyval="66">B</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">מ</text>
 | 
			
		||||
    <keysym keyval="78">N</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">צ</text>
 | 
			
		||||
    <keysym keyval="77">M</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">ת</text>
 | 
			
		||||
    <text category="letter">></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ץ</text>
 | 
			
		||||
    <text category="letter"><</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/hi-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/hi-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ऒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">१</text>
 | 
			
		||||
    <text category="letter">ऍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">२</text>
 | 
			
		||||
    <text category="letter">ॅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">३</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">४</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">५</text>
 | 
			
		||||
    <text category="letter">ज्ञ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">६</text>
 | 
			
		||||
    <text category="letter">त्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">७</text>
 | 
			
		||||
    <text category="letter">क्ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">८</text>
 | 
			
		||||
    <text category="letter">श्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">९</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">०</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ः</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ृ</text>
 | 
			
		||||
    <text category="letter">ऋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ौ</text>
 | 
			
		||||
    <text category="letter">औ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ै</text>
 | 
			
		||||
    <text category="letter">ऐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ा</text>
 | 
			
		||||
    <text category="letter">आ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ी</text>
 | 
			
		||||
    <text category="letter">ई</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ू</text>
 | 
			
		||||
    <text category="letter">ऊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ब</text>
 | 
			
		||||
    <text category="letter">भ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ह</text>
 | 
			
		||||
    <text category="letter">ङ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ग</text>
 | 
			
		||||
    <text category="letter">घ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">द</text>
 | 
			
		||||
    <text category="letter">ध</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ज</text>
 | 
			
		||||
    <text category="letter">झ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ड</text>
 | 
			
		||||
    <text category="letter">ढ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">़</text>
 | 
			
		||||
    <text category="letter">ञ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">ॉ</text>
 | 
			
		||||
    <text category="letter">ऑ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ो</text>
 | 
			
		||||
    <text category="letter">ओ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">े</text>
 | 
			
		||||
    <text category="letter">ए</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">्</text>
 | 
			
		||||
    <text category="letter">अ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ि</text>
 | 
			
		||||
    <text category="letter">इ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ु</text>
 | 
			
		||||
    <text category="letter">उ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">प</text>
 | 
			
		||||
    <text category="letter">फ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">र</text>
 | 
			
		||||
    <text category="letter">ऱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">क</text>
 | 
			
		||||
    <text category="letter">ख</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">त</text>
 | 
			
		||||
    <text category="letter">थ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">च</text>
 | 
			
		||||
    <text category="letter">छ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ठ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ॆ</text>
 | 
			
		||||
    <text category="letter">ऎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ं</text>
 | 
			
		||||
    <text category="letter">ँ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">म</text>
 | 
			
		||||
    <text category="letter">ण</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">न</text>
 | 
			
		||||
    <text category="letter">ऩ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">व</text>
 | 
			
		||||
    <text category="letter">ऴ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ल</text>
 | 
			
		||||
    <text category="letter">ळ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">स</text>
 | 
			
		||||
    <text category="letter">श</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">य</text>
 | 
			
		||||
    <text category="letter">य़</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										250
									
								
								data/keyboards/symbols/ja-kana.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										250
									
								
								data/keyboards/symbols/ja-kana.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,250 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="1" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="51" label="あ">3</keysym>
 | 
			
		||||
    <keysym keyval="35" label="ぁ">numbersign</keysym>
 | 
			
		||||
    <keysym keyval="51" label="ア">3</keysym>
 | 
			
		||||
    <keysym keyval="35" label="ァ">numbersign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="2" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="101" label="い">e</keysym>
 | 
			
		||||
    <keysym keyval="69" label="ぃ">E</keysym>
 | 
			
		||||
    <keysym keyval="101" label="イ">e</keysym>
 | 
			
		||||
    <keysym keyval="69" label="ィ">E</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="3" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="52" label="う">4</keysym>
 | 
			
		||||
    <keysym keyval="36" label="ぅ">dollar</keysym>
 | 
			
		||||
    <keysym keyval="52" label="ウ">4</keysym>
 | 
			
		||||
    <keysym keyval="36" label="ゥ">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="4" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="53" label="え">5</keysym>
 | 
			
		||||
    <keysym keyval="37" label="ぇ">percent</keysym>
 | 
			
		||||
    <keysym keyval="53" label="エ">5</keysym>
 | 
			
		||||
    <keysym keyval="37" label="ェ">percent</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="5" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="54" label="お">6</keysym>
 | 
			
		||||
    <keysym keyval="38" label="ぉ">ampersand</keysym>
 | 
			
		||||
    <keysym keyval="54" label="オ">6</keysym>
 | 
			
		||||
    <keysym keyval="38" label="ォ">ampersand</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="6" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="116" label="か">t</keysym>
 | 
			
		||||
    <keysym keyval="116" label="カ">t</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="7" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="103" label="き">g</keysym>
 | 
			
		||||
    <keysym keyval="103" label="キ">g</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="8" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="104" label="く">h</keysym>
 | 
			
		||||
    <keysym keyval="104" label="ク">h</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="9" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="58" label="け">colon</keysym>
 | 
			
		||||
    <keysym keyval="58" label="ケ">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="98" label="こ">b</keysym>
 | 
			
		||||
    <keysym keyval="98" label="コ">b</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="11" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="120" label="さ">x</keysym>
 | 
			
		||||
    <keysym keyval="120" label="サ">x</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="100" label="し">d</keysym>
 | 
			
		||||
    <keysym keyval="100" label="シ">d</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="114" label="す">r</keysym>
 | 
			
		||||
    <keysym keyval="114" label="ス">r</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="112" label="せ">p</keysym>
 | 
			
		||||
    <keysym keyval="112" label="セ">p</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="99" label="そ">c</keysym>
 | 
			
		||||
    <keysym keyval="99" label="ソ">c</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="16" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="113" label="た">q</keysym>
 | 
			
		||||
    <keysym keyval="113" label="タ">q</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="97" label="ち">a</keysym>
 | 
			
		||||
    <keysym keyval="97" label="チ">a</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="122" label="つ">z</keysym>
 | 
			
		||||
    <keysym keyval="90" label="っ">Z</keysym>
 | 
			
		||||
    <keysym keyval="122" label="ツ">z</keysym>
 | 
			
		||||
    <keysym keyval="90" label="ッ">Z</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="119" label="て">w</keysym>
 | 
			
		||||
    <keysym keyval="119" label="テ">w</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="115" label="と">s</keysym>
 | 
			
		||||
    <keysym keyval="115" label="ト">s</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="21" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="117" label="な">u</keysym>
 | 
			
		||||
    <keysym keyval="117" label="ナ">u</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="22" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="105" label="に">i</keysym>
 | 
			
		||||
    <keysym keyval="105" label="ニ">i</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="23" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="33" label="ぬ">exclam</keysym>
 | 
			
		||||
    <keysym keyval="33" label="ヌ">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="44" label="ね">comma</keysym>
 | 
			
		||||
    <keysym keyval="44" label="ネ">comma</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="107" label="の">k</keysym>
 | 
			
		||||
    <keysym keyval="107" label="ノ">k</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="26" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="102" label="は">f</keysym>
 | 
			
		||||
    <keysym keyval="102" label="ハ">f</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="118" label="ひ">v</keysym>
 | 
			
		||||
    <keysym keyval="118" label="ヒ">v</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="34" label="ふ">quotedbl</keysym>
 | 
			
		||||
    <keysym keyval="34" label="フ">quotedbl</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="94" label="へ">asciicircum</keysym>
 | 
			
		||||
    <keysym keyval="94" label="ヘ">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="61" label="ほ">equal</keysym>
 | 
			
		||||
    <keysym keyval="61" label="ホ">equal</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="31" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="106" label="ま">j</keysym>
 | 
			
		||||
    <keysym keyval="106" label="マ">j</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="110" label="み">n</keysym>
 | 
			
		||||
    <keysym keyval="110" label="ミ">n</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="93" label="む">bracketright</keysym>
 | 
			
		||||
    <keysym keyval="93" label="ム">bracketright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="47" label="め">slash</keysym>
 | 
			
		||||
    <keysym keyval="47" label="メ">slash</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="109" label="も">m</keysym>
 | 
			
		||||
    <keysym keyval="109" label="モ">m</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="36" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="55" label="や">7</keysym>
 | 
			
		||||
    <keysym keyval="39" label="ゃ">quoteright</keysym>
 | 
			
		||||
    <keysym keyval="55" label="ヤ">7</keysym>
 | 
			
		||||
    <keysym keyval="39" label="ャ">quoteright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="37" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="56" label="ゆ">8</keysym>
 | 
			
		||||
    <keysym keyval="40" label="ゅ">parenleft</keysym>
 | 
			
		||||
    <keysym keyval="56" label="ユ">8</keysym>
 | 
			
		||||
    <keysym keyval="40" label="ュ">parenleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="57" label="よ">9</keysym>
 | 
			
		||||
    <keysym keyval="41" label="ょ">parenright</keysym>
 | 
			
		||||
    <keysym keyval="57" label="ヨ">9</keysym>
 | 
			
		||||
    <keysym keyval="41" label="ョ">parenright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="111" label="ら">o</keysym>
 | 
			
		||||
    <keysym keyval="111" label="ラ">o</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="108" label="り">l</keysym>
 | 
			
		||||
    <keysym keyval="108" label="リ">l</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="46" label="る">period</keysym>
 | 
			
		||||
    <keysym keyval="46" label="ル">period</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="59" label="れ">semicolon</keysym>
 | 
			
		||||
    <keysym keyval="59" label="レ">semicolon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="92" label="ろ">backslash</keysym>
 | 
			
		||||
    <keysym keyval="92" label="ロ">backslash</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="46" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="48" label="わ">0</keysym>
 | 
			
		||||
    <keysym keyval="48" label="ワ">0</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="126" label="を">asciitilde</keysym>
 | 
			
		||||
    <keysym keyval="126" label="ヲ">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="121" label="ん">y</keysym>
 | 
			
		||||
    <keysym keyval="121" label="ン">y</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="49" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="123" label="「">braceleft</keysym>
 | 
			
		||||
    <keysym keyval="48" label="ゐ">0</keysym>
 | 
			
		||||
    <keysym keyval="123" label="「">braceleft</keysym>
 | 
			
		||||
    <keysym keyval="48" label="ヰ">0</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="50" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="125" label="」">braceright</keysym>
 | 
			
		||||
    <keysym keyval="48" label="ゑ">0</keysym>
 | 
			
		||||
    <keysym keyval="125" label="」">braceright</keysym>
 | 
			
		||||
    <keysym keyval="48" label="ヱ">0</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
 | 
			
		||||
  <key keycode="51" name="AE03" groups="2">
 | 
			
		||||
    <keysym keyval="64" label="゛">at</keysym>
 | 
			
		||||
    <keysym keyval="64" label="゛">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AD03" groups="2">
 | 
			
		||||
    <keysym keyval="91" label="゜">bracketleft</keysym>
 | 
			
		||||
    <keysym keyval="91" label="゜">bracketleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AE04" groups="2">
 | 
			
		||||
    <keysym keyval="124" label="ー">bar</keysym>
 | 
			
		||||
    <keysym keyval="124" label="ー">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AE05" groups="2">
 | 
			
		||||
    <keysym keyval="60" label="、">less</keysym>
 | 
			
		||||
    <keysym keyval="60" label="、">less</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AE06" groups="2">
 | 
			
		||||
    <keysym keyval="62" label="。">greater</keysym>
 | 
			
		||||
    <keysym keyval="63" label="・">question</keysym>
 | 
			
		||||
    <keysym keyval="62" label="。">greater</keysym>
 | 
			
		||||
    <keysym keyval="63" label="・">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/kk.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/kk.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">"</text>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">ә</text>
 | 
			
		||||
    <text category="letter">Ә</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">і</text>
 | 
			
		||||
    <text category="letter">І</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">ӊ</text>
 | 
			
		||||
    <text category="letter">Ӊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">ғ</text>
 | 
			
		||||
    <text category="letter">Ғ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">;</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">:</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">ү</text>
 | 
			
		||||
    <text category="letter">Ү</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">ұ</text>
 | 
			
		||||
    <text category="letter">Ұ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">қ</text>
 | 
			
		||||
    <text category="letter">Қ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">ө</text>
 | 
			
		||||
    <text category="letter">Ө</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">һ</text>
 | 
			
		||||
    <text category="letter">Һ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">й</text>
 | 
			
		||||
    <text category="letter">Й</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ц</text>
 | 
			
		||||
    <text category="letter">Ц</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">у</text>
 | 
			
		||||
    <text category="letter">У</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">к</text>
 | 
			
		||||
    <text category="letter">К</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">е</text>
 | 
			
		||||
    <text category="letter">Е</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">н</text>
 | 
			
		||||
    <text category="letter">Н</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">г</text>
 | 
			
		||||
    <text category="letter">Г</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ш</text>
 | 
			
		||||
    <text category="letter">Ш</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">щ</text>
 | 
			
		||||
    <text category="letter">Щ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">з</text>
 | 
			
		||||
    <text category="letter">З</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">х</text>
 | 
			
		||||
    <text category="letter">Х</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">ъ</text>
 | 
			
		||||
    <text category="letter">Ъ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <keysym keyval="92">backslash</keysym>
 | 
			
		||||
    <keysym keyval="124">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ф</text>
 | 
			
		||||
    <text category="letter">Ф</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ы</text>
 | 
			
		||||
    <text category="letter">Ы</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">в</text>
 | 
			
		||||
    <text category="letter">В</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">а</text>
 | 
			
		||||
    <text category="letter">А</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">п</text>
 | 
			
		||||
    <text category="letter">П</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">р</text>
 | 
			
		||||
    <text category="letter">Р</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">о</text>
 | 
			
		||||
    <text category="letter">О</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">л</text>
 | 
			
		||||
    <text category="letter">Л</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">д</text>
 | 
			
		||||
    <text category="letter">Д</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ж</text>
 | 
			
		||||
    <text category="letter">Ж</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">Э</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">я</text>
 | 
			
		||||
    <text category="letter">Я</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ч</text>
 | 
			
		||||
    <text category="letter">Ч</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">с</text>
 | 
			
		||||
    <text category="letter">С</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">м</text>
 | 
			
		||||
    <text category="letter">М</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">и</text>
 | 
			
		||||
    <text category="letter">И</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">т</text>
 | 
			
		||||
    <text category="letter">Т</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ь</text>
 | 
			
		||||
    <text category="letter">Ь</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">б</text>
 | 
			
		||||
    <text category="letter">Б</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ю</text>
 | 
			
		||||
    <text category="letter">Ю</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">№</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/kn-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/kn-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ಒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">೧</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">೨</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">೩</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">೪</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">೫</text>
 | 
			
		||||
    <text category="letter">ಜ್ಞ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">೬</text>
 | 
			
		||||
    <text category="letter">ತ್ರ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">೭</text>
 | 
			
		||||
    <text category="letter">ಕ್ಷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">೮</text>
 | 
			
		||||
    <text category="letter">ಶ್ರ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">೯</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">೦</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ಃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ೃ</text>
 | 
			
		||||
    <text category="letter">ಋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ೌ</text>
 | 
			
		||||
    <text category="letter">ಔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ೈ</text>
 | 
			
		||||
    <text category="letter">ಐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ಾ</text>
 | 
			
		||||
    <text category="letter">ಆ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ೀ</text>
 | 
			
		||||
    <text category="letter">ಈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ೂ</text>
 | 
			
		||||
    <text category="letter">ಊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ಬ</text>
 | 
			
		||||
    <text category="letter">ಭ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ಹ</text>
 | 
			
		||||
    <text category="letter">ಙ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ಗ</text>
 | 
			
		||||
    <text category="letter">ಘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ದ</text>
 | 
			
		||||
    <text category="letter">ಧ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ಜ</text>
 | 
			
		||||
    <text category="letter">ಝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ಡ</text>
 | 
			
		||||
    <text category="letter">ಢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">]</text>
 | 
			
		||||
    <text category="letter">ಞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ೋ</text>
 | 
			
		||||
    <text category="letter">ಓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ೇ</text>
 | 
			
		||||
    <text category="letter">ಏ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">್</text>
 | 
			
		||||
    <text category="letter">ಅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ಿ</text>
 | 
			
		||||
    <text category="letter">ಇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ು</text>
 | 
			
		||||
    <text category="letter">ಉ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ಪ</text>
 | 
			
		||||
    <text category="letter">ಫ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ರ</text>
 | 
			
		||||
    <text category="letter">ಱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ಕ</text>
 | 
			
		||||
    <text category="letter">ಖ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ತ</text>
 | 
			
		||||
    <text category="letter">ಥ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ಚ</text>
 | 
			
		||||
    <text category="letter">ಛ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ಠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ೆ</text>
 | 
			
		||||
    <text category="letter">ಎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ಂ</text>
 | 
			
		||||
    <text name="X" category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ಮ</text>
 | 
			
		||||
    <text category="letter">ಣ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ನ</text>
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ವ</text>
 | 
			
		||||
    <keysym keyval="66">B</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ಲ</text>
 | 
			
		||||
    <text category="letter">ಳ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ಸ</text>
 | 
			
		||||
    <text category="letter">ಶ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ಷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">ಾ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ಯ</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/ks-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/ks-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ऒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">१</text>
 | 
			
		||||
    <text category="letter">ऍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">२</text>
 | 
			
		||||
    <text category="letter">ॅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">३</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">४</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">५</text>
 | 
			
		||||
    <text category="letter">ज्ञ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">६</text>
 | 
			
		||||
    <text category="letter">त्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">७</text>
 | 
			
		||||
    <text category="letter">क्ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">८</text>
 | 
			
		||||
    <text category="letter">श्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">९</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">०</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ः</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ृ</text>
 | 
			
		||||
    <text category="letter">ऋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ौ</text>
 | 
			
		||||
    <text category="letter">औ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ै</text>
 | 
			
		||||
    <text category="letter">ऐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ा</text>
 | 
			
		||||
    <text category="letter">आ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ी</text>
 | 
			
		||||
    <text category="letter">ई</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ू</text>
 | 
			
		||||
    <text category="letter">ऊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ॿ</text>
 | 
			
		||||
    <text category="letter">भ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ह</text>
 | 
			
		||||
    <text category="letter">ङ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ॻ</text>
 | 
			
		||||
    <text category="letter">घ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">द</text>
 | 
			
		||||
    <text category="letter">ध</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ॼ</text>
 | 
			
		||||
    <text category="letter">झ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ॾ</text>
 | 
			
		||||
    <text category="letter">ढ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">़</text>
 | 
			
		||||
    <text category="letter">ञ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">ॉ</text>
 | 
			
		||||
    <text category="letter">ऑ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ो</text>
 | 
			
		||||
    <text category="letter">ओ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">े</text>
 | 
			
		||||
    <text category="letter">ए</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">्</text>
 | 
			
		||||
    <text category="letter">अ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ि</text>
 | 
			
		||||
    <text category="letter">इ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <keysym keyval="103">g</keysym>
 | 
			
		||||
    <keysym keyval="71">G</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">प</text>
 | 
			
		||||
    <text category="letter">फ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">र</text>
 | 
			
		||||
    <text category="letter">ऱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">क</text>
 | 
			
		||||
    <text category="letter">ख</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">त</text>
 | 
			
		||||
    <text category="letter">थ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">च</text>
 | 
			
		||||
    <text category="letter">छ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ठ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ॆ</text>
 | 
			
		||||
    <text category="letter">ऎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ं</text>
 | 
			
		||||
    <text category="letter">ँ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">म</text>
 | 
			
		||||
    <text category="letter">ण</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">न</text>
 | 
			
		||||
    <text category="letter">ऩ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">व</text>
 | 
			
		||||
    <text category="letter">ऴ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ल</text>
 | 
			
		||||
    <text category="letter">ळ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">स</text>
 | 
			
		||||
    <text category="letter">श</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">य</text>
 | 
			
		||||
    <text category="letter">य़</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/ks.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/ks.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ً</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">۱</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">۲</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">۳</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">۴</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">۵</text>
 | 
			
		||||
    <text category="letter">%</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">۶</text>
 | 
			
		||||
    <text category="letter">^</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">۷</text>
 | 
			
		||||
    <text category="letter">&</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">۸</text>
 | 
			
		||||
    <text category="letter">*</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">۹</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">۰</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ّ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">=</text>
 | 
			
		||||
    <text category="letter">+</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ق</text>
 | 
			
		||||
    <text category="letter">ﷺ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">و</text>
 | 
			
		||||
    <text category="letter">ؤ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ع</text>
 | 
			
		||||
    <text category="letter">ئ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ر</text>
 | 
			
		||||
    <text category="letter">ڑ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ت</text>
 | 
			
		||||
    <text category="letter">ٹ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ے</text>
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ء</text>
 | 
			
		||||
    <text category="letter">،</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ی</text>
 | 
			
		||||
    <text category="letter">ۆ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ہ</text>
 | 
			
		||||
    <text category="letter">ۃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">پ</text>
 | 
			
		||||
    <text category="letter">إ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">]</text>
 | 
			
		||||
    <text category="letter">ٰ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">[</text>
 | 
			
		||||
    <text category="letter">ٰ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">؎</text>
 | 
			
		||||
    <text category="letter">أ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ا</text>
 | 
			
		||||
    <text category="letter">آ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">س</text>
 | 
			
		||||
    <text category="letter">ش</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">د</text>
 | 
			
		||||
    <text category="letter">ڈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ف</text>
 | 
			
		||||
    <text category="letter">ُ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">گ</text>
 | 
			
		||||
    <text category="letter">غ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ھ</text>
 | 
			
		||||
    <text category="letter">ح</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ج</text>
 | 
			
		||||
    <text category="letter">ژ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ک</text>
 | 
			
		||||
    <text category="letter">خ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ل</text>
 | 
			
		||||
    <text category="letter">ؓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">؛</text>
 | 
			
		||||
    <text category="letter">:</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">"</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ز</text>
 | 
			
		||||
    <text category="letter">ذ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ص</text>
 | 
			
		||||
    <text category="letter">ض</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">چ</text>
 | 
			
		||||
    <text category="letter">ث</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ط</text>
 | 
			
		||||
    <text category="letter">ظ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ب</text>
 | 
			
		||||
    <text category="letter">أ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ن</text>
 | 
			
		||||
    <text category="letter">ں</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">م</text>
 | 
			
		||||
    <text category="letter">ٔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">،</text>
 | 
			
		||||
    <text category="letter">ِ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">۔</text>
 | 
			
		||||
    <text category="letter">َ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">/</text>
 | 
			
		||||
    <text category="letter">؟</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/mai-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/mai-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ऒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">१</text>
 | 
			
		||||
    <text category="letter">ऍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">२</text>
 | 
			
		||||
    <text category="letter">ॅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">३</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">४</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">५</text>
 | 
			
		||||
    <text category="letter">ज्ञ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">६</text>
 | 
			
		||||
    <text category="letter">त्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">७</text>
 | 
			
		||||
    <text category="letter">क्ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">८</text>
 | 
			
		||||
    <text category="letter">श्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">९</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">०</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ः</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ृ</text>
 | 
			
		||||
    <text category="letter">ऋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ौ</text>
 | 
			
		||||
    <text category="letter">औ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ै</text>
 | 
			
		||||
    <text category="letter">ऐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ा</text>
 | 
			
		||||
    <text category="letter">आ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ी</text>
 | 
			
		||||
    <text category="letter">ई</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ू</text>
 | 
			
		||||
    <text category="letter">ऊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ब</text>
 | 
			
		||||
    <text category="letter">भ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ह</text>
 | 
			
		||||
    <text category="letter">ङ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ग</text>
 | 
			
		||||
    <text category="letter">घ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">द</text>
 | 
			
		||||
    <text category="letter">ध</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ज</text>
 | 
			
		||||
    <text category="letter">झ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ड</text>
 | 
			
		||||
    <text category="letter">ढ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">़</text>
 | 
			
		||||
    <text category="letter">ञ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">ॉ</text>
 | 
			
		||||
    <text category="letter">ऑ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ो</text>
 | 
			
		||||
    <text category="letter">ओ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">े</text>
 | 
			
		||||
    <text category="letter">ए</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">्</text>
 | 
			
		||||
    <text category="letter">अ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ि</text>
 | 
			
		||||
    <text category="letter">इ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ु</text>
 | 
			
		||||
    <text category="letter">उ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">प</text>
 | 
			
		||||
    <text category="letter">फ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">र</text>
 | 
			
		||||
    <text category="letter">ऱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">क</text>
 | 
			
		||||
    <text category="letter">ख</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">त</text>
 | 
			
		||||
    <text category="letter">थ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">च</text>
 | 
			
		||||
    <text category="letter">छ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ठ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ॆ</text>
 | 
			
		||||
    <text category="letter">ऎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ं</text>
 | 
			
		||||
    <text category="letter">ँ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">म</text>
 | 
			
		||||
    <text category="letter">ण</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">न</text>
 | 
			
		||||
    <text category="letter">ऩ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">व</text>
 | 
			
		||||
    <text category="letter">ऴ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ल</text>
 | 
			
		||||
    <text category="letter">ळ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">स</text>
 | 
			
		||||
    <text category="letter">श</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">य</text>
 | 
			
		||||
    <text category="letter">य़</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/ml-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/ml-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ഒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">൧</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">൨</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">൩</text>
 | 
			
		||||
    <text category="letter">്ര</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">൪</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">൫</text>
 | 
			
		||||
    <text category="letter">%</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">൬</text>
 | 
			
		||||
    <text category="letter">^</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">൭</text>
 | 
			
		||||
    <text category="letter">ക്ഷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">൮</text>
 | 
			
		||||
    <text category="letter">*</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">൯</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">൦</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ഃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ൃ</text>
 | 
			
		||||
    <text category="letter">ഋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ൌ</text>
 | 
			
		||||
    <text category="letter">ഔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ൈ</text>
 | 
			
		||||
    <text category="letter">ഐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ാ</text>
 | 
			
		||||
    <text category="letter">ആ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ീ</text>
 | 
			
		||||
    <text category="letter">ഈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ൂ</text>
 | 
			
		||||
    <text category="letter">ഊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ബ</text>
 | 
			
		||||
    <text category="letter">ഭ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ഹ</text>
 | 
			
		||||
    <text category="letter">ങ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ഗ</text>
 | 
			
		||||
    <text category="letter">ഘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ദ</text>
 | 
			
		||||
    <text category="letter">ധ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ജ</text>
 | 
			
		||||
    <text category="letter">ഝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ഡ</text>
 | 
			
		||||
    <text category="letter">ഢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
    <text category="letter">ഞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ോ</text>
 | 
			
		||||
    <text category="letter">ഓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">േ</text>
 | 
			
		||||
    <text category="letter">ഏ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">്</text>
 | 
			
		||||
    <text category="letter">അ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ി</text>
 | 
			
		||||
    <text category="letter">ഇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ു</text>
 | 
			
		||||
    <text category="letter">ഉ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">പ</text>
 | 
			
		||||
    <text category="letter">ഫ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ര</text>
 | 
			
		||||
    <text category="letter">റ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ക</text>
 | 
			
		||||
    <text category="letter">ഖ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ത</text>
 | 
			
		||||
    <text category="letter">ഥ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ച</text>
 | 
			
		||||
    <text category="letter">ഛ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ഠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">െ</text>
 | 
			
		||||
    <text category="letter">എ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ം</text>
 | 
			
		||||
    <text category="letter">X</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">മ</text>
 | 
			
		||||
    <text category="letter">ണ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ന</text>
 | 
			
		||||
    <text category="letter">V</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">വ</text>
 | 
			
		||||
    <text category="letter">ഴ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ല</text>
 | 
			
		||||
    <text category="letter">ള</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">സ</text>
 | 
			
		||||
    <text category="letter">ശ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ഷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">യ</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/mr-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/mr-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ऒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">१</text>
 | 
			
		||||
    <text category="letter">ऍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">२</text>
 | 
			
		||||
    <text category="letter">ॅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">३</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">४</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">५</text>
 | 
			
		||||
    <text category="letter">ज्ञ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">६</text>
 | 
			
		||||
    <text category="letter">त्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">७</text>
 | 
			
		||||
    <text category="letter">क्ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">८</text>
 | 
			
		||||
    <text category="letter">श्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">९</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">०</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ः</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ृ</text>
 | 
			
		||||
    <text category="letter">ऋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ौ</text>
 | 
			
		||||
    <text category="letter">औ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ै</text>
 | 
			
		||||
    <text category="letter">ऐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ा</text>
 | 
			
		||||
    <text category="letter">आ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ी</text>
 | 
			
		||||
    <text category="letter">ई</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ू</text>
 | 
			
		||||
    <text category="letter">ऊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ब</text>
 | 
			
		||||
    <text category="letter">भ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ह</text>
 | 
			
		||||
    <text category="letter">ङ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ग</text>
 | 
			
		||||
    <text category="letter">घ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">द</text>
 | 
			
		||||
    <text category="letter">ध</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ज</text>
 | 
			
		||||
    <text category="letter">झ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ड</text>
 | 
			
		||||
    <text category="letter">ढ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">़</text>
 | 
			
		||||
    <text category="letter">ञ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">ॉ</text>
 | 
			
		||||
    <text category="letter">ऑ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ो</text>
 | 
			
		||||
    <text category="letter">ओ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">े</text>
 | 
			
		||||
    <text category="letter">ए</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">्</text>
 | 
			
		||||
    <text category="letter">अ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ि</text>
 | 
			
		||||
    <text category="letter">इ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ु</text>
 | 
			
		||||
    <text category="letter">उ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">प</text>
 | 
			
		||||
    <text category="letter">फ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">र</text>
 | 
			
		||||
    <text category="letter">ऱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">क</text>
 | 
			
		||||
    <text category="letter">ख</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">त</text>
 | 
			
		||||
    <text category="letter">थ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">च</text>
 | 
			
		||||
    <text category="letter">छ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ठ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ॆ</text>
 | 
			
		||||
    <text category="letter">ऎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ं</text>
 | 
			
		||||
    <text category="letter">ँ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">म</text>
 | 
			
		||||
    <text category="letter">ण</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">न</text>
 | 
			
		||||
    <text category="letter">ऩ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">व</text>
 | 
			
		||||
    <text category="letter">ऴ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ल</text>
 | 
			
		||||
    <text category="letter">ळ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">स</text>
 | 
			
		||||
    <text category="letter">श</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">य</text>
 | 
			
		||||
    <text category="letter">य़</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/my.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/my.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">၁</text>
 | 
			
		||||
    <text category="letter">ဍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">၂</text>
 | 
			
		||||
    <keysym keyval="64">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">၃</text>
 | 
			
		||||
    <text category="letter">ဋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">၄</text>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">၅</text>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">၆</text>
 | 
			
		||||
    <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">၇</text>
 | 
			
		||||
    <text category="letter">ရ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">၈</text>
 | 
			
		||||
    <text category="letter">ဂ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">၉</text>
 | 
			
		||||
    <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">၀</text>
 | 
			
		||||
    <text category="letter">ဝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <keysym keyval="95">underscore</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <keysym keyval="43">plus</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ဆ</text>
 | 
			
		||||
    <text category="letter">၍</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">တ</text>
 | 
			
		||||
    <keysym keyval="87">W</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">န</text>
 | 
			
		||||
    <keysym keyval="69">E</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">မ</text>
 | 
			
		||||
    <keysym keyval="82">R</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">အ</text>
 | 
			
		||||
    <keysym keyval="84">T</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ပ</text>
 | 
			
		||||
    <keysym keyval="89">Y</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">က</text>
 | 
			
		||||
    <keysym keyval="85">U</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">င</text>
 | 
			
		||||
    <keysym keyval="73">I</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">သ</text>
 | 
			
		||||
    <text category="letter">ဥ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">စ</text>
 | 
			
		||||
    <text category="letter">ဏ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ဟ</text>
 | 
			
		||||
    <text category="letter">ဎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">ဉ</text>
 | 
			
		||||
    <text category="letter">ဧ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">၏</text>
 | 
			
		||||
    <keysym keyval="124">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ေ</text>
 | 
			
		||||
    <text category="letter">ဗ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">္</text>
 | 
			
		||||
    <text category="letter">္</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">ိ</text>
 | 
			
		||||
    <text category="letter">ီ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">္</text>
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
    <text category="letter">္</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">့</text>
 | 
			
		||||
    <text category="letter">ံ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">္</text>
 | 
			
		||||
    <text category="letter">ဲ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ု</text>
 | 
			
		||||
    <keysym keyval="75">K</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ူ</text>
 | 
			
		||||
    <keysym keyval="76">L</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">း</text>
 | 
			
		||||
    <keysym keyval="58">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ဓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ဖ</text>
 | 
			
		||||
    <text category="letter">ဇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ထ</text>
 | 
			
		||||
    <text category="letter">ဌ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ခ</text>
 | 
			
		||||
    <text category="letter">ဃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">လ</text>
 | 
			
		||||
    <text category="letter">ဠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ဘ</text>
 | 
			
		||||
    <keysym keyval="66">B</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ည</text>
 | 
			
		||||
    <keysym keyval="78">N</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ာ</text>
 | 
			
		||||
    <keysym keyval="77">M</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">ယ</text>
 | 
			
		||||
    <text category="letter">၍</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ဈ</text>
 | 
			
		||||
    <text category="letter">ဤ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">။</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/or-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/or-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">୰</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">୧</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">୨</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">୩</text>
 | 
			
		||||
    <text category="letter">୍ର</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">୪</text>
 | 
			
		||||
    <text category="letter">ର୍</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">୫</text>
 | 
			
		||||
    <text category="letter">ଜ୍ଞ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">୬</text>
 | 
			
		||||
    <text category="letter">ତ୍ର</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">୭</text>
 | 
			
		||||
    <text category="letter">କ୍ଷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">୮</text>
 | 
			
		||||
    <text category="letter">ଶ୍ର</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">୯</text>
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">୦</text>
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ଃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ୃ</text>
 | 
			
		||||
    <text category="letter">ଋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ୌ</text>
 | 
			
		||||
    <text category="letter">ଔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ୈ</text>
 | 
			
		||||
    <text category="letter">ଐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ା</text>
 | 
			
		||||
    <text category="letter">ଆ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ୀ</text>
 | 
			
		||||
    <text category="letter">ଈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ୂ</text>
 | 
			
		||||
    <text category="letter">ଊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ବ</text>
 | 
			
		||||
    <text category="letter">ଭ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ହ</text>
 | 
			
		||||
    <text category="letter">ଙ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ଗ</text>
 | 
			
		||||
    <text category="letter">ଘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ଦ</text>
 | 
			
		||||
    <text category="letter">ଧ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ଜ</text>
 | 
			
		||||
    <text category="letter">ଝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ଡ</text>
 | 
			
		||||
    <text category="letter">ଢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">଼</text>
 | 
			
		||||
    <text category="letter">ଞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">\</text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ୋ</text>
 | 
			
		||||
    <text category="letter">ଓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">େ</text>
 | 
			
		||||
    <text category="letter">ଏ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">୍</text>
 | 
			
		||||
    <text category="letter">ଅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ି</text>
 | 
			
		||||
    <text category="letter">ଇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ୁ</text>
 | 
			
		||||
    <text category="letter">ଉ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ପ</text>
 | 
			
		||||
    <text category="letter">ଫ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ର</text>
 | 
			
		||||
    <text category="letter">J</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">କ</text>
 | 
			
		||||
    <text category="letter">ଖ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ତ</text>
 | 
			
		||||
    <text category="letter">ଥ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ଚ</text>
 | 
			
		||||
    <text category="letter">ଛ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ଠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">z</text>
 | 
			
		||||
    <text category="letter">Z</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ଂ</text>
 | 
			
		||||
    <text category="letter">ଁ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ମ</text>
 | 
			
		||||
    <text category="letter">ଣ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ନ</text>
 | 
			
		||||
    <text category="letter">V</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ୱ</text>
 | 
			
		||||
    <text category="letter">ଵ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ଲ</text>
 | 
			
		||||
    <text category="letter">ଳ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ସ</text>
 | 
			
		||||
    <text category="letter">ଶ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ଷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ୟ</text>
 | 
			
		||||
    <text category="letter">ଯ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/pa-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/pa-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">੧</text>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">੨</text>
 | 
			
		||||
    <keysym keyval="64">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">੩</text>
 | 
			
		||||
    <keysym keyval="35">numbersign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">੪</text>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">੫</text>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">੬</text>
 | 
			
		||||
    <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">੭</text>
 | 
			
		||||
    <keysym keyval="38">ampersand</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">੮</text>
 | 
			
		||||
    <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">੯</text>
 | 
			
		||||
    <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">੦</text>
 | 
			
		||||
    <keysym keyval="41">parenright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">_</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">=</text>
 | 
			
		||||
    <text category="letter">+</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ੌ</text>
 | 
			
		||||
    <text category="letter">ਔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ੈ</text>
 | 
			
		||||
    <text category="letter">ਐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ਾ</text>
 | 
			
		||||
    <text category="letter">ਆ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ੀ</text>
 | 
			
		||||
    <text category="letter">ਈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ੂ</text>
 | 
			
		||||
    <text category="letter">ਊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ਬ</text>
 | 
			
		||||
    <text category="letter">ਭ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ਹ</text>
 | 
			
		||||
    <text category="letter">ਙ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ਗ</text>
 | 
			
		||||
    <text category="letter">ਘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ਦ</text>
 | 
			
		||||
    <text category="letter">ਧ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ਜ</text>
 | 
			
		||||
    <text category="letter">ਝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ਡ</text>
 | 
			
		||||
    <text category="letter">ਢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">਼</text>
 | 
			
		||||
    <text category="letter">ਞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">\</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ੋ</text>
 | 
			
		||||
    <text category="letter">ਓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ੇ</text>
 | 
			
		||||
    <text category="letter">ਏ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">੍</text>
 | 
			
		||||
    <text category="letter">ਅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ਿ</text>
 | 
			
		||||
    <text category="letter">ਇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ੁ</text>
 | 
			
		||||
    <text category="letter">ਉ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ਪ</text>
 | 
			
		||||
    <text category="letter">ਫ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ਰ</text>
 | 
			
		||||
    <text category="letter">ੜ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ਕ</text>
 | 
			
		||||
    <text category="letter">ਖ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ਤ</text>
 | 
			
		||||
    <text category="letter">ਥ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ਚ</text>
 | 
			
		||||
    <text category="letter">ਛ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ਠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ੰ</text>
 | 
			
		||||
    <text category="letter">ੱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ਜ਼</text>
 | 
			
		||||
    <text category="letter">ਫ਼</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ਮ</text>
 | 
			
		||||
    <text category="letter">ਣ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ਨ</text>
 | 
			
		||||
    <text category="letter">ਂ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ਵ</text>
 | 
			
		||||
    <text category="letter">ਞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ਲ</text>
 | 
			
		||||
    <text category="letter">ਲ਼</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ਸ</text>
 | 
			
		||||
    <text category="letter">ਸ਼</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ੳ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">ੲ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ਯ</text>
 | 
			
		||||
    <text category="letter">?</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/ru.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/ru.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">Ё</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <keysym keyval="49">1</keysym>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <keysym keyval="50">2</keysym>
 | 
			
		||||
    <text category="letter">"</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <keysym keyval="51">3</keysym>
 | 
			
		||||
    <text category="letter">№</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <keysym keyval="52">4</keysym>
 | 
			
		||||
    <text category="letter">;</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <keysym keyval="53">5</keysym>
 | 
			
		||||
    <text category="letter">%</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <keysym keyval="54">6</keysym>
 | 
			
		||||
    <text category="letter">:</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <keysym keyval="55">7</keysym>
 | 
			
		||||
    <text category="letter">?</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <keysym keyval="56">8</keysym>
 | 
			
		||||
    <text category="letter">*</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <keysym keyval="57">9</keysym>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <keysym keyval="48">0</keysym>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <text category="letter">_</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <text category="letter">+</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">й</text>
 | 
			
		||||
    <text category="letter">Й</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ц</text>
 | 
			
		||||
    <text category="letter">Ц</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">у</text>
 | 
			
		||||
    <text category="letter">У</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">к</text>
 | 
			
		||||
    <text category="letter">К</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">е</text>
 | 
			
		||||
    <text category="letter">Е</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">н</text>
 | 
			
		||||
    <text category="letter">Н</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">г</text>
 | 
			
		||||
    <text category="letter">Г</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ш</text>
 | 
			
		||||
    <text category="letter">Ш</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">щ</text>
 | 
			
		||||
    <text category="letter">Щ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">з</text>
 | 
			
		||||
    <text category="letter">З</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">х</text>
 | 
			
		||||
    <text category="letter">Х</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">ъ</text>
 | 
			
		||||
    <text category="letter">Ъ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">\</text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ф</text>
 | 
			
		||||
    <text category="letter">Ф</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ы</text>
 | 
			
		||||
    <text category="letter">Ы</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">в</text>
 | 
			
		||||
    <text category="letter">В</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">а</text>
 | 
			
		||||
    <text category="letter">А</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">п</text>
 | 
			
		||||
    <text category="letter">П</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">р</text>
 | 
			
		||||
    <text category="letter">Р</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">о</text>
 | 
			
		||||
    <text category="letter">О</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">л</text>
 | 
			
		||||
    <text category="letter">Л</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">д</text>
 | 
			
		||||
    <text category="letter">Д</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ж</text>
 | 
			
		||||
    <text category="letter">Ж</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">Э</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">я</text>
 | 
			
		||||
    <text category="letter">Я</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ч</text>
 | 
			
		||||
    <text category="letter">Ч</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">с</text>
 | 
			
		||||
    <text category="letter">С</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">м</text>
 | 
			
		||||
    <text category="letter">М</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">и</text>
 | 
			
		||||
    <text category="letter">И</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">т</text>
 | 
			
		||||
    <text category="letter">Т</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ь</text>
 | 
			
		||||
    <text category="letter">Ь</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">б</text>
 | 
			
		||||
    <text category="letter">Б</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ю</text>
 | 
			
		||||
    <text category="letter">Ю</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/sd-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/sd-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ऒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">१</text>
 | 
			
		||||
    <text category="letter">ऍ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">२</text>
 | 
			
		||||
    <text category="letter">ॅ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">३</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">४</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">५</text>
 | 
			
		||||
    <text category="letter">ज्ञ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">६</text>
 | 
			
		||||
    <text category="letter">त्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">७</text>
 | 
			
		||||
    <text category="letter">क्ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">८</text>
 | 
			
		||||
    <text category="letter">श्र</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">९</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">०</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ः</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ृ</text>
 | 
			
		||||
    <text category="letter">ऋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ौ</text>
 | 
			
		||||
    <text category="letter">औ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ै</text>
 | 
			
		||||
    <text category="letter">ऐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ा</text>
 | 
			
		||||
    <text category="letter">आ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ी</text>
 | 
			
		||||
    <text category="letter">ई</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ू</text>
 | 
			
		||||
    <text category="letter">ऊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ॿ</text>
 | 
			
		||||
    <text category="letter">भ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ह</text>
 | 
			
		||||
    <text category="letter">ङ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ॻ</text>
 | 
			
		||||
    <text category="letter">घ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">द</text>
 | 
			
		||||
    <text category="letter">ध</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ॼ</text>
 | 
			
		||||
    <text category="letter">झ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">ॾ</text>
 | 
			
		||||
    <text category="letter">ढ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">़</text>
 | 
			
		||||
    <text category="letter">ञ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">ॉ</text>
 | 
			
		||||
    <text category="letter">ऑ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ो</text>
 | 
			
		||||
    <text category="letter">ओ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">े</text>
 | 
			
		||||
    <text category="letter">ए</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">्</text>
 | 
			
		||||
    <text category="letter">अ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ि</text>
 | 
			
		||||
    <text category="letter">इ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ु</text>
 | 
			
		||||
    <text category="letter">उ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">प</text>
 | 
			
		||||
    <text category="letter">फ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">र</text>
 | 
			
		||||
    <text category="letter">ऱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">क</text>
 | 
			
		||||
    <text category="letter">ख</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">त</text>
 | 
			
		||||
    <text category="letter">थ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">च</text>
 | 
			
		||||
    <text category="letter">छ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ठ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ॆ</text>
 | 
			
		||||
    <text category="letter">ऎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ं</text>
 | 
			
		||||
    <text category="letter">ँ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">म</text>
 | 
			
		||||
    <text category="letter">ण</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">न</text>
 | 
			
		||||
    <text category="letter">ऩ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">व</text>
 | 
			
		||||
    <text category="letter">ऴ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ल</text>
 | 
			
		||||
    <text category="letter">ळ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">स</text>
 | 
			
		||||
    <text category="letter">श</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ष</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">।</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">य</text>
 | 
			
		||||
    <text category="letter">य़</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/ta-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/ta-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ஒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">1</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">2</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">3</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">4</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">5</text>
 | 
			
		||||
    <text category="letter">%</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">6</text>
 | 
			
		||||
    <text category="letter">^</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">7</text>
 | 
			
		||||
    <text category="letter">க்ஷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">8</text>
 | 
			
		||||
    <text category="letter">ஷ்ர</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">9</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">0</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">ஃ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">=</text>
 | 
			
		||||
    <text category="letter">+</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ௌ</text>
 | 
			
		||||
    <text category="letter">ஔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ை</text>
 | 
			
		||||
    <text category="letter">ஐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ா</text>
 | 
			
		||||
    <text category="letter">ஆ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ீ</text>
 | 
			
		||||
    <text category="letter">ஈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ூ</text>
 | 
			
		||||
    <text category="letter">ஊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">y</text>
 | 
			
		||||
    <text category="letter">Y</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ஹ</text>
 | 
			
		||||
    <text category="letter">ங</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">i</text>
 | 
			
		||||
    <text category="letter">I</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">o</text>
 | 
			
		||||
    <text category="letter">O</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ஜ</text>
 | 
			
		||||
    <text category="letter">P</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">[</text>
 | 
			
		||||
    <text category="letter">{</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">]</text>
 | 
			
		||||
    <text category="letter">ஞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">\</text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ோ</text>
 | 
			
		||||
    <text category="letter">ஓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ே</text>
 | 
			
		||||
    <text category="letter">ஏ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">்</text>
 | 
			
		||||
    <text category="letter">அ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ி</text>
 | 
			
		||||
    <text category="letter">இ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ு</text>
 | 
			
		||||
    <text category="letter">உ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ப</text>
 | 
			
		||||
    <text category="letter">H</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ர</text>
 | 
			
		||||
    <text category="letter">ற</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">க</text>
 | 
			
		||||
    <text category="letter">K</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">த</text>
 | 
			
		||||
    <text category="letter">L</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ச</text>
 | 
			
		||||
    <text category="letter">:</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">"</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ெ</text>
 | 
			
		||||
    <text category="letter">எ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">x</text>
 | 
			
		||||
    <text category="letter">X</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ம</text>
 | 
			
		||||
    <text category="letter">ண</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ந</text>
 | 
			
		||||
    <text category="letter">ன</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">வ</text>
 | 
			
		||||
    <text category="letter">ழ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ல</text>
 | 
			
		||||
    <text category="letter">ள</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ஸ</text>
 | 
			
		||||
    <text category="letter">M</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ஷ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ய</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										194
									
								
								data/keyboards/symbols/te-inscript.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										194
									
								
								data/keyboards/symbols/te-inscript.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,194 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">ఒ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">౧</text>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">౨</text>
 | 
			
		||||
    <text category="letter">@</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">౩</text>
 | 
			
		||||
    <text category="letter">#</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">౪</text>
 | 
			
		||||
    <text category="letter">$</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">౫</text>
 | 
			
		||||
    <text category="letter">జ్ఞ</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">౬</text>
 | 
			
		||||
    <text category="letter">త్ర</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">౭</text>
 | 
			
		||||
    <text category="letter">క్ష</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">౮</text>
 | 
			
		||||
    <text category="letter">శ్ర</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">౯</text>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">౦</text>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">-</text>
 | 
			
		||||
    <text category="letter">_</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <text category="letter">ృ</text>
 | 
			
		||||
    <text category="letter">ఋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ౌ</text>
 | 
			
		||||
    <text category="letter">ఔ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ై</text>
 | 
			
		||||
    <text category="letter">ఐ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ా</text>
 | 
			
		||||
    <text category="letter">ఆ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ీ</text>
 | 
			
		||||
    <text category="letter">ఈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ూ</text>
 | 
			
		||||
    <text category="letter">ఊ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">బ</text>
 | 
			
		||||
    <text category="letter">భ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">హ</text>
 | 
			
		||||
    <text category="letter">ఙ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">గ</text>
 | 
			
		||||
    <text category="letter">ఘ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ద</text>
 | 
			
		||||
    <text category="letter">ధ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">జ</text>
 | 
			
		||||
    <text category="letter">ఝ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">డ</text>
 | 
			
		||||
    <text category="letter">ఢ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
    <text category="letter">ఞ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">ౄ</text>
 | 
			
		||||
    <text category="letter">ౠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ో</text>
 | 
			
		||||
    <text category="letter">ఓ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ే</text>
 | 
			
		||||
    <text category="letter">ఏ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">్</text>
 | 
			
		||||
    <text category="letter">అ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ి</text>
 | 
			
		||||
    <text category="letter">ఇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ు</text>
 | 
			
		||||
    <text category="letter">ఉ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ప</text>
 | 
			
		||||
    <text category="letter">ఫ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ర</text>
 | 
			
		||||
    <text category="letter">ఱ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">క</text>
 | 
			
		||||
    <text category="letter">ఖ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">త</text>
 | 
			
		||||
    <text category="letter">థ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">చ</text>
 | 
			
		||||
    <text category="letter">ఛ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">ఠ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ె</text>
 | 
			
		||||
    <text category="letter">ఎ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ం</text>
 | 
			
		||||
    <text category="letter">ఁ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">మ</text>
 | 
			
		||||
    <text category="letter">ణ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">న</text>
 | 
			
		||||
    <text category="letter">ః</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">వ</text>
 | 
			
		||||
    <text category="letter"></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ల</text>
 | 
			
		||||
    <text category="letter">ళ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">స</text>
 | 
			
		||||
    <text category="letter">శ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
    <text category="letter">ష</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">></text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">య</text>
 | 
			
		||||
    <text category="letter">?</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										192
									
								
								data/keyboards/symbols/th.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										192
									
								
								data/keyboards/symbols/th.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,192 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="95">underscore</keysym>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <keysym keyval="3557">Thai_lakkhangyao</keysym>
 | 
			
		||||
    <keysym keyval="43">plus</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <keysym keyval="47">slash</keysym>
 | 
			
		||||
    <keysym keyval="3569">Thai_leknung</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <keysym keyval="3570">Thai_leksong</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <keysym keyval="3520">Thai_phosamphao</keysym>
 | 
			
		||||
    <keysym keyval="3571">Thai_leksam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <keysym keyval="3510">Thai_thothung</keysym>
 | 
			
		||||
    <keysym keyval="3572">Thai_leksi</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <keysym keyval="3544">Thai_sarau</keysym>
 | 
			
		||||
    <keysym keyval="3545">Thai_sarauu</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <keysym keyval="3542">Thai_saraue</keysym>
 | 
			
		||||
    <keysym keyval="3551">Thai_baht</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <keysym keyval="3492">Thai_khokhwai</keysym>
 | 
			
		||||
    <keysym keyval="3573">Thai_lekha</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <keysym keyval="3509">Thai_totao</keysym>
 | 
			
		||||
    <keysym keyval="3574">Thai_lekhok</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <keysym keyval="3496">Thai_chochan</keysym>
 | 
			
		||||
    <keysym keyval="3575">Thai_lekchet</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="3490">Thai_khokhai</keysym>
 | 
			
		||||
    <keysym keyval="3576">Thai_lekpaet</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="3498">Thai_chochang</keysym>
 | 
			
		||||
    <keysym keyval="3577">Thai_lekkao</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <keysym keyval="3558">Thai_maiyamok</keysym>
 | 
			
		||||
    <keysym keyval="3568">Thai_leksun</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <keysym keyval="3556">Thai_saraaimaimalai</keysym>
 | 
			
		||||
    <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <keysym keyval="3539">Thai_saraam</keysym>
 | 
			
		||||
    <keysym keyval="3502">Thai_dochada</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <keysym keyval="3518">Thai_phophan</keysym>
 | 
			
		||||
    <keysym keyval="3505">Thai_thonangmontho</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <keysym keyval="3536">Thai_saraa</keysym>
 | 
			
		||||
    <keysym keyval="3512">Thai_thothong</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <keysym keyval="3537">Thai_maihanakat</keysym>
 | 
			
		||||
    <keysym keyval="3565">Thai_nikhahit</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <keysym keyval="3541">Thai_saraii</keysym>
 | 
			
		||||
    <keysym keyval="3562">Thai_maitri</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <keysym keyval="3523">Thai_rorua</keysym>
 | 
			
		||||
    <keysym keyval="3507">Thai_nonen</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <keysym keyval="3513">Thai_nonu</keysym>
 | 
			
		||||
    <keysym keyval="3535">Thai_paiyannoi</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <keysym keyval="3522">Thai_yoyak</keysym>
 | 
			
		||||
    <keysym keyval="3501">Thai_yoying</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <keysym keyval="3514">Thai_bobaimai</keysym>
 | 
			
		||||
    <keysym keyval="3504">Thai_thothan</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <keysym keyval="3525">Thai_loling</keysym>
 | 
			
		||||
    <keysym keyval="44">comma</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <keysym keyval="3491">Thai_khokhuat</keysym>
 | 
			
		||||
    <keysym keyval="3493">Thai_khokhon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <keysym keyval="3519">Thai_fofan</keysym>
 | 
			
		||||
    <keysym keyval="3524">Thai_ru</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <keysym keyval="3531">Thai_hohip</keysym>
 | 
			
		||||
    <keysym keyval="3494">Thai_khorakhang</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <keysym keyval="3489">Thai_kokai</keysym>
 | 
			
		||||
    <keysym keyval="3503">Thai_topatak</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <keysym keyval="3508">Thai_dodek</keysym>
 | 
			
		||||
    <keysym keyval="3554">Thai_sarao</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <keysym keyval="3552">Thai_sarae</keysym>
 | 
			
		||||
    <keysym keyval="3500">Thai_chochoe</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <keysym keyval="3561">Thai_maitho</keysym>
 | 
			
		||||
    <keysym keyval="3559">Thai_maitaikhu</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <keysym keyval="3560">Thai_maiek</keysym>
 | 
			
		||||
    <keysym keyval="3563">Thai_maichattawa</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <keysym keyval="3538">Thai_saraaa</keysym>
 | 
			
		||||
    <keysym keyval="3529">Thai_sorusi</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <keysym keyval="3530">Thai_sosua</keysym>
 | 
			
		||||
    <keysym keyval="3528">Thai_sosala</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <keysym keyval="3527">Thai_wowaen</keysym>
 | 
			
		||||
    <keysym keyval="3499">Thai_soso</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="3495">Thai_ngongu</keysym>
 | 
			
		||||
    <keysym keyval="46">period</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <keysym keyval="3516">Thai_phophung</keysym>
 | 
			
		||||
    <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <keysym keyval="3515">Thai_popla</keysym>
 | 
			
		||||
    <keysym keyval="41">parenright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <keysym keyval="3553">Thai_saraae</keysym>
 | 
			
		||||
    <keysym keyval="3497">Thai_choching</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <keysym keyval="3533">Thai_oang</keysym>
 | 
			
		||||
    <keysym keyval="3534">Thai_honokhuk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <keysym keyval="3540">Thai_sarai</keysym>
 | 
			
		||||
    <keysym keyval="3546">Thai_phinthu</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <keysym keyval="3543">Thai_sarauee</keysym>
 | 
			
		||||
    <keysym keyval="3564">Thai_thanthakhat</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <keysym keyval="3511">Thai_thothahan</keysym>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <keysym keyval="3521">Thai_moma</keysym>
 | 
			
		||||
    <keysym keyval="3506">Thai_thophuthao</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <keysym keyval="3555">Thai_saraaimaimuan</keysym>
 | 
			
		||||
    <keysym keyval="3532">Thai_lochula</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <keysym keyval="3517">Thai_fofa</keysym>
 | 
			
		||||
    <keysym keyval="3526">Thai_lu</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/ua.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/ua.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <text category="letter">Ґ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <keysym keyval="49">1</keysym>
 | 
			
		||||
    <text category="letter">!</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <keysym keyval="50">2</keysym>
 | 
			
		||||
    <text category="letter">"</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <keysym keyval="51">3</keysym>
 | 
			
		||||
    <text category="letter">№</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <keysym keyval="52">4</keysym>
 | 
			
		||||
    <text category="letter">;</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <keysym keyval="53">5</keysym>
 | 
			
		||||
    <text category="letter">%</text>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <keysym keyval="54">6</keysym>
 | 
			
		||||
    <text category="letter">:</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <keysym keyval="55">7</keysym>
 | 
			
		||||
    <text category="letter">?</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <keysym keyval="56">8</keysym>
 | 
			
		||||
    <text category="letter">*</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <keysym keyval="57">9</keysym>
 | 
			
		||||
    <text category="letter">(</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <keysym keyval="48">0</keysym>
 | 
			
		||||
    <text category="letter">)</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <text category="letter">_</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <text category="letter">+</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">й</text>
 | 
			
		||||
    <text category="letter">Й</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ц</text>
 | 
			
		||||
    <text category="letter">Ц</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">у</text>
 | 
			
		||||
    <text category="letter">У</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">к</text>
 | 
			
		||||
    <text category="letter">К</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">е</text>
 | 
			
		||||
    <text category="letter">Е</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">н</text>
 | 
			
		||||
    <text category="letter">Н</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">г</text>
 | 
			
		||||
    <text category="letter">Г</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ш</text>
 | 
			
		||||
    <text category="letter">Ш</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">щ</text>
 | 
			
		||||
    <text category="letter">Щ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">з</text>
 | 
			
		||||
    <text category="letter">З</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <text category="letter">х</text>
 | 
			
		||||
    <text category="letter">Х</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <text category="letter">ї</text>
 | 
			
		||||
    <text category="letter">Ї</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <text category="letter">\</text>
 | 
			
		||||
    <text category="letter">|</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ф</text>
 | 
			
		||||
    <text category="letter">Ф</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">і</text>
 | 
			
		||||
    <text category="letter">І</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">в</text>
 | 
			
		||||
    <text category="letter">В</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">а</text>
 | 
			
		||||
    <text category="letter">А</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">п</text>
 | 
			
		||||
    <text category="letter">П</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">р</text>
 | 
			
		||||
    <text category="letter">Р</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">о</text>
 | 
			
		||||
    <text category="letter">О</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">л</text>
 | 
			
		||||
    <text category="letter">Л</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">д</text>
 | 
			
		||||
    <text category="letter">Д</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ж</text>
 | 
			
		||||
    <text category="letter">Ж</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <text category="letter">Є</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">я</text>
 | 
			
		||||
    <text category="letter">Я</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ч</text>
 | 
			
		||||
    <text category="letter">Ч</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">с</text>
 | 
			
		||||
    <text category="letter">С</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">м</text>
 | 
			
		||||
    <text category="letter">М</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">и</text>
 | 
			
		||||
    <text category="letter">И</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">т</text>
 | 
			
		||||
    <text category="letter">Т</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ь</text>
 | 
			
		||||
    <text category="letter">Ь</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">б</text>
 | 
			
		||||
    <text category="letter">Б</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ю</text>
 | 
			
		||||
    <text category="letter">Ю</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">.</text>
 | 
			
		||||
    <text category="letter">,</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/ug.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/ug.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <keysym keyval="49">1</keysym>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <keysym keyval="50">2</keysym>
 | 
			
		||||
    <keysym keyval="64">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <keysym keyval="51">3</keysym>
 | 
			
		||||
    <keysym keyval="35">numbersign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <keysym keyval="52">4</keysym>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <keysym keyval="53">5</keysym>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <keysym keyval="54">6</keysym>
 | 
			
		||||
    <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <keysym keyval="55">7</keysym>
 | 
			
		||||
    <keysym keyval="38">ampersand</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <keysym keyval="56">8</keysym>
 | 
			
		||||
    <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <keysym keyval="57">9</keysym>
 | 
			
		||||
    <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <keysym keyval="48">0</keysym>
 | 
			
		||||
    <keysym keyval="41">parenright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <text category="letter">—</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <keysym keyval="43">plus</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">چ</text>
 | 
			
		||||
    <text category="letter">چ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ۋ</text>
 | 
			
		||||
    <text category="letter">ۋ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ې</text>
 | 
			
		||||
    <text category="letter">ې</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ر</text>
 | 
			
		||||
    <text category="letter">ر</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ت</text>
 | 
			
		||||
    <text category="letter">ت</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ي</text>
 | 
			
		||||
    <text category="letter">ي</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ۇ</text>
 | 
			
		||||
    <text category="letter">ۇ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ڭ</text>
 | 
			
		||||
    <text category="letter">ڭ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">و</text>
 | 
			
		||||
    <text category="letter">و</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">پ</text>
 | 
			
		||||
    <text category="letter">پ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <keysym keyval="91">bracketleft</keysym>
 | 
			
		||||
    <text category="letter">«</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <keysym keyval="93">bracketright</keysym>
 | 
			
		||||
    <text category="letter">»</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <keysym keyval="92">backslash</keysym>
 | 
			
		||||
    <keysym keyval="124">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ھ</text>
 | 
			
		||||
    <text category="letter">ھ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">س</text>
 | 
			
		||||
    <text category="letter">س</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">د</text>
 | 
			
		||||
    <text category="letter">ژ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ا</text>
 | 
			
		||||
    <text category="letter">ف</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ە</text>
 | 
			
		||||
    <text category="letter">گ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ى</text>
 | 
			
		||||
    <text category="letter">خ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ق</text>
 | 
			
		||||
    <text category="letter">ج</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ك</text>
 | 
			
		||||
    <text category="letter">ۆ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ل</text>
 | 
			
		||||
    <text category="letter">ل</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">؛</text>
 | 
			
		||||
    <keysym keyval="58">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ز</text>
 | 
			
		||||
    <text category="letter">ز</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ش</text>
 | 
			
		||||
    <text category="letter">ش</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">غ</text>
 | 
			
		||||
    <text category="letter">غ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ۈ</text>
 | 
			
		||||
    <text category="letter">ۈ</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ب</text>
 | 
			
		||||
    <text category="letter">ب</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ن</text>
 | 
			
		||||
    <text category="letter">ن</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">م</text>
 | 
			
		||||
    <text category="letter">م</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">،</text>
 | 
			
		||||
    <text category="letter">‹</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <keysym keyval="46">period</keysym>
 | 
			
		||||
    <text category="letter">›</text>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ئ</text>
 | 
			
		||||
    <text category="letter">؟</text>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										278
									
								
								data/keyboards/symbols/us.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										278
									
								
								data/keyboards/symbols/us.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,278 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <key keycode="9" name="ESC">
 | 
			
		||||
    <keysym keyval="65307">Escape</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="67" name="FK01">
 | 
			
		||||
    <keysym keyval="65470">F1</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="68" name="FK02">
 | 
			
		||||
    <keysym keyval="65471">F2</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="69" name="FK03">
 | 
			
		||||
    <keysym keyval="65472">F3</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="70" name="FK04">
 | 
			
		||||
    <keysym keyval="65473">F4</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="71" name="FK05">
 | 
			
		||||
    <keysym keyval="65474">F5</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="72" name="FK06">
 | 
			
		||||
    <keysym keyval="65475">F6</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="73" name="FK07">
 | 
			
		||||
    <keysym keyval="65476">F7</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="74" name="FK08">
 | 
			
		||||
    <keysym keyval="65477">F8</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="75" name="FK09">
 | 
			
		||||
    <keysym keyval="65478">F9</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="76" name="FK10">
 | 
			
		||||
    <keysym keyval="65479">F10</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="95" name="FK11">
 | 
			
		||||
    <keysym keyval="65480">F11</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="96" name="FK12">
 | 
			
		||||
    <keysym keyval="65481">F12</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <keysym keyval="49">1</keysym>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <keysym keyval="50">2</keysym>
 | 
			
		||||
    <keysym keyval="64">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <keysym keyval="51">3</keysym>
 | 
			
		||||
    <keysym keyval="35">numbersign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <keysym keyval="52">4</keysym>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <keysym keyval="53">5</keysym>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <keysym keyval="54">6</keysym>
 | 
			
		||||
    <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <keysym keyval="55">7</keysym>
 | 
			
		||||
    <keysym keyval="38">ampersand</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <keysym keyval="56">8</keysym>
 | 
			
		||||
    <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <keysym keyval="57">9</keysym>
 | 
			
		||||
    <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <keysym keyval="48">0</keysym>
 | 
			
		||||
    <keysym keyval="41">parenright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <keysym keyval="45">minus</keysym>
 | 
			
		||||
    <keysym keyval="95">underscore</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <keysym keyval="43">plus</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="22" name="BKSP">
 | 
			
		||||
    <keysym keyval="65288">BackSpace</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="23" name="TAB">
 | 
			
		||||
    <keysym keyval="65289">Tab</keysym>
 | 
			
		||||
    <keysym keyval="65056">ISO_Left_Tab</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <keysym keyval="113">q</keysym>
 | 
			
		||||
    <keysym keyval="81">Q</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <keysym keyval="119">w</keysym>
 | 
			
		||||
    <keysym keyval="87">W</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <keysym keyval="101">e</keysym>
 | 
			
		||||
    <keysym keyval="69">E</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <keysym keyval="114">r</keysym>
 | 
			
		||||
    <keysym keyval="82">R</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <keysym keyval="116">t</keysym>
 | 
			
		||||
    <keysym keyval="84">T</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <keysym keyval="121">y</keysym>
 | 
			
		||||
    <keysym keyval="89">Y</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <keysym keyval="117">u</keysym>
 | 
			
		||||
    <keysym keyval="85">U</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <keysym keyval="105">i</keysym>
 | 
			
		||||
    <keysym keyval="73">I</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <keysym keyval="111">o</keysym>
 | 
			
		||||
    <keysym keyval="79">O</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <keysym keyval="112">p</keysym>
 | 
			
		||||
    <keysym keyval="80">P</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <keysym keyval="91">bracketleft</keysym>
 | 
			
		||||
    <keysym keyval="123">braceleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <keysym keyval="93">bracketright</keysym>
 | 
			
		||||
    <keysym keyval="125">braceright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <keysym keyval="92">backslash</keysym>
 | 
			
		||||
    <keysym keyval="124">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="66" name="CAPS">
 | 
			
		||||
    <keysym keyval="65027">ISO_Level3_Shift</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <keysym keyval="97">a</keysym>
 | 
			
		||||
    <keysym keyval="65">A</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <keysym keyval="115">s</keysym>
 | 
			
		||||
    <keysym keyval="83">S</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <keysym keyval="100">d</keysym>
 | 
			
		||||
    <keysym keyval="68">D</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <keysym keyval="102">f</keysym>
 | 
			
		||||
    <keysym keyval="70">F</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <keysym keyval="103">g</keysym>
 | 
			
		||||
    <keysym keyval="71">G</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <keysym keyval="104">h</keysym>
 | 
			
		||||
    <keysym keyval="72">H</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <keysym keyval="106">j</keysym>
 | 
			
		||||
    <keysym keyval="74">J</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <keysym keyval="107">k</keysym>
 | 
			
		||||
    <keysym keyval="75">K</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <keysym keyval="108">l</keysym>
 | 
			
		||||
    <keysym keyval="76">L</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <keysym keyval="59">semicolon</keysym>
 | 
			
		||||
    <keysym keyval="58">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="36" name="RTRN">
 | 
			
		||||
    <keysym keyval="65293">Return</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="50" name="LFSH">
 | 
			
		||||
    <keysym keyval="65505">Shift_L</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <keysym keyval="122">z</keysym>
 | 
			
		||||
    <keysym keyval="90">Z</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <keysym keyval="120">x</keysym>
 | 
			
		||||
    <keysym keyval="88">X</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <keysym keyval="99">c</keysym>
 | 
			
		||||
    <keysym keyval="67">C</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <keysym keyval="118">v</keysym>
 | 
			
		||||
    <keysym keyval="86">V</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <keysym keyval="98">b</keysym>
 | 
			
		||||
    <keysym keyval="66">B</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <keysym keyval="110">n</keysym>
 | 
			
		||||
    <keysym keyval="78">N</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <keysym keyval="109">m</keysym>
 | 
			
		||||
    <keysym keyval="77">M</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <keysym keyval="44">comma</keysym>
 | 
			
		||||
    <keysym keyval="60">less</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <keysym keyval="46">period</keysym>
 | 
			
		||||
    <keysym keyval="62">greater</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <keysym keyval="47">slash</keysym>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="62" name="RTSH">
 | 
			
		||||
    <keysym keyval="65506">Shift_R</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="149" name="I149">
 | 
			
		||||
    <symbol label="⌨" icon="input-keyboard-symbolic">cycle-keyboard</symbol>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="150" name="I150">
 | 
			
		||||
    <symbol label="☺" icon="preferences-system-symbolic">preferences</symbol>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="37" name="LCTL">
 | 
			
		||||
    <keysym keyval="65507">Control_L</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="64" name="LALT">
 | 
			
		||||
    <keysym keyval="65513">Alt_L</keysym>
 | 
			
		||||
    <keysym keyval="65511">Meta_L</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="65" name="SPCE">
 | 
			
		||||
    <keysym keyval="32">space</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="113" name="LEFT">
 | 
			
		||||
    <keysym keyval="65361">Left</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="111" name="UP">
 | 
			
		||||
    <keysym keyval="65362">Up</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="116" name="DOWN">
 | 
			
		||||
    <keysym keyval="65364">Down</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="114" name="RGHT">
 | 
			
		||||
    <keysym keyval="65363">Right</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
							
								
								
									
										193
									
								
								data/keyboards/symbols/zh-bopomofo.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										193
									
								
								data/keyboards/symbols/zh-bopomofo.xml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,193 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<symbols version="0.90">
 | 
			
		||||
  <include>us</include>
 | 
			
		||||
  <key keycode="49" name="TLDE">
 | 
			
		||||
    <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
    <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="10" name="AE01">
 | 
			
		||||
    <text category="letter">ㄅ</text>
 | 
			
		||||
    <keysym keyval="33">exclam</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="11" name="AE02">
 | 
			
		||||
    <text category="letter">ㄉ</text>
 | 
			
		||||
    <keysym keyval="64">at</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="12" name="AE03">
 | 
			
		||||
    <text category="letter">ˇ</text>
 | 
			
		||||
    <keysym keyval="35">numbersign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="13" name="AE04">
 | 
			
		||||
    <text category="letter">ˋ</text>
 | 
			
		||||
    <keysym keyval="36">dollar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="14" name="AE05">
 | 
			
		||||
    <text category="letter">ㄓ</text>
 | 
			
		||||
    <keysym keyval="37">percent</keysym>
 | 
			
		||||
    <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="15" name="AE06">
 | 
			
		||||
    <text category="letter">ˊ</text>
 | 
			
		||||
    <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="16" name="AE07">
 | 
			
		||||
    <text category="letter">˙</text>
 | 
			
		||||
    <keysym keyval="38">ampersand</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="17" name="AE08">
 | 
			
		||||
    <text category="letter">ㄚ</text>
 | 
			
		||||
    <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="18" name="AE09">
 | 
			
		||||
    <text category="letter">ㄞ</text>
 | 
			
		||||
    <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="19" name="AE10">
 | 
			
		||||
    <text category="letter">ㄢ</text>
 | 
			
		||||
    <keysym keyval="41">parenright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="20" name="AE11">
 | 
			
		||||
    <text category="letter">ㄦ</text>
 | 
			
		||||
    <keysym keyval="95">underscore</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="21" name="AE12">
 | 
			
		||||
    <keysym keyval="61">equal</keysym>
 | 
			
		||||
    <keysym keyval="43">plus</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="24" name="AD01">
 | 
			
		||||
    <text category="letter">ㄆ</text>
 | 
			
		||||
    <keysym keyval="81">Q</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="25" name="AD02">
 | 
			
		||||
    <text category="letter">ㄊ</text>
 | 
			
		||||
    <keysym keyval="87">W</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="26" name="AD03">
 | 
			
		||||
    <text category="letter">ㄍ</text>
 | 
			
		||||
    <keysym keyval="69">E</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="27" name="AD04">
 | 
			
		||||
    <text category="letter">ㄐ</text>
 | 
			
		||||
    <keysym keyval="82">R</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="28" name="AD05">
 | 
			
		||||
    <text category="letter">ㄔ</text>
 | 
			
		||||
    <keysym keyval="84">T</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="29" name="AD06">
 | 
			
		||||
    <text category="letter">ㄗ</text>
 | 
			
		||||
    <keysym keyval="89">Y</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="30" name="AD07">
 | 
			
		||||
    <text category="letter">ㄧ</text>
 | 
			
		||||
    <keysym keyval="85">U</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="31" name="AD08">
 | 
			
		||||
    <text category="letter">ㄛ</text>
 | 
			
		||||
    <keysym keyval="73">I</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="32" name="AD09">
 | 
			
		||||
    <text category="letter">ㄟ</text>
 | 
			
		||||
    <keysym keyval="79">O</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="33" name="AD10">
 | 
			
		||||
    <text category="letter">ㄣ</text>
 | 
			
		||||
    <keysym keyval="80">P</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="34" name="AD11">
 | 
			
		||||
    <keysym keyval="91">bracketleft</keysym>
 | 
			
		||||
    <keysym keyval="123">braceleft</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="35" name="AD12">
 | 
			
		||||
    <keysym keyval="93">bracketright</keysym>
 | 
			
		||||
    <keysym keyval="125">braceright</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="51" name="BKSL">
 | 
			
		||||
    <keysym keyval="92">backslash</keysym>
 | 
			
		||||
    <keysym keyval="124">bar</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="38" name="AC01">
 | 
			
		||||
    <text category="letter">ㄇ</text>
 | 
			
		||||
    <keysym keyval="65">A</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="39" name="AC02">
 | 
			
		||||
    <text category="letter">ㄋ</text>
 | 
			
		||||
    <keysym keyval="83">S</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="40" name="AC03">
 | 
			
		||||
    <text category="letter">ㄎ</text>
 | 
			
		||||
    <keysym keyval="68">D</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="41" name="AC04">
 | 
			
		||||
    <text category="letter">ㄑ</text>
 | 
			
		||||
    <keysym keyval="70">F</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="42" name="AC05">
 | 
			
		||||
    <text category="letter">ㄕ</text>
 | 
			
		||||
    <keysym keyval="71">G</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="43" name="AC06">
 | 
			
		||||
    <text category="letter">ㄘ</text>
 | 
			
		||||
    <keysym keyval="72">H</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="44" name="AC07">
 | 
			
		||||
    <text category="letter">ㄨ</text>
 | 
			
		||||
    <keysym keyval="74">J</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="45" name="AC08">
 | 
			
		||||
    <text category="letter">ㄜ</text>
 | 
			
		||||
    <keysym keyval="75">K</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="46" name="AC09">
 | 
			
		||||
    <text category="letter">ㄠ</text>
 | 
			
		||||
    <keysym keyval="76">L</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="47" name="AC10">
 | 
			
		||||
    <text category="letter">ㄤ</text>
 | 
			
		||||
    <keysym keyval="58">colon</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="48" name="AC11">
 | 
			
		||||
    <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
    <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="52" name="AB01">
 | 
			
		||||
    <text category="letter">ㄈ</text>
 | 
			
		||||
    <keysym keyval="90">Z</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="53" name="AB02">
 | 
			
		||||
    <text category="letter">ㄌ</text>
 | 
			
		||||
    <keysym keyval="88">X</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="54" name="AB03">
 | 
			
		||||
    <text category="letter">ㄏ</text>
 | 
			
		||||
    <keysym keyval="67">C</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="55" name="AB04">
 | 
			
		||||
    <text category="letter">ㄒ</text>
 | 
			
		||||
    <keysym keyval="86">V</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="56" name="AB05">
 | 
			
		||||
    <text category="letter">ㄖ</text>
 | 
			
		||||
    <keysym keyval="66">B</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="57" name="AB06">
 | 
			
		||||
    <text category="letter">ㄙ</text>
 | 
			
		||||
    <keysym keyval="78">N</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="58" name="AB07">
 | 
			
		||||
    <text category="letter">ㄩ</text>
 | 
			
		||||
    <keysym keyval="77">M</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="59" name="AB08">
 | 
			
		||||
    <text category="letter">ㄝ</text>
 | 
			
		||||
    <keysym keyval="60">less</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="60" name="AB09">
 | 
			
		||||
    <text category="letter">ㄡ</text>
 | 
			
		||||
    <keysym keyval="62">greater</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
  <key keycode="61" name="AB10">
 | 
			
		||||
    <text category="letter">ㄥ</text>
 | 
			
		||||
    <keysym keyval="63">question</keysym>
 | 
			
		||||
  </key>
 | 
			
		||||
</symbols>
 | 
			
		||||
@ -1,681 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<keyboard version="0.90">
 | 
			
		||||
    <bounds>0.000000,0.000000,640.000000,296.585366</bounds>
 | 
			
		||||
    <section>
 | 
			
		||||
        <bounds>15.609756,15.609756,640.000000,39.024390</bounds>
 | 
			
		||||
        <angle>0</angle>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>16</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <key id="keycode9" name="keycode9" column="0" row="0">
 | 
			
		||||
            <bounds>3.121951,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65307">Escape</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode67" name="keycode67" column="1" row="0">
 | 
			
		||||
            <bounds>84.292683,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65470">F1</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode68" name="keycode68" column="2" row="0">
 | 
			
		||||
            <bounds>124.878049,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65471">F2</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode69" name="keycode69" column="3" row="0">
 | 
			
		||||
            <bounds>165.463415,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65472">F3</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode70" name="keycode70" column="4" row="0">
 | 
			
		||||
            <bounds>206.048780,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65473">F4</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode71" name="keycode71" column="5" row="0">
 | 
			
		||||
            <bounds>266.926829,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65474">F5</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode72" name="keycode72" column="6" row="0">
 | 
			
		||||
            <bounds>307.512195,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65475">F6</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode73" name="keycode73" column="7" row="0">
 | 
			
		||||
            <bounds>348.097561,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65476">F7</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode74" name="keycode74" column="8" row="0">
 | 
			
		||||
            <bounds>388.682927,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65477">F8</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode75" name="keycode75" column="9" row="0">
 | 
			
		||||
            <bounds>449.560976,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65478">F9</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode76" name="keycode76" column="10" row="0">
 | 
			
		||||
            <bounds>490.146341,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65479">F10</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode95" name="keycode95" column="11" row="0">
 | 
			
		||||
            <bounds>530.731707,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65480">F11</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode96" name="keycode96" column="12" row="0">
 | 
			
		||||
            <bounds>571.317073,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65481">F12</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
    </section>
 | 
			
		||||
    <section>
 | 
			
		||||
        <bounds>15.609756,78.048780,608.780488,201.365854</bounds>
 | 
			
		||||
        <angle>0</angle>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>14</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>14</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>13</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>12</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>8</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <key id="keycode49" name="keycode49" column="0" row="0">
 | 
			
		||||
            <bounds>3.121951,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="95">underscore</keysym>
 | 
			
		||||
                <keysym keyval="37">percent</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode10" name="keycode10" column="1" row="0">
 | 
			
		||||
            <bounds>43.707317,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3557">Thai_lakkhangyao</keysym>
 | 
			
		||||
                <keysym keyval="43">plus</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode11" name="keycode11" column="2" row="0">
 | 
			
		||||
            <bounds>84.292683,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="47">slash</keysym>
 | 
			
		||||
                <keysym keyval="3569">Thai_leknung</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode12" name="keycode12" column="3" row="0">
 | 
			
		||||
            <bounds>124.878049,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="45">minus</keysym>
 | 
			
		||||
                <keysym keyval="3570">Thai_leksong</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode13" name="keycode13" column="4" row="0">
 | 
			
		||||
            <bounds>165.463415,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3520">Thai_phosamphao</keysym>
 | 
			
		||||
                <keysym keyval="3571">Thai_leksam</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode14" name="keycode14" column="5" row="0">
 | 
			
		||||
            <bounds>206.048780,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3510">Thai_thothung</keysym>
 | 
			
		||||
                <keysym keyval="3572">Thai_leksi</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode15" name="keycode15" column="6" row="0">
 | 
			
		||||
            <bounds>245.073171,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3544">Thai_sarau</keysym>
 | 
			
		||||
                <keysym keyval="3545">Thai_sarauu</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode16" name="keycode16" column="7" row="0">
 | 
			
		||||
            <bounds>285.658537,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3542">Thai_saraue</keysym>
 | 
			
		||||
                <keysym keyval="3551">Thai_baht</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode17" name="keycode17" column="8" row="0">
 | 
			
		||||
            <bounds>326.243902,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3492">Thai_khokhwai</keysym>
 | 
			
		||||
                <keysym keyval="3573">Thai_lekha</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode18" name="keycode18" column="9" row="0">
 | 
			
		||||
            <bounds>366.829268,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3509">Thai_totao</keysym>
 | 
			
		||||
                <keysym keyval="3574">Thai_lekhok</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode19" name="keycode19" column="10" row="0">
 | 
			
		||||
            <bounds>407.414634,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3496">Thai_chochan</keysym>
 | 
			
		||||
                <keysym keyval="3575">Thai_lekchet</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode20" name="keycode20" column="11" row="0">
 | 
			
		||||
            <bounds>448.000000,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3490">Thai_khokhai</keysym>
 | 
			
		||||
                <keysym keyval="3576">Thai_lekpaet</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode21" name="keycode21" column="12" row="0">
 | 
			
		||||
            <bounds>488.585366,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3498">Thai_chochang</keysym>
 | 
			
		||||
                <keysym keyval="3577">Thai_lekkao</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode22" name="keycode22" column="13" row="0">
 | 
			
		||||
            <bounds>529.170732,1.560976,79.609756,37.463415</bounds>
 | 
			
		||||
            <oref>outline13</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65288">BackSpace</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode23" name="keycode23" column="0" row="1">
 | 
			
		||||
            <bounds>3.121951,42.146341,59.317073,37.463415</bounds>
 | 
			
		||||
            <oref>outline4</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="65289">Tab</keysym>
 | 
			
		||||
                <keysym keyval="65056">ISO_Left_Tab</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode24" name="keycode24" column="1" row="1">
 | 
			
		||||
            <bounds>65.560976,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3558">Thai_maiyamok</keysym>
 | 
			
		||||
                <keysym keyval="3568">Thai_leksun</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode25" name="keycode25" column="2" row="1">
 | 
			
		||||
            <bounds>106.146341,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3556">Thai_saraaimaimalai</keysym>
 | 
			
		||||
                <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode26" name="keycode26" column="3" row="1">
 | 
			
		||||
            <bounds>145.170732,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3539">Thai_saraam</keysym>
 | 
			
		||||
                <keysym keyval="3502">Thai_dochada</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode27" name="keycode27" column="4" row="1">
 | 
			
		||||
            <bounds>185.756098,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3518">Thai_phophan</keysym>
 | 
			
		||||
                <keysym keyval="3505">Thai_thonangmontho</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode28" name="keycode28" column="5" row="1">
 | 
			
		||||
            <bounds>226.341463,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3536">Thai_saraa</keysym>
 | 
			
		||||
                <keysym keyval="3512">Thai_thothong</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode29" name="keycode29" column="6" row="1">
 | 
			
		||||
            <bounds>266.926829,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3537">Thai_maihanakat</keysym>
 | 
			
		||||
                <keysym keyval="3565">Thai_nikhahit</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode30" name="keycode30" column="7" row="1">
 | 
			
		||||
            <bounds>307.512195,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3541">Thai_saraii</keysym>
 | 
			
		||||
                <keysym keyval="3562">Thai_maitri</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode31" name="keycode31" column="8" row="1">
 | 
			
		||||
            <bounds>348.097561,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3523">Thai_rorua</keysym>
 | 
			
		||||
                <keysym keyval="3507">Thai_nonen</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode32" name="keycode32" column="9" row="1">
 | 
			
		||||
            <bounds>388.682927,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3513">Thai_nonu</keysym>
 | 
			
		||||
                <keysym keyval="3535">Thai_paiyannoi</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode33" name="keycode33" column="10" row="1">
 | 
			
		||||
            <bounds>429.268293,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3522">Thai_yoyak</keysym>
 | 
			
		||||
                <keysym keyval="3501">Thai_yoying</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode34" name="keycode34" column="11" row="1">
 | 
			
		||||
            <bounds>468.292683,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3514">Thai_bobaimai</keysym>
 | 
			
		||||
                <keysym keyval="3504">Thai_thothan</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode35" name="keycode35" column="12" row="1">
 | 
			
		||||
            <bounds>508.878049,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3525">Thai_loling</keysym>
 | 
			
		||||
                <keysym keyval="44">comma</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode51" name="keycode51" column="13" row="1">
 | 
			
		||||
            <bounds>549.463415,42.146341,59.317073,37.463415</bounds>
 | 
			
		||||
            <oref>outline5</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3491">Thai_khokhuat</keysym>
 | 
			
		||||
                <keysym keyval="3493">Thai_khokhon</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode66" name="keycode66" column="0" row="2">
 | 
			
		||||
            <bounds>3.121951,82.731707,68.682927,37.463415</bounds>
 | 
			
		||||
            <oref>outline6</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65027">ISO_Level3_Shift</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode38" name="keycode38" column="1" row="2">
 | 
			
		||||
            <bounds>76.487805,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3519">Thai_fofan</keysym>
 | 
			
		||||
                <keysym keyval="3524">Thai_ru</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode39" name="keycode39" column="2" row="2">
 | 
			
		||||
            <bounds>115.512195,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3531">Thai_hohip</keysym>
 | 
			
		||||
                <keysym keyval="3494">Thai_khorakhang</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode40" name="keycode40" column="3" row="2">
 | 
			
		||||
            <bounds>156.097561,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3489">Thai_kokai</keysym>
 | 
			
		||||
                <keysym keyval="3503">Thai_topatak</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode41" name="keycode41" column="4" row="2">
 | 
			
		||||
            <bounds>196.682927,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3508">Thai_dodek</keysym>
 | 
			
		||||
                <keysym keyval="3554">Thai_sarao</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode42" name="keycode42" column="5" row="2">
 | 
			
		||||
            <bounds>237.268293,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3552">Thai_sarae</keysym>
 | 
			
		||||
                <keysym keyval="3500">Thai_chochoe</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode43" name="keycode43" column="6" row="2">
 | 
			
		||||
            <bounds>277.853659,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3561">Thai_maitho</keysym>
 | 
			
		||||
                <keysym keyval="3559">Thai_maitaikhu</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode44" name="keycode44" column="7" row="2">
 | 
			
		||||
            <bounds>318.439024,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3560">Thai_maiek</keysym>
 | 
			
		||||
                <keysym keyval="3563">Thai_maichattawa</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode45" name="keycode45" column="8" row="2">
 | 
			
		||||
            <bounds>359.024390,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3538">Thai_saraaa</keysym>
 | 
			
		||||
                <keysym keyval="3529">Thai_sorusi</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode46" name="keycode46" column="9" row="2">
 | 
			
		||||
            <bounds>399.609756,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3530">Thai_sosua</keysym>
 | 
			
		||||
                <keysym keyval="3528">Thai_sosala</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode47" name="keycode47" column="10" row="2">
 | 
			
		||||
            <bounds>438.634146,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3527">Thai_wowaen</keysym>
 | 
			
		||||
                <keysym keyval="3499">Thai_soso</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode48" name="keycode48" column="11" row="2">
 | 
			
		||||
            <bounds>479.219512,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3495">Thai_ngongu</keysym>
 | 
			
		||||
                <keysym keyval="46">period</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode36" name="keycode36" column="12" row="2">
 | 
			
		||||
            <bounds>519.804878,82.731707,88.975610,37.463415</bounds>
 | 
			
		||||
            <oref>outline7</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65293">Return</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode50" name="keycode50" column="0" row="3">
 | 
			
		||||
            <bounds>3.121951,121.756098,88.975610,37.463415</bounds>
 | 
			
		||||
            <oref>outline8</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65505">Shift_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode52" name="keycode52" column="1" row="3">
 | 
			
		||||
            <bounds>95.219512,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3516">Thai_phophung</keysym>
 | 
			
		||||
                <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode53" name="keycode53" column="2" row="3">
 | 
			
		||||
            <bounds>135.804878,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3515">Thai_popla</keysym>
 | 
			
		||||
                <keysym keyval="41">parenright</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode54" name="keycode54" column="3" row="3">
 | 
			
		||||
            <bounds>176.390244,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3553">Thai_saraae</keysym>
 | 
			
		||||
                <keysym keyval="3497">Thai_choching</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode55" name="keycode55" column="4" row="3">
 | 
			
		||||
            <bounds>215.414634,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3533">Thai_oang</keysym>
 | 
			
		||||
                <keysym keyval="3534">Thai_honokhuk</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode56" name="keycode56" column="5" row="3">
 | 
			
		||||
            <bounds>256.000000,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3540">Thai_sarai</keysym>
 | 
			
		||||
                <keysym keyval="3546">Thai_phinthu</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode57" name="keycode57" column="6" row="3">
 | 
			
		||||
            <bounds>296.585366,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3543">Thai_sarauee</keysym>
 | 
			
		||||
                <keysym keyval="3564">Thai_thanthakhat</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode58" name="keycode58" column="7" row="3">
 | 
			
		||||
            <bounds>337.170732,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3511">Thai_thothahan</keysym>
 | 
			
		||||
                <keysym keyval="63">question</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode59" name="keycode59" column="8" row="3">
 | 
			
		||||
            <bounds>377.756098,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3521">Thai_moma</keysym>
 | 
			
		||||
                <keysym keyval="3506">Thai_thophuthao</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode60" name="keycode60" column="9" row="3">
 | 
			
		||||
            <bounds>418.341463,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3555">Thai_saraaimaimuan</keysym>
 | 
			
		||||
                <keysym keyval="3532">Thai_lochula</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode61" name="keycode61" column="10" row="3">
 | 
			
		||||
            <bounds>458.926829,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="3517">Thai_fofa</keysym>
 | 
			
		||||
                <keysym keyval="3526">Thai_lu</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode62" name="keycode62" column="11" row="3">
 | 
			
		||||
            <bounds>499.512195,121.756098,109.268293,37.463415</bounds>
 | 
			
		||||
            <oref>outline9</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65506">Shift_R</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode37" name="keycode37" column="0" row="4">
 | 
			
		||||
            <bounds>3.121951,162.341463,56.195122,37.463415</bounds>
 | 
			
		||||
            <oref>outline10</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <symbol label="⌨" icon="input-keyboard-symbolic">cycle-keyboard</symbol>
 | 
			
		||||
                <symbol label="☺" icon="preferences-system-symbolic">preferences</symbol>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode133" name="keycode133" column="1" row="4">
 | 
			
		||||
            <bounds>62.439024,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65507">Control_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode64" name="keycode64" column="2" row="4">
 | 
			
		||||
            <bounds>113.951220,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="65513">Alt_L</keysym>
 | 
			
		||||
                <keysym keyval="65511">Meta_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode65" name="keycode65" column="3" row="4">
 | 
			
		||||
            <bounds>165.463415,162.341463,238.829268,37.463415</bounds>
 | 
			
		||||
            <oref>outline3</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="32">space</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode108" name="keycode108" column="4" row="4">
 | 
			
		||||
            <bounds>407.414634,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65361">Left</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode134" name="keycode134" column="5" row="4">
 | 
			
		||||
            <bounds>458.926829,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65362">Up</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode135" name="keycode135" column="6" row="4">
 | 
			
		||||
            <bounds>508.878049,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65364">Down</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode105" name="keycode105" column="7" row="4">
 | 
			
		||||
            <bounds>560.390244,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65363">Right</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
    </section>
 | 
			
		||||
    <outline id="outline2">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>37.463415,0.000000</point>
 | 
			
		||||
        <point>37.463415,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline1">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>48.390244,0.000000</point>
 | 
			
		||||
        <point>48.390244,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline4">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>59.317073,0.000000</point>
 | 
			
		||||
        <point>59.317073,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline5">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>59.317073,0.000000</point>
 | 
			
		||||
        <point>59.317073,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline6">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>68.682927,0.000000</point>
 | 
			
		||||
        <point>68.682927,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline7">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>88.975610,0.000000</point>
 | 
			
		||||
        <point>88.975610,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline8">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>88.975610,0.000000</point>
 | 
			
		||||
        <point>88.975610,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline9">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>109.268293,0.000000</point>
 | 
			
		||||
        <point>109.268293,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline10">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>56.195122,0.000000</point>
 | 
			
		||||
        <point>56.195122,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline13">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>79.609756,0.000000</point>
 | 
			
		||||
        <point>79.609756,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline3">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>238.829268,0.000000</point>
 | 
			
		||||
        <point>238.829268,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
</keyboard>
 | 
			
		||||
@ -1,682 +0,0 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<keyboard version="0.90">
 | 
			
		||||
    <bounds>0.000000,0.000000,640.000000,296.585366</bounds>
 | 
			
		||||
    <section>
 | 
			
		||||
        <bounds>15.609756,15.609756,640.000000,39.024390</bounds>
 | 
			
		||||
        <angle>0</angle>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>16</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <key id="keycode9" name="keycode9" column="0" row="0">
 | 
			
		||||
            <bounds>3.121951,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65307">Escape</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode67" name="keycode67" column="1" row="0">
 | 
			
		||||
            <bounds>84.292683,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65470">F1</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode68" name="keycode68" column="2" row="0">
 | 
			
		||||
            <bounds>124.878049,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65471">F2</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode69" name="keycode69" column="3" row="0">
 | 
			
		||||
            <bounds>165.463415,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65472">F3</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode70" name="keycode70" column="4" row="0">
 | 
			
		||||
            <bounds>206.048780,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65473">F4</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode71" name="keycode71" column="5" row="0">
 | 
			
		||||
            <bounds>266.926829,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65474">F5</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode72" name="keycode72" column="6" row="0">
 | 
			
		||||
            <bounds>307.512195,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65475">F6</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode73" name="keycode73" column="7" row="0">
 | 
			
		||||
            <bounds>348.097561,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65476">F7</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode74" name="keycode74" column="8" row="0">
 | 
			
		||||
            <bounds>388.682927,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65477">F8</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode75" name="keycode75" column="9" row="0">
 | 
			
		||||
            <bounds>449.560976,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65478">F9</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode76" name="keycode76" column="10" row="0">
 | 
			
		||||
            <bounds>490.146341,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65479">F10</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode95" name="keycode95" column="11" row="0">
 | 
			
		||||
            <bounds>530.731707,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65480">F11</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode96" name="keycode96" column="12" row="0">
 | 
			
		||||
            <bounds>571.317073,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65481">F12</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
    </section>
 | 
			
		||||
    <section>
 | 
			
		||||
        <bounds>15.609756,78.048780,608.780488,201.365854</bounds>
 | 
			
		||||
        <angle>0</angle>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>14</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>14</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>13</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>12</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <row>
 | 
			
		||||
            <columns>8</columns>
 | 
			
		||||
            <orientation>1</orientation>
 | 
			
		||||
        </row>
 | 
			
		||||
        <key id="keycode49" name="keycode49" column="0" row="0">
 | 
			
		||||
            <bounds>3.121951,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="96">quoteleft</keysym>
 | 
			
		||||
                <keysym keyval="126">asciitilde</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode10" name="keycode10" column="1" row="0">
 | 
			
		||||
            <bounds>43.707317,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="49">1</keysym>
 | 
			
		||||
                <keysym keyval="33">exclam</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode11" name="keycode11" column="2" row="0">
 | 
			
		||||
            <bounds>84.292683,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="50">2</keysym>
 | 
			
		||||
                <keysym keyval="64">at</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode12" name="keycode12" column="3" row="0">
 | 
			
		||||
            <bounds>124.878049,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="51">3</keysym>
 | 
			
		||||
                <keysym keyval="35">numbersign</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode13" name="keycode13" column="4" row="0">
 | 
			
		||||
            <bounds>165.463415,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="52">4</keysym>
 | 
			
		||||
                <keysym keyval="36">dollar</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode14" name="keycode14" column="5" row="0">
 | 
			
		||||
            <bounds>206.048780,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="3">
 | 
			
		||||
                <keysym keyval="53">5</keysym>
 | 
			
		||||
                <keysym keyval="37">percent</keysym>
 | 
			
		||||
                <keysym keyval="8364">EuroSign</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode15" name="keycode15" column="6" row="0">
 | 
			
		||||
            <bounds>245.073171,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="54">6</keysym>
 | 
			
		||||
                <keysym keyval="94">asciicircum</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode16" name="keycode16" column="7" row="0">
 | 
			
		||||
            <bounds>285.658537,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="55">7</keysym>
 | 
			
		||||
                <keysym keyval="38">ampersand</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode17" name="keycode17" column="8" row="0">
 | 
			
		||||
            <bounds>326.243902,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="56">8</keysym>
 | 
			
		||||
                <keysym keyval="42">asterisk</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode18" name="keycode18" column="9" row="0">
 | 
			
		||||
            <bounds>366.829268,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="57">9</keysym>
 | 
			
		||||
                <keysym keyval="40">parenleft</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode19" name="keycode19" column="10" row="0">
 | 
			
		||||
            <bounds>407.414634,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="48">0</keysym>
 | 
			
		||||
                <keysym keyval="41">parenright</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode20" name="keycode20" column="11" row="0">
 | 
			
		||||
            <bounds>448.000000,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="45">minus</keysym>
 | 
			
		||||
                <keysym keyval="95">underscore</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode21" name="keycode21" column="12" row="0">
 | 
			
		||||
            <bounds>488.585366,1.560976,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="61">equal</keysym>
 | 
			
		||||
                <keysym keyval="43">plus</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode22" name="keycode22" column="13" row="0">
 | 
			
		||||
            <bounds>529.170732,1.560976,79.609756,37.463415</bounds>
 | 
			
		||||
            <oref>outline13</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65288">BackSpace</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode23" name="keycode23" column="0" row="1">
 | 
			
		||||
            <bounds>3.121951,42.146341,59.317073,37.463415</bounds>
 | 
			
		||||
            <oref>outline4</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="65289">Tab</keysym>
 | 
			
		||||
                <keysym keyval="65056">ISO_Left_Tab</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode24" name="keycode24" column="1" row="1">
 | 
			
		||||
            <bounds>65.560976,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="113">q</keysym>
 | 
			
		||||
                <keysym keyval="81">Q</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode25" name="keycode25" column="2" row="1">
 | 
			
		||||
            <bounds>106.146341,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="119">w</keysym>
 | 
			
		||||
                <keysym keyval="87">W</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode26" name="keycode26" column="3" row="1">
 | 
			
		||||
            <bounds>145.170732,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="101">e</keysym>
 | 
			
		||||
                <keysym keyval="69">E</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode27" name="keycode27" column="4" row="1">
 | 
			
		||||
            <bounds>185.756098,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="114">r</keysym>
 | 
			
		||||
                <keysym keyval="82">R</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode28" name="keycode28" column="5" row="1">
 | 
			
		||||
            <bounds>226.341463,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="116">t</keysym>
 | 
			
		||||
                <keysym keyval="84">T</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode29" name="keycode29" column="6" row="1">
 | 
			
		||||
            <bounds>266.926829,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="121">y</keysym>
 | 
			
		||||
                <keysym keyval="89">Y</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode30" name="keycode30" column="7" row="1">
 | 
			
		||||
            <bounds>307.512195,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="117">u</keysym>
 | 
			
		||||
                <keysym keyval="85">U</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode31" name="keycode31" column="8" row="1">
 | 
			
		||||
            <bounds>348.097561,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="105">i</keysym>
 | 
			
		||||
                <keysym keyval="73">I</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode32" name="keycode32" column="9" row="1">
 | 
			
		||||
            <bounds>388.682927,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="111">o</keysym>
 | 
			
		||||
                <keysym keyval="79">O</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode33" name="keycode33" column="10" row="1">
 | 
			
		||||
            <bounds>429.268293,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="112">p</keysym>
 | 
			
		||||
                <keysym keyval="80">P</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode34" name="keycode34" column="11" row="1">
 | 
			
		||||
            <bounds>468.292683,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="91">bracketleft</keysym>
 | 
			
		||||
                <keysym keyval="123">braceleft</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode35" name="keycode35" column="12" row="1">
 | 
			
		||||
            <bounds>508.878049,42.146341,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="93">bracketright</keysym>
 | 
			
		||||
                <keysym keyval="125">braceright</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode51" name="keycode51" column="13" row="1">
 | 
			
		||||
            <bounds>549.463415,42.146341,59.317073,37.463415</bounds>
 | 
			
		||||
            <oref>outline5</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="92">backslash</keysym>
 | 
			
		||||
                <keysym keyval="124">bar</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode66" name="keycode66" column="0" row="2">
 | 
			
		||||
            <bounds>3.121951,82.731707,68.682927,37.463415</bounds>
 | 
			
		||||
            <oref>outline6</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65027">ISO_Level3_Shift</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode38" name="keycode38" column="1" row="2">
 | 
			
		||||
            <bounds>76.487805,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="97">a</keysym>
 | 
			
		||||
                <keysym keyval="65">A</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode39" name="keycode39" column="2" row="2">
 | 
			
		||||
            <bounds>115.512195,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="115">s</keysym>
 | 
			
		||||
                <keysym keyval="83">S</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode40" name="keycode40" column="3" row="2">
 | 
			
		||||
            <bounds>156.097561,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="100">d</keysym>
 | 
			
		||||
                <keysym keyval="68">D</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode41" name="keycode41" column="4" row="2">
 | 
			
		||||
            <bounds>196.682927,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="102">f</keysym>
 | 
			
		||||
                <keysym keyval="70">F</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode42" name="keycode42" column="5" row="2">
 | 
			
		||||
            <bounds>237.268293,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="103">g</keysym>
 | 
			
		||||
                <keysym keyval="71">G</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode43" name="keycode43" column="6" row="2">
 | 
			
		||||
            <bounds>277.853659,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="104">h</keysym>
 | 
			
		||||
                <keysym keyval="72">H</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode44" name="keycode44" column="7" row="2">
 | 
			
		||||
            <bounds>318.439024,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="106">j</keysym>
 | 
			
		||||
                <keysym keyval="74">J</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode45" name="keycode45" column="8" row="2">
 | 
			
		||||
            <bounds>359.024390,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="107">k</keysym>
 | 
			
		||||
                <keysym keyval="75">K</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode46" name="keycode46" column="9" row="2">
 | 
			
		||||
            <bounds>399.609756,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="108">l</keysym>
 | 
			
		||||
                <keysym keyval="76">L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode47" name="keycode47" column="10" row="2">
 | 
			
		||||
            <bounds>438.634146,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="59">semicolon</keysym>
 | 
			
		||||
                <keysym keyval="58">colon</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode48" name="keycode48" column="11" row="2">
 | 
			
		||||
            <bounds>479.219512,82.731707,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="39">quoteright</keysym>
 | 
			
		||||
                <keysym keyval="34">quotedbl</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode36" name="keycode36" column="12" row="2">
 | 
			
		||||
            <bounds>519.804878,82.731707,88.975610,37.463415</bounds>
 | 
			
		||||
            <oref>outline7</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65293">Return</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode50" name="keycode50" column="0" row="3">
 | 
			
		||||
            <bounds>3.121951,121.756098,88.975610,37.463415</bounds>
 | 
			
		||||
            <oref>outline8</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65505">Shift_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode52" name="keycode52" column="1" row="3">
 | 
			
		||||
            <bounds>95.219512,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="122">z</keysym>
 | 
			
		||||
                <keysym keyval="90">Z</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode53" name="keycode53" column="2" row="3">
 | 
			
		||||
            <bounds>135.804878,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="120">x</keysym>
 | 
			
		||||
                <keysym keyval="88">X</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode54" name="keycode54" column="3" row="3">
 | 
			
		||||
            <bounds>176.390244,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="99">c</keysym>
 | 
			
		||||
                <keysym keyval="67">C</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode55" name="keycode55" column="4" row="3">
 | 
			
		||||
            <bounds>215.414634,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="118">v</keysym>
 | 
			
		||||
                <keysym keyval="86">V</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode56" name="keycode56" column="5" row="3">
 | 
			
		||||
            <bounds>256.000000,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="98">b</keysym>
 | 
			
		||||
                <keysym keyval="66">B</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode57" name="keycode57" column="6" row="3">
 | 
			
		||||
            <bounds>296.585366,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="110">n</keysym>
 | 
			
		||||
                <keysym keyval="78">N</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode58" name="keycode58" column="7" row="3">
 | 
			
		||||
            <bounds>337.170732,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="109">m</keysym>
 | 
			
		||||
                <keysym keyval="77">M</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode59" name="keycode59" column="8" row="3">
 | 
			
		||||
            <bounds>377.756098,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="44">comma</keysym>
 | 
			
		||||
                <keysym keyval="60">less</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode60" name="keycode60" column="9" row="3">
 | 
			
		||||
            <bounds>418.341463,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="46">period</keysym>
 | 
			
		||||
                <keysym keyval="62">greater</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode61" name="keycode61" column="10" row="3">
 | 
			
		||||
            <bounds>458.926829,121.756098,37.463415,37.463415</bounds>
 | 
			
		||||
            <oref>outline2</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="47">slash</keysym>
 | 
			
		||||
                <keysym keyval="63">question</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode62" name="keycode62" column="11" row="3">
 | 
			
		||||
            <bounds>499.512195,121.756098,109.268293,37.463415</bounds>
 | 
			
		||||
            <oref>outline9</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65506">Shift_R</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode37" name="keycode37" column="0" row="4">
 | 
			
		||||
            <bounds>3.121951,162.341463,56.195122,37.463415</bounds>
 | 
			
		||||
            <oref>outline10</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <symbol label="⌨" icon="input-keyboard-symbolic">cycle-keyboard</symbol>
 | 
			
		||||
                <symbol label="☺" icon="preferences-system-symbolic">preferences</symbol>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode133" name="keycode133" column="1" row="4">
 | 
			
		||||
            <bounds>62.439024,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65507">Control_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode64" name="keycode64" column="2" row="4">
 | 
			
		||||
            <bounds>113.951220,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="2">
 | 
			
		||||
                <keysym keyval="65513">Alt_L</keysym>
 | 
			
		||||
                <keysym keyval="65511">Meta_L</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode65" name="keycode65" column="3" row="4">
 | 
			
		||||
            <bounds>165.463415,162.341463,238.829268,37.463415</bounds>
 | 
			
		||||
            <oref>outline3</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="32">space</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode108" name="keycode108" column="4" row="4">
 | 
			
		||||
            <bounds>407.414634,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65361">Left</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode134" name="keycode134" column="5" row="4">
 | 
			
		||||
            <bounds>458.926829,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65362">Up</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode135" name="keycode135" column="6" row="4">
 | 
			
		||||
            <bounds>508.878049,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65364">Down</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
        <key id="keycode105" name="keycode105" column="7" row="4">
 | 
			
		||||
            <bounds>560.390244,162.341463,48.390244,37.463415</bounds>
 | 
			
		||||
            <oref>outline1</oref>
 | 
			
		||||
            <symbols groups="1" levels="1">
 | 
			
		||||
                <keysym keyval="65363">Right</keysym>
 | 
			
		||||
            </symbols>
 | 
			
		||||
        </key>
 | 
			
		||||
    </section>
 | 
			
		||||
    <outline id="outline2">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>37.463415,0.000000</point>
 | 
			
		||||
        <point>37.463415,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline1">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>48.390244,0.000000</point>
 | 
			
		||||
        <point>48.390244,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline4">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>59.317073,0.000000</point>
 | 
			
		||||
        <point>59.317073,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline5">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>59.317073,0.000000</point>
 | 
			
		||||
        <point>59.317073,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline6">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>68.682927,0.000000</point>
 | 
			
		||||
        <point>68.682927,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline7">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>88.975610,0.000000</point>
 | 
			
		||||
        <point>88.975610,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline8">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>88.975610,0.000000</point>
 | 
			
		||||
        <point>88.975610,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline9">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>109.268293,0.000000</point>
 | 
			
		||||
        <point>109.268293,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline10">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>56.195122,0.000000</point>
 | 
			
		||||
        <point>56.195122,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline13">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>79.609756,0.000000</point>
 | 
			
		||||
        <point>79.609756,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
    <outline id="outline3">
 | 
			
		||||
        <corner-radius>1.000000</corner-radius>
 | 
			
		||||
        <point>0.000000,0.000000</point>
 | 
			
		||||
        <point>238.829268,0.000000</point>
 | 
			
		||||
        <point>238.829268,37.463415</point>
 | 
			
		||||
        <point>0.000000,37.463415</point>
 | 
			
		||||
    </outline>
 | 
			
		||||
</keyboard>
 | 
			
		||||
@ -1,15 +1,10 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<schemalist>
 | 
			
		||||
  <schema id="org.fedorahosted.eekboard" path="/org/fedorahosted/eekboard/">
 | 
			
		||||
    <key name="keyboard" type="s">
 | 
			
		||||
      <default>'us'</default>
 | 
			
		||||
    <key name="keyboards" type="as">
 | 
			
		||||
      <default>['us']</default>
 | 
			
		||||
      <summary>Keyboard types</summary>
 | 
			
		||||
      <description>keyboard types (comma separated).</description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="ui-toolkit" type="s">
 | 
			
		||||
      <default>'gtk'</default>
 | 
			
		||||
      <summary>GUI toolkit used to render keyboard</summary>
 | 
			
		||||
      <description>The name of GUI toolkit (either 'gtk' or 'clutter') used to render keyboard on screen.</description>
 | 
			
		||||
      <description>keyboard types.</description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="focus-listener" type="s">
 | 
			
		||||
      <default>'atspi'</default>
 | 
			
		||||
@ -46,6 +41,16 @@
 | 
			
		||||
      <summary>Switch to fullscreen mode when startup</summary>
 | 
			
		||||
      <description>If true, switch to fullscreen mode when startup.</description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="size-constraint-landscape" type="(dd)">
 | 
			
		||||
      <default>(1.0, 0.3)</default>
 | 
			
		||||
      <summary>Constraint of the maximum window size on landscape screen</summary>
 | 
			
		||||
      <description>Constraint of maximum window size on landscape screen</description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="size-constraint-portrait" type="(dd)">
 | 
			
		||||
      <default>(1.0, 0.5)</default>
 | 
			
		||||
      <summary>Constraint of the maximum window size on portrait screen</summary>
 | 
			
		||||
      <description>Constraint of maximum window size on portrait screen</description>
 | 
			
		||||
    </key>
 | 
			
		||||
    <key name="theme" type="s">
 | 
			
		||||
      <default>'default'</default>
 | 
			
		||||
      <summary>Theme</summary>
 | 
			
		||||
 | 
			
		||||
@ -79,16 +79,10 @@ EXTRA_HFILES=
 | 
			
		||||
IGNORE_HFILES = \
 | 
			
		||||
	config.h \
 | 
			
		||||
	eek-renderer.h \
 | 
			
		||||
	eek-clutter-renderer.h \
 | 
			
		||||
	eek-clutter-section.h \
 | 
			
		||||
	eek-clutter-key.h \
 | 
			
		||||
	eek-gtk-renderer.h \
 | 
			
		||||
	eek-theme.h \
 | 
			
		||||
	eek-theme-node.h \
 | 
			
		||||
	eek-enumtypes.h
 | 
			
		||||
if !ENABLE_CLUTTER
 | 
			
		||||
IGNORE_HFILES += eek-clutter-keyboard.h eek-clutter.h
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
# Images to copy into HTML directory.
 | 
			
		||||
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
 | 
			
		||||
@ -111,17 +105,10 @@ expand_content_files=eek-overview.xml
 | 
			
		||||
GTKDOC_CFLAGS = $(GIO2_CFLAGS)
 | 
			
		||||
GTKDOC_LIBS = $(top_builddir)/eek/libeek.la \
 | 
			
		||||
	$(top_builddir)/eek/libeek-gtk.la \
 | 
			
		||||
	$(top_builddir)/eek/libeek-xkb.la \
 | 
			
		||||
	$(top_builddir)/eek/libeek-xkl.la \
 | 
			
		||||
	$(GIO2_LIBS) \
 | 
			
		||||
	$(GTK_LIBS) \
 | 
			
		||||
	$(XKB_LIBS)
 | 
			
		||||
 | 
			
		||||
if ENABLE_CLUTTER
 | 
			
		||||
GTKDOC_LIBS += \
 | 
			
		||||
	$(top_builddir)/eek/libeek-clutter.la \
 | 
			
		||||
	$(CLUTTER_LIBS)
 | 
			
		||||
endif
 | 
			
		||||
	$(LIBXKLAVIER_LIBS)
 | 
			
		||||
 | 
			
		||||
# This includes the standard gtk-doc make rules, copied by gtkdocize.
 | 
			
		||||
include $(top_srcdir)/gtk-doc.make
 | 
			
		||||
 | 
			
		||||
@ -46,6 +46,7 @@
 | 
			
		||||
      <xi:include href="xml/eek-key.xml"/>
 | 
			
		||||
      <xi:include href="xml/eek-symbol.xml"/>
 | 
			
		||||
      <xi:include href="xml/eek-keysym.xml"/>
 | 
			
		||||
      <xi:include href="xml/eek-text.xml"/>
 | 
			
		||||
      <xi:include href="xml/eek-layout.xml"/>
 | 
			
		||||
      <xi:include href="xml/eek-types.xml"/>
 | 
			
		||||
    </chapter>
 | 
			
		||||
 | 
			
		||||
@ -1,141 +1,28 @@
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-keyboard</FILE>
 | 
			
		||||
<TITLE>EekKeyboard</TITLE>
 | 
			
		||||
EekKeyboard
 | 
			
		||||
EekKeyboardClass
 | 
			
		||||
EekModifierKey
 | 
			
		||||
eek_keyboard_new
 | 
			
		||||
eek_keyboard_get_layout
 | 
			
		||||
eek_keyboard_get_size
 | 
			
		||||
eek_keyboard_set_size
 | 
			
		||||
eek_keyboard_set_symbol_index
 | 
			
		||||
eek_keyboard_get_symbol_index
 | 
			
		||||
eek_keyboard_set_group
 | 
			
		||||
eek_keyboard_set_level
 | 
			
		||||
eek_keyboard_get_group
 | 
			
		||||
eek_keyboard_get_level
 | 
			
		||||
eek_keyboard_set_modifier_behavior
 | 
			
		||||
eek_keyboard_get_modifier_behavior
 | 
			
		||||
eek_keyboard_set_modifiers
 | 
			
		||||
eek_keyboard_get_modifiers
 | 
			
		||||
eek_keyboard_create_section
 | 
			
		||||
eek_keyboard_find_key_by_keycode
 | 
			
		||||
eek_keyboard_add_outline
 | 
			
		||||
eek_keyboard_get_outline
 | 
			
		||||
eek_keyboard_set_num_lock_mask
 | 
			
		||||
eek_keyboard_get_num_lock_mask
 | 
			
		||||
eek_keyboard_set_alt_gr_mask
 | 
			
		||||
eek_keyboard_get_alt_gr_mask
 | 
			
		||||
eek_keyboard_get_pressed_keys
 | 
			
		||||
eek_keyboard_get_locked_keys
 | 
			
		||||
EekKeyboardPrivate
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_KEYBOARD
 | 
			
		||||
EEK_IS_KEYBOARD
 | 
			
		||||
EEK_TYPE_KEYBOARD
 | 
			
		||||
eek_keyboard_get_type
 | 
			
		||||
EEK_KEYBOARD_CLASS
 | 
			
		||||
EEK_IS_KEYBOARD_CLASS
 | 
			
		||||
EEK_KEYBOARD_GET_CLASS
 | 
			
		||||
<FILE>eek</FILE>
 | 
			
		||||
eek_init
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-layout</FILE>
 | 
			
		||||
<TITLE>EekLayout</TITLE>
 | 
			
		||||
EekLayout
 | 
			
		||||
EekLayoutClass
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_LAYOUT
 | 
			
		||||
EEK_IS_LAYOUT
 | 
			
		||||
EEK_TYPE_LAYOUT
 | 
			
		||||
eek_layout_get_type
 | 
			
		||||
EEK_LAYOUT_CLASS
 | 
			
		||||
EEK_IS_LAYOUT_CLASS
 | 
			
		||||
EEK_LAYOUT_GET_CLASS
 | 
			
		||||
<FILE>eek-clutter</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-gtk-keyboard</FILE>
 | 
			
		||||
<TITLE>EekGtkKeyboard</TITLE>
 | 
			
		||||
EekGtkKeyboard
 | 
			
		||||
EekGtkKeyboardClass
 | 
			
		||||
eek_gtk_keyboard_new
 | 
			
		||||
eek_gtk_keyboard_set_theme
 | 
			
		||||
EekGtkKeyboardPrivate
 | 
			
		||||
<FILE>eek-clutter-key</FILE>
 | 
			
		||||
<TITLE>EekClutterKey</TITLE>
 | 
			
		||||
EekClutterKey
 | 
			
		||||
EekClutterKeyClass
 | 
			
		||||
eek_clutter_key_new
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_GTK_KEYBOARD
 | 
			
		||||
EEK_IS_GTK_KEYBOARD
 | 
			
		||||
EEK_TYPE_GTK_KEYBOARD
 | 
			
		||||
eek_gtk_keyboard_get_type
 | 
			
		||||
EEK_GTK_KEYBOARD_CLASS
 | 
			
		||||
EEK_IS_GTK_KEYBOARD_CLASS
 | 
			
		||||
EEK_GTK_KEYBOARD_GET_CLASS
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-section</FILE>
 | 
			
		||||
<TITLE>EekSection</TITLE>
 | 
			
		||||
EekSection
 | 
			
		||||
EekSectionClass
 | 
			
		||||
eek_section_set_angle
 | 
			
		||||
eek_section_get_angle
 | 
			
		||||
eek_section_get_n_rows
 | 
			
		||||
eek_section_add_row
 | 
			
		||||
eek_section_get_row
 | 
			
		||||
eek_section_create_key
 | 
			
		||||
eek_section_find_key_by_keycode
 | 
			
		||||
EekSectionPrivate
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_SECTION
 | 
			
		||||
EEK_IS_SECTION
 | 
			
		||||
EEK_TYPE_SECTION
 | 
			
		||||
eek_section_get_type
 | 
			
		||||
EEK_SECTION_CLASS
 | 
			
		||||
EEK_IS_SECTION_CLASS
 | 
			
		||||
EEK_SECTION_GET_CLASS
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-theme-context</FILE>
 | 
			
		||||
eek_theme_context_new
 | 
			
		||||
eek_theme_context_set_theme
 | 
			
		||||
eek_theme_context_get_theme
 | 
			
		||||
eek_theme_context_set_resolution
 | 
			
		||||
eek_theme_context_set_default_resolution
 | 
			
		||||
eek_theme_context_get_resolution
 | 
			
		||||
eek_theme_context_set_font
 | 
			
		||||
eek_theme_context_get_font
 | 
			
		||||
eek_theme_context_get_root_node
 | 
			
		||||
EekThemeContextClass
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_THEME_CONTEXT
 | 
			
		||||
EEK_IS_THEME_CONTEXT
 | 
			
		||||
EEK_TYPE_THEME_CONTEXT
 | 
			
		||||
eek_theme_context_get_type
 | 
			
		||||
EEK_THEME_CONTEXT_CLASS
 | 
			
		||||
EEK_IS_THEME_CONTEXT_CLASS
 | 
			
		||||
EEK_THEME_CONTEXT_GET_CLASS
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-container</FILE>
 | 
			
		||||
<TITLE>EekContainer</TITLE>
 | 
			
		||||
EekCallback
 | 
			
		||||
EekCompareFunc
 | 
			
		||||
EekContainer
 | 
			
		||||
EekContainerClass
 | 
			
		||||
eek_container_foreach_child
 | 
			
		||||
eek_container_find
 | 
			
		||||
eek_container_add_child
 | 
			
		||||
EekContainerPrivate
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_CONTAINER
 | 
			
		||||
EEK_IS_CONTAINER
 | 
			
		||||
EEK_TYPE_CONTAINER
 | 
			
		||||
eek_container_get_type
 | 
			
		||||
EEK_CONTAINER_CLASS
 | 
			
		||||
EEK_IS_CONTAINER_CLASS
 | 
			
		||||
EEK_CONTAINER_GET_CLASS
 | 
			
		||||
EEK_CLUTTER_KEY
 | 
			
		||||
EEK_CLUTTER_KEY_CLASS
 | 
			
		||||
EEK_CLUTTER_KEY_GET_CLASS
 | 
			
		||||
EEK_IS_CLUTTER_KEY
 | 
			
		||||
EEK_IS_CLUTTER_KEY_CLASS
 | 
			
		||||
EEK_TYPE_CLUTTER_KEY
 | 
			
		||||
EekClutterKeyPrivate
 | 
			
		||||
eek_clutter_key_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
@ -145,143 +32,71 @@ EekClutterKeyboard
 | 
			
		||||
EekClutterKeyboardClass
 | 
			
		||||
eek_clutter_keyboard_new
 | 
			
		||||
eek_clutter_keyboard_set_theme
 | 
			
		||||
EekClutterKeyboardPrivate
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_CLUTTER_KEYBOARD
 | 
			
		||||
EEK_IS_CLUTTER_KEYBOARD
 | 
			
		||||
EEK_TYPE_CLUTTER_KEYBOARD
 | 
			
		||||
eek_clutter_keyboard_get_type
 | 
			
		||||
EEK_CLUTTER_KEYBOARD_CLASS
 | 
			
		||||
EEK_IS_CLUTTER_KEYBOARD_CLASS
 | 
			
		||||
EEK_CLUTTER_KEYBOARD_GET_CLASS
 | 
			
		||||
EEK_IS_CLUTTER_KEYBOARD
 | 
			
		||||
EEK_IS_CLUTTER_KEYBOARD_CLASS
 | 
			
		||||
EEK_TYPE_CLUTTER_KEYBOARD
 | 
			
		||||
EekClutterKeyboardPrivate
 | 
			
		||||
eek_clutter_keyboard_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-symbol</FILE>
 | 
			
		||||
<TITLE>EekSymbol</TITLE>
 | 
			
		||||
EekSymbolCategory
 | 
			
		||||
EekSymbol
 | 
			
		||||
EekSymbolClass
 | 
			
		||||
eek_symbol_new
 | 
			
		||||
eek_symbol_set_name
 | 
			
		||||
eek_symbol_get_name
 | 
			
		||||
eek_symbol_set_label
 | 
			
		||||
eek_symbol_get_label
 | 
			
		||||
eek_symbol_set_category
 | 
			
		||||
eek_symbol_get_category
 | 
			
		||||
eek_symbol_get_modifier_mask
 | 
			
		||||
eek_symbol_set_modifier_mask
 | 
			
		||||
eek_symbol_is_modifier
 | 
			
		||||
eek_symbol_set_icon_name
 | 
			
		||||
eek_symbol_get_icon_name
 | 
			
		||||
EekSymbolPrivate
 | 
			
		||||
<FILE>eek-clutter-renderer</FILE>
 | 
			
		||||
<TITLE>EekClutterRenderer</TITLE>
 | 
			
		||||
EekClutterRenderer
 | 
			
		||||
EekClutterRendererClass
 | 
			
		||||
eek_clutter_renderer_new
 | 
			
		||||
eek_clutter_renderer_render_key
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_SYMBOL
 | 
			
		||||
EEK_IS_SYMBOL
 | 
			
		||||
EEK_TYPE_SYMBOL
 | 
			
		||||
eek_symbol_get_type
 | 
			
		||||
EEK_SYMBOL_CLASS
 | 
			
		||||
EEK_IS_SYMBOL_CLASS
 | 
			
		||||
EEK_SYMBOL_GET_CLASS
 | 
			
		||||
EEK_CLUTTER_RENDERER
 | 
			
		||||
EEK_CLUTTER_RENDERER_CLASS
 | 
			
		||||
EEK_CLUTTER_RENDERER_GET_CLASS
 | 
			
		||||
EEK_IS_CLUTTER_RENDERER
 | 
			
		||||
EEK_IS_CLUTTER_RENDERER_CLASS
 | 
			
		||||
EEK_TYPE_CLUTTER_RENDERER
 | 
			
		||||
EekClutterRendererPrivate
 | 
			
		||||
eek_clutter_renderer_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xkl-layout</FILE>
 | 
			
		||||
<TITLE>EekXklLayout</TITLE>
 | 
			
		||||
EekXklLayout
 | 
			
		||||
EekXklLayoutClass
 | 
			
		||||
eek_xkl_layout_new
 | 
			
		||||
eek_xkl_layout_set_config
 | 
			
		||||
eek_xkl_layout_set_config_full
 | 
			
		||||
eek_xkl_layout_set_model
 | 
			
		||||
eek_xkl_layout_set_layouts
 | 
			
		||||
eek_xkl_layout_set_variants
 | 
			
		||||
eek_xkl_layout_set_options
 | 
			
		||||
eek_xkl_layout_enable_option
 | 
			
		||||
eek_xkl_layout_disable_option
 | 
			
		||||
eek_xkl_layout_get_model
 | 
			
		||||
eek_xkl_layout_get_layouts
 | 
			
		||||
eek_xkl_layout_get_variants
 | 
			
		||||
eek_xkl_layout_get_options
 | 
			
		||||
eek_xkl_layout_get_option
 | 
			
		||||
EekXklLayoutPrivate
 | 
			
		||||
<FILE>eek-clutter-section</FILE>
 | 
			
		||||
<TITLE>EekClutterSection</TITLE>
 | 
			
		||||
EekClutterSection
 | 
			
		||||
EekClutterSectionClass
 | 
			
		||||
eek_clutter_section_new
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_XKL_LAYOUT
 | 
			
		||||
EEK_IS_XKL_LAYOUT
 | 
			
		||||
EEK_TYPE_XKL_LAYOUT
 | 
			
		||||
eek_xkl_layout_get_type
 | 
			
		||||
EEK_XKL_LAYOUT_CLASS
 | 
			
		||||
EEK_IS_XKL_LAYOUT_CLASS
 | 
			
		||||
EEK_XKL_LAYOUT_GET_CLASS
 | 
			
		||||
EEK_CLUTTER_SECTION
 | 
			
		||||
EEK_CLUTTER_SECTION_CLASS
 | 
			
		||||
EEK_CLUTTER_SECTION_GET_CLASS
 | 
			
		||||
EEK_IS_CLUTTER_SECTION
 | 
			
		||||
EEK_IS_CLUTTER_SECTION_CLASS
 | 
			
		||||
EEK_TYPE_CLUTTER_SECTION
 | 
			
		||||
EekClutterSectionPrivate
 | 
			
		||||
eek_clutter_section_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xkb-layout</FILE>
 | 
			
		||||
<TITLE>EekXkbLayout</TITLE>
 | 
			
		||||
EekXkbLayout
 | 
			
		||||
EekXkbLayoutClass
 | 
			
		||||
eek_xkb_layout_new
 | 
			
		||||
eek_xkb_layout_set_names
 | 
			
		||||
eek_xkb_layout_set_names_full
 | 
			
		||||
eek_xkb_layout_set_names_full_valist
 | 
			
		||||
eek_xkb_layout_set_keycodes
 | 
			
		||||
eek_xkb_layout_set_geometry
 | 
			
		||||
eek_xkb_layout_set_symbols
 | 
			
		||||
eek_xkb_layout_get_keycodes
 | 
			
		||||
eek_xkb_layout_get_geometry
 | 
			
		||||
eek_xkb_layout_get_symbols
 | 
			
		||||
EekXkbLayoutPrivate
 | 
			
		||||
<FILE>eek-container</FILE>
 | 
			
		||||
<TITLE>EekContainer</TITLE>
 | 
			
		||||
EekCallback
 | 
			
		||||
EekCompareFunc
 | 
			
		||||
EekContainer
 | 
			
		||||
EekContainerClass
 | 
			
		||||
eek_container_add_child
 | 
			
		||||
eek_container_find
 | 
			
		||||
eek_container_foreach_child
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_XKB_LAYOUT
 | 
			
		||||
EEK_IS_XKB_LAYOUT
 | 
			
		||||
EEK_TYPE_XKB_LAYOUT
 | 
			
		||||
eek_xkb_layout_get_type
 | 
			
		||||
EEK_XKB_LAYOUT_CLASS
 | 
			
		||||
EEK_IS_XKB_LAYOUT_CLASS
 | 
			
		||||
EEK_XKB_LAYOUT_GET_CLASS
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-key</FILE>
 | 
			
		||||
<TITLE>EekKey</TITLE>
 | 
			
		||||
EekKey
 | 
			
		||||
EekKeyClass
 | 
			
		||||
eek_key_set_keycode
 | 
			
		||||
eek_key_get_keycode
 | 
			
		||||
eek_key_set_symbol_matrix
 | 
			
		||||
eek_key_get_symbol_matrix
 | 
			
		||||
eek_key_get_symbol
 | 
			
		||||
eek_key_get_symbol_with_fallback
 | 
			
		||||
eek_key_get_symbol_at_index
 | 
			
		||||
eek_key_set_index
 | 
			
		||||
eek_key_get_index
 | 
			
		||||
eek_key_set_oref
 | 
			
		||||
eek_key_get_oref
 | 
			
		||||
eek_key_is_pressed
 | 
			
		||||
eek_key_is_locked
 | 
			
		||||
EekKeyPrivate
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_KEY
 | 
			
		||||
EEK_IS_KEY
 | 
			
		||||
EEK_TYPE_KEY
 | 
			
		||||
eek_key_get_type
 | 
			
		||||
EEK_KEY_CLASS
 | 
			
		||||
EEK_IS_KEY_CLASS
 | 
			
		||||
EEK_KEY_GET_CLASS
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-serializable</FILE>
 | 
			
		||||
<TITLE>EekSerializable</TITLE>
 | 
			
		||||
EekSerializableIface
 | 
			
		||||
eek_serializable_serialize
 | 
			
		||||
eek_serializable_deserialize
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_SERIALIZABLE
 | 
			
		||||
EEK_IS_SERIALIZABLE
 | 
			
		||||
EEK_TYPE_SERIALIZABLE
 | 
			
		||||
eek_serializable_get_type
 | 
			
		||||
EEK_SERIALIZABLE_GET_IFACE
 | 
			
		||||
EEK_CONTAINER
 | 
			
		||||
EEK_CONTAINER_CLASS
 | 
			
		||||
EEK_CONTAINER_GET_CLASS
 | 
			
		||||
EEK_IS_CONTAINER
 | 
			
		||||
EEK_IS_CONTAINER_CLASS
 | 
			
		||||
EEK_TYPE_CONTAINER
 | 
			
		||||
EekContainerPrivate
 | 
			
		||||
eek_container_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
@ -289,70 +104,417 @@ EEK_SERIALIZABLE_GET_IFACE
 | 
			
		||||
<TITLE>EekElement</TITLE>
 | 
			
		||||
EekElement
 | 
			
		||||
EekElementClass
 | 
			
		||||
eek_element_set_parent
 | 
			
		||||
eek_element_get_parent
 | 
			
		||||
eek_element_set_name
 | 
			
		||||
eek_element_get_name
 | 
			
		||||
eek_element_set_bounds
 | 
			
		||||
eek_element_get_bounds
 | 
			
		||||
eek_element_set_position
 | 
			
		||||
eek_element_set_size
 | 
			
		||||
eek_element_get_absolute_position
 | 
			
		||||
eek_element_set_symbol_index
 | 
			
		||||
eek_element_get_symbol_index
 | 
			
		||||
eek_element_set_group
 | 
			
		||||
eek_element_set_level
 | 
			
		||||
eek_element_get_bounds
 | 
			
		||||
eek_element_get_group
 | 
			
		||||
eek_element_get_level
 | 
			
		||||
EekElementPrivate
 | 
			
		||||
eek_element_get_name
 | 
			
		||||
eek_element_get_parent
 | 
			
		||||
eek_element_get_symbol_index
 | 
			
		||||
eek_element_set_bounds
 | 
			
		||||
eek_element_set_group
 | 
			
		||||
eek_element_set_level
 | 
			
		||||
eek_element_set_name
 | 
			
		||||
eek_element_set_parent
 | 
			
		||||
eek_element_set_position
 | 
			
		||||
eek_element_set_size
 | 
			
		||||
eek_element_set_symbol_index
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_ELEMENT
 | 
			
		||||
EEK_IS_ELEMENT
 | 
			
		||||
EEK_TYPE_ELEMENT
 | 
			
		||||
eek_element_get_type
 | 
			
		||||
EEK_ELEMENT_CLASS
 | 
			
		||||
EEK_IS_ELEMENT_CLASS
 | 
			
		||||
EEK_ELEMENT_GET_CLASS
 | 
			
		||||
EEK_IS_ELEMENT
 | 
			
		||||
EEK_IS_ELEMENT_CLASS
 | 
			
		||||
EEK_TYPE_ELEMENT
 | 
			
		||||
EekElementPrivate
 | 
			
		||||
eek_element_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xml-layout</FILE>
 | 
			
		||||
<TITLE>EekXmlLayout</TITLE>
 | 
			
		||||
EekXmlLayout
 | 
			
		||||
EekXmlLayoutClass
 | 
			
		||||
eek_xml_layout_new
 | 
			
		||||
eek_xml_layout_set_source
 | 
			
		||||
eek_xml_layout_get_source
 | 
			
		||||
EekXmlLayoutPrivate
 | 
			
		||||
<FILE>eek-gtk</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-gtk-keyboard</FILE>
 | 
			
		||||
<TITLE>EekGtkKeyboard</TITLE>
 | 
			
		||||
EekGtkKeyboard
 | 
			
		||||
EekGtkKeyboardClass
 | 
			
		||||
eek_gtk_keyboard_new
 | 
			
		||||
eek_gtk_keyboard_set_theme
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_XML_LAYOUT
 | 
			
		||||
EEK_IS_XML_LAYOUT
 | 
			
		||||
EEK_TYPE_XML_LAYOUT
 | 
			
		||||
eek_xml_layout_get_type
 | 
			
		||||
EEK_XML_LAYOUT_CLASS
 | 
			
		||||
EEK_IS_XML_LAYOUT_CLASS
 | 
			
		||||
EEK_XML_LAYOUT_GET_CLASS
 | 
			
		||||
EEK_GTK_KEYBOARD
 | 
			
		||||
EEK_GTK_KEYBOARD_CLASS
 | 
			
		||||
EEK_GTK_KEYBOARD_GET_CLASS
 | 
			
		||||
EEK_IS_GTK_KEYBOARD
 | 
			
		||||
EEK_IS_GTK_KEYBOARD_CLASS
 | 
			
		||||
EEK_TYPE_GTK_KEYBOARD
 | 
			
		||||
EekGtkKeyboardPrivate
 | 
			
		||||
eek_gtk_keyboard_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-key</FILE>
 | 
			
		||||
<TITLE>EekKey</TITLE>
 | 
			
		||||
EekKey
 | 
			
		||||
EekKeyClass
 | 
			
		||||
eek_key_get_index
 | 
			
		||||
eek_key_get_keycode
 | 
			
		||||
eek_key_get_oref
 | 
			
		||||
eek_key_get_symbol
 | 
			
		||||
eek_key_get_symbol_at_index
 | 
			
		||||
eek_key_get_symbol_matrix
 | 
			
		||||
eek_key_get_symbol_with_fallback
 | 
			
		||||
eek_key_is_locked
 | 
			
		||||
eek_key_is_pressed
 | 
			
		||||
eek_key_set_index
 | 
			
		||||
eek_key_set_keycode
 | 
			
		||||
eek_key_set_oref
 | 
			
		||||
eek_key_set_symbol_matrix
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_KEY
 | 
			
		||||
EEK_IS_KEY_CLASS
 | 
			
		||||
EEK_KEY
 | 
			
		||||
EEK_KEY_CLASS
 | 
			
		||||
EEK_KEY_GET_CLASS
 | 
			
		||||
EEK_TYPE_KEY
 | 
			
		||||
EekKeyPrivate
 | 
			
		||||
eek_key_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-keyboard</FILE>
 | 
			
		||||
<TITLE>EekKeyboard</TITLE>
 | 
			
		||||
EekKeyboard
 | 
			
		||||
EekKeyboardClass
 | 
			
		||||
EekModifierKey
 | 
			
		||||
eek_keyboard_add_outline
 | 
			
		||||
eek_keyboard_create_section
 | 
			
		||||
eek_keyboard_find_key_by_keycode
 | 
			
		||||
eek_keyboard_get_alt_gr_mask
 | 
			
		||||
eek_keyboard_get_group
 | 
			
		||||
eek_keyboard_get_layout
 | 
			
		||||
eek_keyboard_get_level
 | 
			
		||||
eek_keyboard_get_locked_keys
 | 
			
		||||
eek_keyboard_get_modifier_behavior
 | 
			
		||||
eek_keyboard_get_modifiers
 | 
			
		||||
eek_keyboard_get_num_lock_mask
 | 
			
		||||
eek_keyboard_get_outline
 | 
			
		||||
eek_keyboard_get_pressed_keys
 | 
			
		||||
eek_keyboard_get_size
 | 
			
		||||
eek_keyboard_get_symbol_index
 | 
			
		||||
eek_keyboard_new
 | 
			
		||||
eek_keyboard_set_alt_gr_mask
 | 
			
		||||
eek_keyboard_set_group
 | 
			
		||||
eek_keyboard_set_level
 | 
			
		||||
eek_keyboard_set_modifier_behavior
 | 
			
		||||
eek_keyboard_set_modifiers
 | 
			
		||||
eek_keyboard_set_num_lock_mask
 | 
			
		||||
eek_keyboard_set_size
 | 
			
		||||
eek_keyboard_set_symbol_index
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_KEYBOARD
 | 
			
		||||
EEK_IS_KEYBOARD_CLASS
 | 
			
		||||
EEK_KEYBOARD
 | 
			
		||||
EEK_KEYBOARD_CLASS
 | 
			
		||||
EEK_KEYBOARD_GET_CLASS
 | 
			
		||||
EEK_TYPE_KEYBOARD
 | 
			
		||||
EekKeyboardPrivate
 | 
			
		||||
eek_keyboard_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-keysym</FILE>
 | 
			
		||||
<TITLE>EekKeysym</TITLE>
 | 
			
		||||
EEK_KEYSYM
 | 
			
		||||
EekKeysym
 | 
			
		||||
EekKeysymClass
 | 
			
		||||
eek_keysym_new
 | 
			
		||||
eek_keysym_get_xkeysym
 | 
			
		||||
eek_keysym_new
 | 
			
		||||
eek_keysym_new_from_name
 | 
			
		||||
eek_keysym_new_with_modifier
 | 
			
		||||
EekKeysymPrivate
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_INVALID_KEYSYM
 | 
			
		||||
EEK_IS_KEYSYM
 | 
			
		||||
EEK_TYPE_KEYSYM
 | 
			
		||||
eek_keysym_get_type
 | 
			
		||||
EEK_KEYSYM_CLASS
 | 
			
		||||
EEK_IS_KEYSYM_CLASS
 | 
			
		||||
EEK_KEYSYM
 | 
			
		||||
EEK_KEYSYM_CLASS
 | 
			
		||||
EEK_KEYSYM_GET_CLASS
 | 
			
		||||
EEK_TYPE_KEYSYM
 | 
			
		||||
EekKeysymPrivate
 | 
			
		||||
eek_keysym_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-layout</FILE>
 | 
			
		||||
<TITLE>EekLayout</TITLE>
 | 
			
		||||
EekLayout
 | 
			
		||||
EekLayoutClass
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_LAYOUT
 | 
			
		||||
EEK_IS_LAYOUT_CLASS
 | 
			
		||||
EEK_LAYOUT
 | 
			
		||||
EEK_LAYOUT_CLASS
 | 
			
		||||
EEK_LAYOUT_GET_CLASS
 | 
			
		||||
EEK_TYPE_LAYOUT
 | 
			
		||||
eek_layout_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-marshalers</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-section</FILE>
 | 
			
		||||
<TITLE>EekSection</TITLE>
 | 
			
		||||
EekSection
 | 
			
		||||
EekSectionClass
 | 
			
		||||
eek_section_add_row
 | 
			
		||||
eek_section_create_key
 | 
			
		||||
eek_section_find_key_by_keycode
 | 
			
		||||
eek_section_get_angle
 | 
			
		||||
eek_section_get_n_rows
 | 
			
		||||
eek_section_get_row
 | 
			
		||||
eek_section_set_angle
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_SECTION
 | 
			
		||||
EEK_IS_SECTION_CLASS
 | 
			
		||||
EEK_SECTION
 | 
			
		||||
EEK_SECTION_CLASS
 | 
			
		||||
EEK_SECTION_GET_CLASS
 | 
			
		||||
EEK_TYPE_SECTION
 | 
			
		||||
EekSectionPrivate
 | 
			
		||||
eek_section_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-serializable</FILE>
 | 
			
		||||
<TITLE>EekSerializable</TITLE>
 | 
			
		||||
EekSerializableIface
 | 
			
		||||
eek_serializable_deserialize
 | 
			
		||||
eek_serializable_serialize
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_SERIALIZABLE
 | 
			
		||||
EEK_SERIALIZABLE
 | 
			
		||||
EEK_SERIALIZABLE_GET_IFACE
 | 
			
		||||
EEK_TYPE_SERIALIZABLE
 | 
			
		||||
eek_serializable_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-special-keysym-entries</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-symbol</FILE>
 | 
			
		||||
<TITLE>EekSymbol</TITLE>
 | 
			
		||||
EekSymbol
 | 
			
		||||
EekSymbolCategory
 | 
			
		||||
EekSymbolClass
 | 
			
		||||
eek_symbol_category_from_name
 | 
			
		||||
eek_symbol_category_get_name
 | 
			
		||||
eek_symbol_get_category
 | 
			
		||||
eek_symbol_get_icon_name
 | 
			
		||||
eek_symbol_get_label
 | 
			
		||||
eek_symbol_get_modifier_mask
 | 
			
		||||
eek_symbol_get_name
 | 
			
		||||
eek_symbol_is_modifier
 | 
			
		||||
eek_symbol_new
 | 
			
		||||
eek_symbol_set_category
 | 
			
		||||
eek_symbol_set_icon_name
 | 
			
		||||
eek_symbol_set_label
 | 
			
		||||
eek_symbol_set_modifier_mask
 | 
			
		||||
eek_symbol_set_name
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_SYMBOL
 | 
			
		||||
EEK_IS_SYMBOL_CLASS
 | 
			
		||||
EEK_SYMBOL
 | 
			
		||||
EEK_SYMBOL_CLASS
 | 
			
		||||
EEK_SYMBOL_GET_CLASS
 | 
			
		||||
EEK_TYPE_SYMBOL
 | 
			
		||||
EekSymbolPrivate
 | 
			
		||||
eek_symbol_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-symbol-matrix</FILE>
 | 
			
		||||
EekSymbolMatrix
 | 
			
		||||
eek_symbol_matrix_copy
 | 
			
		||||
eek_symbol_matrix_free
 | 
			
		||||
eek_symbol_matrix_get_symbol
 | 
			
		||||
eek_symbol_matrix_new
 | 
			
		||||
eek_symbol_matrix_set_symbol
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_TYPE_SYMBOL_MATRIX
 | 
			
		||||
eek_symbol_matrix_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-text</FILE>
 | 
			
		||||
<TITLE>EekText</TITLE>
 | 
			
		||||
EekText
 | 
			
		||||
EekTextClass
 | 
			
		||||
eek_text_get_text
 | 
			
		||||
eek_text_new
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_TEXT
 | 
			
		||||
EEK_IS_TEXT_CLASS
 | 
			
		||||
EEK_TEXT
 | 
			
		||||
EEK_TEXT_CLASS
 | 
			
		||||
EEK_TEXT_GET_CLASS
 | 
			
		||||
EEK_TYPE_TEXT
 | 
			
		||||
EekTextPrivate
 | 
			
		||||
eek_text_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-theme-context</FILE>
 | 
			
		||||
EekThemeContextClass
 | 
			
		||||
eek_theme_context_get_font
 | 
			
		||||
eek_theme_context_get_resolution
 | 
			
		||||
eek_theme_context_get_root_node
 | 
			
		||||
eek_theme_context_get_theme
 | 
			
		||||
eek_theme_context_new
 | 
			
		||||
eek_theme_context_set_default_resolution
 | 
			
		||||
eek_theme_context_set_font
 | 
			
		||||
eek_theme_context_set_resolution
 | 
			
		||||
eek_theme_context_set_theme
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_THEME_CONTEXT
 | 
			
		||||
EEK_IS_THEME_CONTEXT_CLASS
 | 
			
		||||
EEK_THEME_CONTEXT
 | 
			
		||||
EEK_THEME_CONTEXT_CLASS
 | 
			
		||||
EEK_THEME_CONTEXT_GET_CLASS
 | 
			
		||||
EEK_TYPE_THEME_CONTEXT
 | 
			
		||||
eek_theme_context_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-theme-private</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-types</FILE>
 | 
			
		||||
EEK_INVALID_KEYCODE
 | 
			
		||||
EekBounds
 | 
			
		||||
EekColor
 | 
			
		||||
EekContainer
 | 
			
		||||
EekElement
 | 
			
		||||
EekGradientType
 | 
			
		||||
EekKey
 | 
			
		||||
EekKeyboard
 | 
			
		||||
EekKeysym
 | 
			
		||||
EekModifierBehavior
 | 
			
		||||
EekModifierType
 | 
			
		||||
EekOrientation
 | 
			
		||||
EekOutline
 | 
			
		||||
EekPoint
 | 
			
		||||
EekSection
 | 
			
		||||
EekSymbol
 | 
			
		||||
EekSymbolMatrix
 | 
			
		||||
EekText
 | 
			
		||||
EekTheme
 | 
			
		||||
EekThemeContext
 | 
			
		||||
EekThemeNode
 | 
			
		||||
I_
 | 
			
		||||
eek_bounds_copy
 | 
			
		||||
eek_bounds_free
 | 
			
		||||
eek_bounds_long_side
 | 
			
		||||
eek_color_copy
 | 
			
		||||
eek_color_free
 | 
			
		||||
eek_color_new
 | 
			
		||||
eek_outline_copy
 | 
			
		||||
eek_outline_free
 | 
			
		||||
eek_point_copy
 | 
			
		||||
eek_point_free
 | 
			
		||||
eek_point_rotate
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_TYPE_BOUNDS
 | 
			
		||||
EEK_TYPE_COLOR
 | 
			
		||||
EEK_TYPE_OUTLINE
 | 
			
		||||
EEK_TYPE_POINT
 | 
			
		||||
eek_bounds_get_type
 | 
			
		||||
eek_color_get_type
 | 
			
		||||
eek_outline_get_type
 | 
			
		||||
eek_point_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-unicode-keysym-entries</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xkb</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xkb-layout</FILE>
 | 
			
		||||
<TITLE>EekXkbLayout</TITLE>
 | 
			
		||||
EekXkbLayout
 | 
			
		||||
EekXkbLayoutClass
 | 
			
		||||
eek_xkb_layout_get_geometry
 | 
			
		||||
eek_xkb_layout_get_keycodes
 | 
			
		||||
eek_xkb_layout_get_symbols
 | 
			
		||||
eek_xkb_layout_new
 | 
			
		||||
eek_xkb_layout_set_geometry
 | 
			
		||||
eek_xkb_layout_set_keycodes
 | 
			
		||||
eek_xkb_layout_set_names
 | 
			
		||||
eek_xkb_layout_set_names_full
 | 
			
		||||
eek_xkb_layout_set_names_full_valist
 | 
			
		||||
eek_xkb_layout_set_symbols
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_XKB_LAYOUT
 | 
			
		||||
EEK_IS_XKB_LAYOUT_CLASS
 | 
			
		||||
EEK_TYPE_XKB_LAYOUT
 | 
			
		||||
EEK_XKB_LAYOUT
 | 
			
		||||
EEK_XKB_LAYOUT_CLASS
 | 
			
		||||
EEK_XKB_LAYOUT_GET_CLASS
 | 
			
		||||
EekXkbLayoutPrivate
 | 
			
		||||
eek_xkb_layout_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xkeysym-keysym-entries</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xkl</FILE>
 | 
			
		||||
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-xkl-layout</FILE>
 | 
			
		||||
<TITLE>EekXklLayout</TITLE>
 | 
			
		||||
EekXklLayout
 | 
			
		||||
EekXklLayoutClass
 | 
			
		||||
eek_xkl_layout_disable_option
 | 
			
		||||
eek_xkl_layout_enable_option
 | 
			
		||||
eek_xkl_layout_get_layouts
 | 
			
		||||
eek_xkl_layout_get_model
 | 
			
		||||
eek_xkl_layout_get_option
 | 
			
		||||
eek_xkl_layout_get_options
 | 
			
		||||
eek_xkl_layout_get_variants
 | 
			
		||||
eek_xkl_layout_new
 | 
			
		||||
eek_xkl_layout_set_config
 | 
			
		||||
eek_xkl_layout_set_config_full
 | 
			
		||||
eek_xkl_layout_set_layouts
 | 
			
		||||
eek_xkl_layout_set_model
 | 
			
		||||
eek_xkl_layout_set_options
 | 
			
		||||
eek_xkl_layout_set_variants
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_XKL_LAYOUT
 | 
			
		||||
EEK_IS_XKL_LAYOUT_CLASS
 | 
			
		||||
EEK_TYPE_XKL_LAYOUT
 | 
			
		||||
EEK_XKL_LAYOUT
 | 
			
		||||
EEK_XKL_LAYOUT_CLASS
 | 
			
		||||
EEK_XKL_LAYOUT_GET_CLASS
 | 
			
		||||
EekXklLayoutPrivate
 | 
			
		||||
eek_xkl_layout_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
@ -362,52 +524,21 @@ eek_keyboard_output
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-types</FILE>
 | 
			
		||||
I_
 | 
			
		||||
EEK_TYPE_POINT
 | 
			
		||||
EEK_TYPE_BOUNDS
 | 
			
		||||
EEK_TYPE_OUTLINE
 | 
			
		||||
EEK_TYPE_COLOR
 | 
			
		||||
EekOrientation
 | 
			
		||||
EekModifierBehavior
 | 
			
		||||
EekModifierType
 | 
			
		||||
EEK_INVALID_KEYCODE
 | 
			
		||||
EekPoint
 | 
			
		||||
eek_point_get_type
 | 
			
		||||
eek_point_copy
 | 
			
		||||
eek_point_free
 | 
			
		||||
eek_point_rotate
 | 
			
		||||
EekBounds
 | 
			
		||||
eek_bounds_get_type
 | 
			
		||||
eek_bounds_copy
 | 
			
		||||
eek_bounds_free
 | 
			
		||||
eek_bounds_long_side
 | 
			
		||||
EekOutline
 | 
			
		||||
eek_outline_get_type
 | 
			
		||||
eek_outline_copy
 | 
			
		||||
eek_outline_free
 | 
			
		||||
EekColor
 | 
			
		||||
eek_color_get_type
 | 
			
		||||
eek_color_new
 | 
			
		||||
eek_color_copy
 | 
			
		||||
eek_color_free
 | 
			
		||||
EekGradientType
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek</FILE>
 | 
			
		||||
eek_init
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
<SECTION>
 | 
			
		||||
<FILE>eek-symbol-matrix</FILE>
 | 
			
		||||
EekSymbolMatrix
 | 
			
		||||
EEK_TYPE_SYMBOL_MATRIX
 | 
			
		||||
eek_symbol_matrix_get_type
 | 
			
		||||
eek_symbol_matrix_new
 | 
			
		||||
eek_symbol_matrix_copy
 | 
			
		||||
eek_symbol_matrix_free
 | 
			
		||||
eek_symbol_matrix_set_symbol
 | 
			
		||||
eek_symbol_matrix_get_symbol
 | 
			
		||||
<FILE>eek-xml-layout</FILE>
 | 
			
		||||
<TITLE>EekXmlLayout</TITLE>
 | 
			
		||||
EekXmlLayout
 | 
			
		||||
EekXmlLayoutClass
 | 
			
		||||
eek_xml_layout_get_source
 | 
			
		||||
eek_xml_layout_new
 | 
			
		||||
eek_xml_layout_set_source
 | 
			
		||||
<SUBSECTION Standard>
 | 
			
		||||
EEK_IS_XML_LAYOUT
 | 
			
		||||
EEK_IS_XML_LAYOUT_CLASS
 | 
			
		||||
EEK_TYPE_XML_LAYOUT
 | 
			
		||||
EEK_XML_LAYOUT
 | 
			
		||||
EEK_XML_LAYOUT_CLASS
 | 
			
		||||
EEK_XML_LAYOUT_GET_CLASS
 | 
			
		||||
EekXmlLayoutPrivate
 | 
			
		||||
eek_xml_layout_get_type
 | 
			
		||||
</SECTION>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -19,13 +19,8 @@
 | 
			
		||||
lib_LTLIBRARIES =				\
 | 
			
		||||
	libeek.la				\
 | 
			
		||||
	libeek-gtk.la				\
 | 
			
		||||
	libeek-xkb.la				\
 | 
			
		||||
	libeek-xkl.la
 | 
			
		||||
 | 
			
		||||
if ENABLE_CLUTTER
 | 
			
		||||
lib_LTLIBRARIES += libeek-clutter.la
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
libeek_public_headers =				\
 | 
			
		||||
	$(srcdir)/eek-layout.h			\
 | 
			
		||||
	$(srcdir)/eek-element.h			\
 | 
			
		||||
@ -35,6 +30,7 @@ libeek_public_headers =				\
 | 
			
		||||
	$(srcdir)/eek-key.h			\
 | 
			
		||||
	$(srcdir)/eek-symbol.h			\
 | 
			
		||||
	$(srcdir)/eek-keysym.h			\
 | 
			
		||||
	$(srcdir)/eek-text.h			\
 | 
			
		||||
	$(srcdir)/eek-symbol-matrix.h		\
 | 
			
		||||
	$(srcdir)/eek-types.h			\
 | 
			
		||||
	$(srcdir)/eek-xml.h			\
 | 
			
		||||
@ -64,6 +60,7 @@ libeek_sources =				\
 | 
			
		||||
	$(srcdir)/eek-symbol-matrix.c		\
 | 
			
		||||
	$(srcdir)/eek-symbol.c			\
 | 
			
		||||
	$(srcdir)/eek-keysym.c			\
 | 
			
		||||
	$(srcdir)/eek-text.c			\
 | 
			
		||||
	$(srcdir)/eek-types.c			\
 | 
			
		||||
	$(srcdir)/eek-serializable.c		\
 | 
			
		||||
	$(srcdir)/eek-xml.c			\
 | 
			
		||||
@ -97,29 +94,20 @@ libeek_la_SOURCES =				\
 | 
			
		||||
	$(srcdir)/eek-enumtypes.c		\
 | 
			
		||||
	$(srcdir)/eek-marshalers.c
 | 
			
		||||
 | 
			
		||||
libeek_la_CFLAGS = -DEEK_COMPILATION=1 $(GIO2_CFLAGS) $(PANGOCAIRO_CFLAGS) $(LIBCROCO_CFLAGS)
 | 
			
		||||
libeek_la_LIBADD = $(GIO2_LIBS) $(PANGOCAIRO_LIBS) $(LIBCROCO_LIBS) -lm
 | 
			
		||||
libeek_la_CFLAGS =					\
 | 
			
		||||
	-DEEK_COMPILATION=1				\
 | 
			
		||||
	-DKEYBOARDSDIR=\"$(pkgdatadir)/keyboards\"	\
 | 
			
		||||
	$(GIO2_CFLAGS)					\
 | 
			
		||||
	$(PANGOCAIRO_CFLAGS)				\
 | 
			
		||||
	$(LIBCROCO_CFLAGS)				\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
if ENABLE_CLUTTER
 | 
			
		||||
libeek_clutter_public_headers =			\
 | 
			
		||||
	$(srcdir)/eek-clutter-keyboard.h	\
 | 
			
		||||
	$(srcdir)/eek-clutter.h
 | 
			
		||||
 | 
			
		||||
libeek_clutter_private_headers =		\
 | 
			
		||||
	$(srcdir)/eek-clutter-section.h		\
 | 
			
		||||
	$(srcdir)/eek-clutter-key.h		\
 | 
			
		||||
	$(srcdir)/eek-clutter-renderer.h
 | 
			
		||||
 | 
			
		||||
libeek_clutter_sources =			\
 | 
			
		||||
	$(srcdir)/eek-clutter-keyboard.c	\
 | 
			
		||||
	$(srcdir)/eek-clutter-section.c		\
 | 
			
		||||
	$(srcdir)/eek-clutter-key.c		\
 | 
			
		||||
	$(srcdir)/eek-clutter-renderer.c
 | 
			
		||||
 | 
			
		||||
libeek_clutter_la_SOURCES = $(libeek_clutter_sources)
 | 
			
		||||
libeek_clutter_la_CFLAGS = -DEEK_COMPILATION=1 $(CLUTTER_CFLAGS)
 | 
			
		||||
libeek_clutter_la_LIBADD = libeek.la $(CLUTTER_LIBS)
 | 
			
		||||
endif
 | 
			
		||||
libeek_la_LIBADD =				\
 | 
			
		||||
	$(GIO2_LIBS)				\
 | 
			
		||||
	$(PANGOCAIRO_LIBS)			\
 | 
			
		||||
	$(LIBCROCO_LIBS)			\
 | 
			
		||||
	-lm					\
 | 
			
		||||
	$(NULL)
 | 
			
		||||
 | 
			
		||||
libeek_gtk_public_headers =			\
 | 
			
		||||
	$(srcdir)/eek-gtk-keyboard.h		\
 | 
			
		||||
@ -134,42 +122,30 @@ libeek_gtk_la_SOURCES = $(libeek_gtk_sources)
 | 
			
		||||
libeek_gtk_la_CFLAGS = -DEEK_COMPILATION=1 $(GTK_CFLAGS) $(LIBCANBERRA_CFLAGS)
 | 
			
		||||
libeek_gtk_la_LIBADD = libeek.la $(GTK_LIBS) $(LIBCANBERRA_LIBS)
 | 
			
		||||
 | 
			
		||||
libeek_xkb_public_headers =			\
 | 
			
		||||
libeek_xkl_public_headers =			\
 | 
			
		||||
	$(srcdir)/eek-xkl-layout.h		\
 | 
			
		||||
	$(srcdir)/eek-xkl.h			\
 | 
			
		||||
	$(srcdir)/eek-xkb-layout.h		\
 | 
			
		||||
	$(srcdir)/eek-xkb.h
 | 
			
		||||
 | 
			
		||||
libeek_xkb_sources =				\
 | 
			
		||||
	$(srcdir)/eek-xkb-layout.c
 | 
			
		||||
 | 
			
		||||
libeek_xkb_la_SOURCES = $(libeek_xkb_sources)
 | 
			
		||||
libeek_xkb_la_CFLAGS = -DEEK_COMPILATION=1 $(XKB_CFLAGS) $(GTK_CFLAGS)
 | 
			
		||||
libeek_xkb_la_LIBADD = libeek.la $(XKB_LIBS) $(GTK_LIBS)
 | 
			
		||||
 | 
			
		||||
libeek_xkl_public_headers =			\
 | 
			
		||||
	$(srcdir)/eek-xkl-layout.h		\
 | 
			
		||||
	$(srcdir)/eek-xkl.h
 | 
			
		||||
 | 
			
		||||
libeek_xkl_sources =				\
 | 
			
		||||
	$(srcdir)/eek-xkb-layout.c		\
 | 
			
		||||
	$(srcdir)/eek-xkl-layout.c
 | 
			
		||||
 | 
			
		||||
libeek_xkl_la_SOURCES = $(libeek_xkl_sources)
 | 
			
		||||
libeek_xkl_la_CFLAGS = -DEEK_COMPILATION=1 $(LIBXKLAVIER_CFLAGS) $(GTK_CFLAGS)
 | 
			
		||||
libeek_xkl_la_LIBADD = libeek-xkb.la $(LIBXKLAVIER_LIBS) $(GTK_LIBS)
 | 
			
		||||
libeek_xkl_la_CFLAGS = -DEEK_COMPILATION=1 $(LIBXKLAVIER_CFLAGS)
 | 
			
		||||
libeek_xkl_la_LIBADD = libeek.la $(LIBXKLAVIER_LIBS)
 | 
			
		||||
 | 
			
		||||
eekdir = $(includedir)/eek-$(EEK_API_VERSION)/eek
 | 
			
		||||
eek_HEADERS =					\
 | 
			
		||||
	$(libeek_public_headers)		\
 | 
			
		||||
	$(srcdir)/eek-enumtypes.h		\
 | 
			
		||||
	$(libeek_clutter_public_headers)	\
 | 
			
		||||
	$(libeek_gtk_public_headers)		\
 | 
			
		||||
	$(libeek_xkb_public_headers)		\
 | 
			
		||||
	$(libeek_xkl_public_headers)
 | 
			
		||||
 | 
			
		||||
noinst_HEADERS =				\
 | 
			
		||||
	$(libeek_private_headers)		\
 | 
			
		||||
	$(libeek_clutter_private_headers)	\
 | 
			
		||||
	$(libeek_gtk_private_headers)		\
 | 
			
		||||
	$(libeek_xkb_private_headers)		\
 | 
			
		||||
	$(libeek_xkl_private_headers)
 | 
			
		||||
 | 
			
		||||
eek-special-keysym-entries.h: special-keysym-entries.txt
 | 
			
		||||
@ -206,13 +182,8 @@ pkgconfigdir = $(libdir)/pkgconfig
 | 
			
		||||
pkgconfig_DATA =				\
 | 
			
		||||
	eek-$(EEK_API_VERSION).pc		\
 | 
			
		||||
	eek-gtk-$(EEK_API_VERSION).pc		\
 | 
			
		||||
	eek-xkb-$(EEK_API_VERSION).pc		\
 | 
			
		||||
	eek-xkl-$(EEK_API_VERSION).pc
 | 
			
		||||
 | 
			
		||||
if ENABLE_CLUTTER
 | 
			
		||||
pkgconfig_DATA += eek-clutter-$(EEK_API_VERSION).pc
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
CLEANFILES =
 | 
			
		||||
 | 
			
		||||
DISTCLEANFILES =				\
 | 
			
		||||
@ -236,34 +207,21 @@ INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
 | 
			
		||||
if HAVE_INTROSPECTION
 | 
			
		||||
 | 
			
		||||
Eek@EEK_LIBRARY_SUFFIX@.gir: libeek.la
 | 
			
		||||
Eek@EEK_LIBRARY_SUFFIX_U@_gir_SCANNERFLAGS = --strip-prefix=Eek --pkg=glib-2.0
 | 
			
		||||
Eek@EEK_LIBRARY_SUFFIX_U@_gir_SCANNERFLAGS = --strip-prefix=Eek --pkg=glib-2.0 --pkg-export=eek-$(EEK_API_VERSION)
 | 
			
		||||
Eek@EEK_LIBRARY_SUFFIX_U@_gir_INCLUDES = GLib-2.0 GObject-2.0 Gio-2.0
 | 
			
		||||
Eek@EEK_LIBRARY_SUFFIX_U@_gir_CFLAGS = $(libeek_la_CFLAGS)
 | 
			
		||||
Eek@EEK_LIBRARY_SUFFIX_U@_gir_LIBS = libeek.la
 | 
			
		||||
Eek@EEK_LIBRARY_SUFFIX_U@_gir_FILES = $(libeek_sources) $(libeek_public_headers) $(srcdir)/eek-enumtypes.h
 | 
			
		||||
 | 
			
		||||
EekGtk@EEK_LIBRARY_SUFFIX@.gir: libeek-gtk.la Eek@EEK_LIBRARY_SUFFIX@.gir
 | 
			
		||||
EekGtk@EEK_LIBRARY_SUFFIX_U@_gir_SCANNERFLAGS = --pkg-export=eek-gtk-$(EEK_API_VERSION)
 | 
			
		||||
EekGtk@EEK_LIBRARY_SUFFIX_U@_gir_INCLUDES = GObject-2.0 Gtk-@GTK_API_VERSION@ Eek@EEK_LIBRARY_SUFFIX@
 | 
			
		||||
EekGtk@EEK_LIBRARY_SUFFIX_U@_gir_CFLAGS = $(libeek_gtk_la_CFLAGS)
 | 
			
		||||
EekGtk@EEK_LIBRARY_SUFFIX_U@_gir_LIBS = libeek-gtk.la
 | 
			
		||||
EekGtk@EEK_LIBRARY_SUFFIX_U@_gir_FILES = $(libeek_gtk_sources) $(libeek_gtk_public_headers)
 | 
			
		||||
 | 
			
		||||
if ENABLE_CLUTTER
 | 
			
		||||
EekClutter@EEK_LIBRARY_SUFFIX@.gir: libeek-clutter.la Eek@EEK_LIBRARY_SUFFIX@.gir
 | 
			
		||||
EekClutter@EEK_LIBRARY_SUFFIX_U@_gir_INCLUDES = GObject-2.0 Clutter-1.0 Eek@EEK_LIBRARY_SUFFIX@
 | 
			
		||||
EekClutter@EEK_LIBRARY_SUFFIX_U@_gir_CFLAGS = $(libeek_clutter_la_CFLAGS)
 | 
			
		||||
EekClutter@EEK_LIBRARY_SUFFIX_U@_gir_LIBS = libeek-clutter.la
 | 
			
		||||
EekClutter@EEK_LIBRARY_SUFFIX_U@_gir_FILES = $(libeek_clutter_sources) $(libeek_clutter_public_headers)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
EekXkb@EEK_LIBRARY_SUFFIX@.gir: libeek-xkb.la Eek@EEK_LIBRARY_SUFFIX@.gir
 | 
			
		||||
EekXkb@EEK_LIBRARY_SUFFIX_U@_gir_INCLUDES = GObject-2.0 Eek@EEK_LIBRARY_SUFFIX@
 | 
			
		||||
EekXkb@EEK_LIBRARY_SUFFIX_U@_gir_CFLAGS = $(libeek_xkb_la_CFLAGS)
 | 
			
		||||
EekXkb@EEK_LIBRARY_SUFFIX_U@_gir_LIBS = libeek-xkb.la
 | 
			
		||||
EekXkb@EEK_LIBRARY_SUFFIX_U@_gir_FILES = $(libeek_xkb_sources) $(libeek_xkb_public_headers)
 | 
			
		||||
 | 
			
		||||
EekXkl@EEK_LIBRARY_SUFFIX@.gir: libeek-xkl.la EekXkb@EEK_LIBRARY_SUFFIX@.gir
 | 
			
		||||
EekXkl@EEK_LIBRARY_SUFFIX_U@_gir_INCLUDES = GObject-2.0 EekXkb@EEK_LIBRARY_SUFFIX@
 | 
			
		||||
EekXkl@EEK_LIBRARY_SUFFIX@.gir: libeek-xkl.la Eek@EEK_LIBRARY_SUFFIX@.gir
 | 
			
		||||
EekXkl@EEK_LIBRARY_SUFFIX_U@_gir_INCLUDES = GObject-2.0 Eek@EEK_LIBRARY_SUFFIX@
 | 
			
		||||
EekXkl@EEK_LIBRARY_SUFFIX_U@_gir_CFLAGS = $(libeek_xkl_la_CFLAGS)
 | 
			
		||||
EekXkl@EEK_LIBRARY_SUFFIX_U@_gir_LIBS = libeek-xkl.la
 | 
			
		||||
EekXkl@EEK_LIBRARY_SUFFIX_U@_gir_FILES = $(libeek_xkl_sources) $(libeek_xkl_public_headers)
 | 
			
		||||
@ -271,14 +229,8 @@ EekXkl@EEK_LIBRARY_SUFFIX_U@_gir_FILES = $(libeek_xkl_sources) $(libeek_xkl_publ
 | 
			
		||||
INTROSPECTION_GIRS +=				\
 | 
			
		||||
	Eek@EEK_LIBRARY_SUFFIX@.gir		\
 | 
			
		||||
	EekGtk@EEK_LIBRARY_SUFFIX@.gir		\
 | 
			
		||||
	EekXkb@EEK_LIBRARY_SUFFIX@.gir		\
 | 
			
		||||
	EekXkl@EEK_LIBRARY_SUFFIX@.gir
 | 
			
		||||
 | 
			
		||||
if ENABLE_CLUTTER
 | 
			
		||||
INTROSPECTION_GIRS +=				\
 | 
			
		||||
	EekClutter@EEK_LIBRARY_SUFFIX@.gir
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
girdir = $(datadir)/gir-1.0
 | 
			
		||||
gir_DATA = $(INTROSPECTION_GIRS)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1,30 +0,0 @@
 | 
			
		||||
# Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
# Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 | 
			
		||||
# This library 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 2 of
 | 
			
		||||
# the License, or (at your option) any later version.
 | 
			
		||||
 | 
			
		||||
# This library is distributed in the hope that it will be useful, but
 | 
			
		||||
# WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
# Lesser General Public License for more details.
 | 
			
		||||
 | 
			
		||||
# You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
# License along with this library; if not, write to the Free Software
 | 
			
		||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
# 02110-1301 USA
 | 
			
		||||
 | 
			
		||||
prefix=@prefix@
 | 
			
		||||
exec_prefix=@exec_prefix@
 | 
			
		||||
libdir=@libdir@
 | 
			
		||||
includedir=@includedir@
 | 
			
		||||
 | 
			
		||||
Name: libeek-clutter
 | 
			
		||||
Description: A Library to Create Keyboard-like UI (Clutter Support)
 | 
			
		||||
URL: http://fedorahosted.org/eekboard/
 | 
			
		||||
Version: @VERSION@
 | 
			
		||||
Requires: eek-@EEK_API_VERSION@ clutter-1.0
 | 
			
		||||
Libs: -L${libdir} -leek-clutter
 | 
			
		||||
Cflags: -I${includedir}/eek-@EEK_API_VERSION@
 | 
			
		||||
@ -1,307 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif  /* HAVE_CONFIG_H */
 | 
			
		||||
 | 
			
		||||
#include "eek-clutter-key.h"
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
    PROP_0,
 | 
			
		||||
    PROP_KEY,
 | 
			
		||||
    PROP_RENDERER,
 | 
			
		||||
    PROP_LAST
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
G_DEFINE_TYPE (EekClutterKey, eek_clutter_key, CLUTTER_TYPE_ACTOR);
 | 
			
		||||
 | 
			
		||||
#define EEK_CLUTTER_KEY_GET_PRIVATE(obj)                                  \
 | 
			
		||||
    (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EEK_TYPE_CLUTTER_KEY, EekClutterKeyPrivate))
 | 
			
		||||
 | 
			
		||||
struct _EekClutterKeyPrivate
 | 
			
		||||
{
 | 
			
		||||
    EekKey *key;
 | 
			
		||||
    EekClutterRenderer *renderer;
 | 
			
		||||
    gulong pressed_handler;
 | 
			
		||||
    gulong released_handler;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
on_pressed (EekKey *key, gpointer user_data)
 | 
			
		||||
{
 | 
			
		||||
    ClutterActor *actor = user_data, *parent;
 | 
			
		||||
 | 
			
		||||
    parent = clutter_actor_get_parent (actor);
 | 
			
		||||
    clutter_actor_raise_top (parent);
 | 
			
		||||
    clutter_actor_raise_top (actor);
 | 
			
		||||
    clutter_actor_set_scale_with_gravity (actor,
 | 
			
		||||
                                          1.0,
 | 
			
		||||
                                          1.0,
 | 
			
		||||
                                          CLUTTER_GRAVITY_CENTER);
 | 
			
		||||
 | 
			
		||||
    clutter_actor_animate (actor, CLUTTER_EASE_IN_SINE, 150,
 | 
			
		||||
                           "scale-x", 1.5,
 | 
			
		||||
                           "scale-y", 1.5,
 | 
			
		||||
                           NULL);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
on_released (EekKey *key, gpointer user_data)
 | 
			
		||||
{
 | 
			
		||||
    ClutterActor *actor = user_data, *parent;
 | 
			
		||||
 | 
			
		||||
    parent = clutter_actor_get_parent (actor);
 | 
			
		||||
    clutter_actor_raise_top (parent);
 | 
			
		||||
    clutter_actor_raise_top (actor);
 | 
			
		||||
    clutter_actor_set_scale_with_gravity (actor,
 | 
			
		||||
                                          1.5,
 | 
			
		||||
                                          1.5,
 | 
			
		||||
                                          CLUTTER_GRAVITY_CENTER);
 | 
			
		||||
    clutter_actor_animate (actor, CLUTTER_EASE_OUT_SINE, 150,
 | 
			
		||||
                           "scale-x", 1.0,
 | 
			
		||||
                           "scale-y", 1.0,
 | 
			
		||||
                           NULL);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
set_position (ClutterActor *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
    gdouble scale;
 | 
			
		||||
 | 
			
		||||
    eek_element_get_bounds (EEK_ELEMENT(priv->key), &bounds);
 | 
			
		||||
    scale = eek_renderer_get_scale (EEK_RENDERER(priv->renderer));
 | 
			
		||||
    clutter_actor_set_position (self, bounds.x * scale, bounds.y * scale);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_real_realize (ClutterActor *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    set_position (self);
 | 
			
		||||
    clutter_actor_set_reactive (self, TRUE);
 | 
			
		||||
 | 
			
		||||
    priv->pressed_handler =
 | 
			
		||||
        g_signal_connect (priv->key, "pressed",
 | 
			
		||||
                          G_CALLBACK(on_pressed), self);
 | 
			
		||||
    priv->released_handler =
 | 
			
		||||
        g_signal_connect (priv->key, "released",
 | 
			
		||||
                          G_CALLBACK(on_released), self);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_real_paint (ClutterActor *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    set_position (self);
 | 
			
		||||
    eek_clutter_renderer_render_key (priv->renderer, self, priv->key);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_real_get_preferred_width (ClutterActor *self,
 | 
			
		||||
                                          gfloat        for_height,
 | 
			
		||||
                                          gfloat       *min_width_p,
 | 
			
		||||
                                          gfloat       *natural_width_p)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
    gdouble scale;
 | 
			
		||||
 | 
			
		||||
    scale = eek_renderer_get_scale (EEK_RENDERER(priv->renderer));
 | 
			
		||||
    eek_element_get_bounds (EEK_ELEMENT(priv->key), &bounds);
 | 
			
		||||
    *min_width_p = 0.0f;
 | 
			
		||||
    *natural_width_p = bounds.width * scale;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_real_get_preferred_height (ClutterActor *self,
 | 
			
		||||
                                           gfloat        for_width,
 | 
			
		||||
                                           gfloat       *min_height_p,
 | 
			
		||||
                                           gfloat       *natural_height_p)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
    gdouble scale;
 | 
			
		||||
 | 
			
		||||
    scale = eek_renderer_get_scale (EEK_RENDERER(priv->renderer));
 | 
			
		||||
    eek_element_get_bounds (EEK_ELEMENT(priv->key), &bounds);
 | 
			
		||||
    *min_height_p = 0.0f;
 | 
			
		||||
    *natural_height_p = bounds.height * scale;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_real_allocate (ClutterActor          *self,
 | 
			
		||||
                               const ClutterActorBox *box,
 | 
			
		||||
                               ClutterAllocationFlags flags)
 | 
			
		||||
{
 | 
			
		||||
    CLUTTER_ACTOR_CLASS (eek_clutter_key_parent_class)->
 | 
			
		||||
        allocate (self, box, flags);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gboolean
 | 
			
		||||
eek_clutter_key_real_button_press_event (ClutterActor       *self,
 | 
			
		||||
                                         ClutterButtonEvent *event)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    g_signal_emit_by_name (priv->key, "pressed");
 | 
			
		||||
 | 
			
		||||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gboolean
 | 
			
		||||
eek_clutter_key_real_button_release_event (ClutterActor       *self,
 | 
			
		||||
                                           ClutterButtonEvent *event)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    g_signal_emit_by_name (priv->key, "released");
 | 
			
		||||
 | 
			
		||||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gboolean
 | 
			
		||||
eek_clutter_key_real_leave_event (ClutterActor         *self,
 | 
			
		||||
                                  ClutterCrossingEvent *event)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    if (eek_key_is_pressed (priv->key))
 | 
			
		||||
        g_signal_emit_by_name (priv->key, "released");
 | 
			
		||||
 | 
			
		||||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_set_property (GObject      *object,
 | 
			
		||||
                                  guint         prop_id,
 | 
			
		||||
                                  const GValue *value,
 | 
			
		||||
                                  GParamSpec   *pspec)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(object);
 | 
			
		||||
 | 
			
		||||
    switch (prop_id) {
 | 
			
		||||
    case PROP_KEY:
 | 
			
		||||
        priv->key = g_value_get_object (value);
 | 
			
		||||
        g_object_ref (priv->key);
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_RENDERER:
 | 
			
		||||
        priv->renderer = g_value_get_object (value);
 | 
			
		||||
        g_object_ref (priv->renderer);
 | 
			
		||||
        break;
 | 
			
		||||
    default:
 | 
			
		||||
        g_object_set_property (object,
 | 
			
		||||
                               g_param_spec_get_name (pspec),
 | 
			
		||||
                               value);
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_dispose (GObject *object)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv = EEK_CLUTTER_KEY_GET_PRIVATE(object);
 | 
			
		||||
 | 
			
		||||
    if (priv->renderer) {
 | 
			
		||||
        g_object_unref (priv->renderer);
 | 
			
		||||
        priv->renderer = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (priv->key) {
 | 
			
		||||
        if (g_signal_handler_is_connected (priv->key, priv->pressed_handler))
 | 
			
		||||
            g_signal_handler_disconnect (priv->key, priv->pressed_handler);
 | 
			
		||||
        if (g_signal_handler_is_connected (priv->key, priv->released_handler))
 | 
			
		||||
            g_signal_handler_disconnect (priv->key, priv->released_handler);
 | 
			
		||||
        g_object_unref (priv->key);
 | 
			
		||||
        priv->key = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    G_OBJECT_CLASS (eek_clutter_key_parent_class)->dispose (object);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_class_init (EekClutterKeyClass *klass)
 | 
			
		||||
{
 | 
			
		||||
    ClutterActorClass *actor_class = CLUTTER_ACTOR_CLASS (klass);
 | 
			
		||||
    GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
 | 
			
		||||
    GParamSpec *pspec;
 | 
			
		||||
 | 
			
		||||
    g_type_class_add_private (gobject_class,
 | 
			
		||||
                              sizeof (EekClutterKeyPrivate));
 | 
			
		||||
 | 
			
		||||
    actor_class->realize = eek_clutter_key_real_realize;
 | 
			
		||||
    actor_class->paint = eek_clutter_key_real_paint;
 | 
			
		||||
    actor_class->get_preferred_width =
 | 
			
		||||
        eek_clutter_key_real_get_preferred_width;
 | 
			
		||||
    actor_class->get_preferred_height =
 | 
			
		||||
        eek_clutter_key_real_get_preferred_height;
 | 
			
		||||
    actor_class->allocate = eek_clutter_key_real_allocate;
 | 
			
		||||
 | 
			
		||||
    /* signals */
 | 
			
		||||
    actor_class->button_press_event =
 | 
			
		||||
        eek_clutter_key_real_button_press_event;
 | 
			
		||||
    actor_class->button_release_event =
 | 
			
		||||
        eek_clutter_key_real_button_release_event;
 | 
			
		||||
    actor_class->leave_event =
 | 
			
		||||
        eek_clutter_key_real_leave_event;
 | 
			
		||||
 | 
			
		||||
    gobject_class->set_property = eek_clutter_key_set_property;
 | 
			
		||||
    gobject_class->dispose = eek_clutter_key_dispose;
 | 
			
		||||
 | 
			
		||||
    pspec = g_param_spec_object ("key",
 | 
			
		||||
                                 "Key",
 | 
			
		||||
                                 "Key",
 | 
			
		||||
                                 EEK_TYPE_KEY,
 | 
			
		||||
                                 G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE);
 | 
			
		||||
    g_object_class_install_property (gobject_class,
 | 
			
		||||
                                     PROP_KEY,
 | 
			
		||||
                                     pspec);
 | 
			
		||||
 | 
			
		||||
    pspec = g_param_spec_object ("renderer",
 | 
			
		||||
                                 "Renderer",
 | 
			
		||||
                                 "Renderer",
 | 
			
		||||
                                 EEK_TYPE_RENDERER,
 | 
			
		||||
                                 G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE);
 | 
			
		||||
    g_object_class_install_property (gobject_class,
 | 
			
		||||
                                     PROP_RENDERER,
 | 
			
		||||
                                     pspec);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_key_init (EekClutterKey *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyPrivate *priv;
 | 
			
		||||
    priv = self->priv = EEK_CLUTTER_KEY_GET_PRIVATE (self);
 | 
			
		||||
    priv->key = NULL;
 | 
			
		||||
    priv->renderer = NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ClutterActor *
 | 
			
		||||
eek_clutter_key_new (EekKey *key, EekClutterRenderer *renderer)
 | 
			
		||||
{
 | 
			
		||||
    return g_object_new (EEK_TYPE_CLUTTER_KEY,
 | 
			
		||||
                         "key", key,
 | 
			
		||||
                         "renderer", renderer,
 | 
			
		||||
                         NULL);
 | 
			
		||||
}
 | 
			
		||||
@ -1,63 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
#ifndef EEK_CLUTTER_KEY_H
 | 
			
		||||
#define EEK_CLUTTER_KEY_H 1
 | 
			
		||||
 | 
			
		||||
#include <clutter/clutter.h>
 | 
			
		||||
#include "eek-key.h"
 | 
			
		||||
#include "eek-clutter-renderer.h"
 | 
			
		||||
 | 
			
		||||
G_BEGIN_DECLS
 | 
			
		||||
#define EEK_TYPE_CLUTTER_KEY (eek_clutter_key_get_type())
 | 
			
		||||
#define EEK_CLUTTER_KEY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EEK_TYPE_CLUTTER_KEY, EekClutterKey))
 | 
			
		||||
#define EEK_CLUTTER_KEY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EEK_TYPE_CLUTTER_KEY, EekClutterKeyClass))
 | 
			
		||||
#define EEK_IS_CLUTTER_KEY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EEK_TYPE_CLUTTER_KEY))
 | 
			
		||||
#define EEK_IS_CLUTTER_KEY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EEK_TYPE_CLUTTER_KEY))
 | 
			
		||||
#define EEK_CLUTTER_KEY_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EEK_TYPE_CLUTTER_KEY, EekClutterKeyClass))
 | 
			
		||||
 | 
			
		||||
typedef struct _EekClutterKey        EekClutterKey;
 | 
			
		||||
typedef struct _EekClutterKeyClass   EekClutterKeyClass;
 | 
			
		||||
typedef struct _EekClutterKeyPrivate EekClutterKeyPrivate;
 | 
			
		||||
 | 
			
		||||
struct _EekClutterKey
 | 
			
		||||
{
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    ClutterActor parent;
 | 
			
		||||
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    EekClutterKeyPrivate *priv;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct _EekClutterKeyClass
 | 
			
		||||
{
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    ClutterActorClass parent_class;
 | 
			
		||||
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    /* padding */
 | 
			
		||||
    gpointer pdummy[24];
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
GType         eek_clutter_key_get_type (void) G_GNUC_CONST;
 | 
			
		||||
ClutterActor *eek_clutter_key_new      (EekKey      *key,
 | 
			
		||||
                                        EekClutterRenderer *renderer);
 | 
			
		||||
 | 
			
		||||
G_END_DECLS
 | 
			
		||||
#endif  /* EEK_CLUTTER_KEY_H */
 | 
			
		||||
@ -1,272 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * SECTION:eek-clutter-keyboard
 | 
			
		||||
 * @short_description: a #ClutterActor displaying #EekKeyboard
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif  /* HAVE_CONFIG_H */
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <gdk-pixbuf/gdk-pixbuf.h>
 | 
			
		||||
 | 
			
		||||
#include "eek-clutter-keyboard.h"
 | 
			
		||||
#include "eek-clutter-section.h"
 | 
			
		||||
#include "eek-clutter-renderer.h"
 | 
			
		||||
#include "eek-keyboard.h"
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
    PROP_0,
 | 
			
		||||
    PROP_KEYBOARD,
 | 
			
		||||
    PROP_LAST
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
G_DEFINE_TYPE (EekClutterKeyboard, eek_clutter_keyboard, CLUTTER_TYPE_GROUP);
 | 
			
		||||
 | 
			
		||||
#define EEK_CLUTTER_KEYBOARD_GET_PRIVATE(obj)                                  \
 | 
			
		||||
    (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EEK_TYPE_CLUTTER_KEYBOARD, EekClutterKeyboardPrivate))
 | 
			
		||||
 | 
			
		||||
struct _EekClutterKeyboardPrivate
 | 
			
		||||
{
 | 
			
		||||
    EekKeyboard *keyboard;
 | 
			
		||||
    EekClutterRenderer *renderer;
 | 
			
		||||
    EekTheme *theme;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct _CreateSectionCallbackData {
 | 
			
		||||
    ClutterActor *actor;
 | 
			
		||||
    EekClutterRenderer *renderer;
 | 
			
		||||
};
 | 
			
		||||
typedef struct _CreateSectionCallbackData CreateSectionCallbackData;
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
create_section (EekElement *element, gpointer user_data)
 | 
			
		||||
{
 | 
			
		||||
    CreateSectionCallbackData *data = user_data;
 | 
			
		||||
    ClutterActor *section;
 | 
			
		||||
    
 | 
			
		||||
    section = eek_clutter_section_new (EEK_SECTION(element), data->renderer);
 | 
			
		||||
    clutter_container_add_actor (CLUTTER_CONTAINER(data->actor), section);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_real_realize (ClutterActor *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv;
 | 
			
		||||
    CreateSectionCallbackData data;
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
    gdouble scale;
 | 
			
		||||
 | 
			
		||||
    priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    if (priv->theme)
 | 
			
		||||
        eek_renderer_set_theme (EEK_RENDERER(priv->renderer), priv->theme);
 | 
			
		||||
 | 
			
		||||
    scale = eek_renderer_get_scale (EEK_RENDERER(priv->renderer));
 | 
			
		||||
    clutter_actor_set_position (CLUTTER_ACTOR(self),
 | 
			
		||||
                                bounds.x * scale,
 | 
			
		||||
                                bounds.y * scale);
 | 
			
		||||
 | 
			
		||||
    data.actor = CLUTTER_ACTOR(self);
 | 
			
		||||
    data.renderer = priv->renderer;
 | 
			
		||||
 | 
			
		||||
    eek_container_foreach_child (EEK_CONTAINER(priv->keyboard),
 | 
			
		||||
                                 create_section,
 | 
			
		||||
                                 &data);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_real_get_preferred_width (ClutterActor *self,
 | 
			
		||||
                                               float         for_height,
 | 
			
		||||
                                               float        *min_width_p,
 | 
			
		||||
                                               float        *natural_width_p)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
    gdouble width;
 | 
			
		||||
 | 
			
		||||
    eek_renderer_get_size (EEK_RENDERER(priv->renderer), &width, NULL);
 | 
			
		||||
    *min_width_p = 0.0f;
 | 
			
		||||
    *natural_width_p = width;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_real_get_preferred_height (ClutterActor *self,
 | 
			
		||||
                                                float         for_width,
 | 
			
		||||
                                                float        *min_height_p,
 | 
			
		||||
                                                float        *natural_height_p)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
    gdouble height;
 | 
			
		||||
 | 
			
		||||
    eek_renderer_get_size (EEK_RENDERER(priv->renderer), NULL, &height);
 | 
			
		||||
    *min_height_p = 0.0f;
 | 
			
		||||
    *natural_height_p = height;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_real_allocate (ClutterActor          *self,
 | 
			
		||||
                                    const ClutterActorBox *box,
 | 
			
		||||
                                    ClutterAllocationFlags flags)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    eek_renderer_set_allocation_size (EEK_RENDERER(priv->renderer),
 | 
			
		||||
                                      box->x2 - box->x1,
 | 
			
		||||
                                      box->y2 - box->y1);
 | 
			
		||||
 | 
			
		||||
    CLUTTER_ACTOR_CLASS (eek_clutter_keyboard_parent_class)->
 | 
			
		||||
        allocate (self, box, flags);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
create_renderer (EekClutterKeyboard *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
    PangoContext *pcontext;
 | 
			
		||||
    PangoFontDescription *font;
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
 | 
			
		||||
    pcontext = clutter_actor_get_pango_context (CLUTTER_ACTOR(self));
 | 
			
		||||
    font = pango_font_description_from_string ("Sans 48px");
 | 
			
		||||
    pango_context_set_font_description (pcontext, font);
 | 
			
		||||
    pango_font_description_free (font);
 | 
			
		||||
 | 
			
		||||
    priv->renderer = eek_clutter_renderer_new (priv->keyboard, pcontext);
 | 
			
		||||
 | 
			
		||||
    eek_element_get_bounds (EEK_ELEMENT(priv->keyboard), &bounds);
 | 
			
		||||
    eek_renderer_set_allocation_size (EEK_RENDERER(priv->renderer),
 | 
			
		||||
                                      bounds.width,
 | 
			
		||||
                                      bounds.height);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_set_property (GObject      *object,
 | 
			
		||||
                                   guint         prop_id,
 | 
			
		||||
                                   const GValue *value,
 | 
			
		||||
                                   GParamSpec   *pspec)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(object);
 | 
			
		||||
 | 
			
		||||
    switch (prop_id) {
 | 
			
		||||
    case PROP_KEYBOARD:
 | 
			
		||||
        priv->keyboard = g_value_get_object (value);
 | 
			
		||||
        g_object_ref (priv->keyboard);
 | 
			
		||||
        create_renderer (EEK_CLUTTER_KEYBOARD(object));
 | 
			
		||||
        break;
 | 
			
		||||
    default:
 | 
			
		||||
        g_object_set_property (object,
 | 
			
		||||
                               g_param_spec_get_name (pspec),
 | 
			
		||||
                               value);
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_dispose (GObject *object)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(object);
 | 
			
		||||
 | 
			
		||||
    if (priv->renderer) {
 | 
			
		||||
        g_object_unref (G_OBJECT(priv->renderer));
 | 
			
		||||
        priv->renderer = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (priv->keyboard) {
 | 
			
		||||
        g_object_unref (priv->keyboard);
 | 
			
		||||
        priv->keyboard = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (priv->theme) {
 | 
			
		||||
        g_object_unref (priv->theme);
 | 
			
		||||
        priv->keyboard = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    G_OBJECT_CLASS (eek_clutter_keyboard_parent_class)->dispose (object);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_class_init (EekClutterKeyboardClass *klass)
 | 
			
		||||
{
 | 
			
		||||
    ClutterActorClass *actor_class = CLUTTER_ACTOR_CLASS (klass);
 | 
			
		||||
    GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
 | 
			
		||||
    GParamSpec *pspec;
 | 
			
		||||
 | 
			
		||||
    g_type_class_add_private (gobject_class,
 | 
			
		||||
                              sizeof (EekClutterKeyboardPrivate));
 | 
			
		||||
 | 
			
		||||
    actor_class->realize =
 | 
			
		||||
        eek_clutter_keyboard_real_realize;
 | 
			
		||||
    actor_class->get_preferred_width =
 | 
			
		||||
        eek_clutter_keyboard_real_get_preferred_width;
 | 
			
		||||
    actor_class->get_preferred_height =
 | 
			
		||||
        eek_clutter_keyboard_real_get_preferred_height;
 | 
			
		||||
    actor_class->allocate = eek_clutter_keyboard_real_allocate;
 | 
			
		||||
 | 
			
		||||
    gobject_class->set_property = eek_clutter_keyboard_set_property;
 | 
			
		||||
    gobject_class->dispose = eek_clutter_keyboard_dispose;
 | 
			
		||||
 | 
			
		||||
    pspec = g_param_spec_object ("keyboard",
 | 
			
		||||
                                 "Keyboard",
 | 
			
		||||
                                 "Keyboard",
 | 
			
		||||
                                 EEK_TYPE_KEYBOARD,
 | 
			
		||||
                                 G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE);
 | 
			
		||||
    g_object_class_install_property (gobject_class,
 | 
			
		||||
                                     PROP_KEYBOARD,
 | 
			
		||||
                                     pspec);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_keyboard_init (EekClutterKeyboard *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv;
 | 
			
		||||
 | 
			
		||||
    priv = self->priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
    priv->keyboard = NULL;
 | 
			
		||||
    priv->renderer = NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * eek_clutter_keyboard_new:
 | 
			
		||||
 * @keyboard: an #EekKeyboard
 | 
			
		||||
 *
 | 
			
		||||
 * Create a new #ClutterActor displaying @keyboard.
 | 
			
		||||
 * Returns: a #ClutterActor
 | 
			
		||||
 */
 | 
			
		||||
ClutterActor *
 | 
			
		||||
eek_clutter_keyboard_new (EekKeyboard *keyboard)
 | 
			
		||||
{
 | 
			
		||||
    return g_object_new (EEK_TYPE_CLUTTER_KEYBOARD, "keyboard", keyboard, NULL);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
eek_clutter_keyboard_set_theme (EekClutterKeyboard *keyboard,
 | 
			
		||||
                                EekTheme           *theme)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterKeyboardPrivate *priv;
 | 
			
		||||
 | 
			
		||||
    g_return_if_fail (EEK_IS_CLUTTER_KEYBOARD(keyboard));
 | 
			
		||||
    g_return_if_fail (EEK_IS_THEME(theme));
 | 
			
		||||
 | 
			
		||||
    priv = EEK_CLUTTER_KEYBOARD_GET_PRIVATE(keyboard);
 | 
			
		||||
    priv->theme = g_object_ref (theme);
 | 
			
		||||
}
 | 
			
		||||
@ -1,67 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#if !defined(__EEK_H_INSIDE__) && !defined(EEK_COMPILATION)
 | 
			
		||||
#error "Only <eek/eek-clutter.h> can be included directly."
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#ifndef EEK_CLUTTER_KEYBOARD_H
 | 
			
		||||
#define EEK_CLUTTER_KEYBOARD_H 1
 | 
			
		||||
 | 
			
		||||
#include <clutter/clutter.h>
 | 
			
		||||
#include "eek-keyboard.h"
 | 
			
		||||
 | 
			
		||||
G_BEGIN_DECLS
 | 
			
		||||
#define EEK_TYPE_CLUTTER_KEYBOARD (eek_clutter_keyboard_get_type())
 | 
			
		||||
#define EEK_CLUTTER_KEYBOARD(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EEK_TYPE_CLUTTER_KEYBOARD, EekClutterKeyboard))
 | 
			
		||||
#define EEK_CLUTTER_KEYBOARD_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EEK_TYPE_CLUTTER_KEYBOARD, EekClutterKeyboardClass))
 | 
			
		||||
#define EEK_IS_CLUTTER_KEYBOARD(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EEK_TYPE_CLUTTER_KEYBOARD))
 | 
			
		||||
#define EEK_IS_CLUTTER_KEYBOARD_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EEK_TYPE_CLUTTER_KEYBOARD))
 | 
			
		||||
#define EEK_CLUTTER_KEYBOARD_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EEK_TYPE_CLUTTER_KEYBOARD, EekClutterKeyboardClass))
 | 
			
		||||
 | 
			
		||||
typedef struct _EekClutterKeyboard EekClutterKeyboard;
 | 
			
		||||
typedef struct _EekClutterKeyboardClass EekClutterKeyboardClass;
 | 
			
		||||
typedef struct _EekClutterKeyboardPrivate EekClutterKeyboardPrivate;
 | 
			
		||||
 | 
			
		||||
struct _EekClutterKeyboard
 | 
			
		||||
{
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    ClutterGroup parent;
 | 
			
		||||
 | 
			
		||||
    EekClutterKeyboardPrivate *priv;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct _EekClutterKeyboardClass
 | 
			
		||||
{
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    ClutterGroupClass parent_class;
 | 
			
		||||
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    /* padding */
 | 
			
		||||
    gpointer pdummy[24];
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
GType         eek_clutter_keyboard_get_type  (void) G_GNUC_CONST;
 | 
			
		||||
ClutterActor *eek_clutter_keyboard_new       (EekKeyboard        *keyboard);
 | 
			
		||||
void          eek_clutter_keyboard_set_theme (EekClutterKeyboard *keyboard,
 | 
			
		||||
                                              EekTheme           *theme);
 | 
			
		||||
 | 
			
		||||
G_END_DECLS
 | 
			
		||||
#endif  /* EEK_CLUTTER_KEYBOARD_H */
 | 
			
		||||
@ -1,235 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif  /* HAVE_CONFIG_H */
 | 
			
		||||
 | 
			
		||||
#include <string.h>
 | 
			
		||||
#include <gdk-pixbuf/gdk-pixbuf.h>
 | 
			
		||||
#include <cogl/cogl.h>
 | 
			
		||||
#include <cogl/cogl-pango.h>
 | 
			
		||||
#include <clutter/clutter.h>
 | 
			
		||||
 | 
			
		||||
#include "eek-clutter-renderer.h"
 | 
			
		||||
#include "eek-key.h"
 | 
			
		||||
 | 
			
		||||
G_DEFINE_TYPE (EekClutterRenderer, eek_clutter_renderer, EEK_TYPE_RENDERER);
 | 
			
		||||
 | 
			
		||||
#define EEK_CLUTTER_RENDERER_GET_PRIVATE(obj)                                  \
 | 
			
		||||
    (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EEK_TYPE_CLUTTER_RENDERER, EekClutterRendererPrivate))
 | 
			
		||||
 | 
			
		||||
struct _EekClutterRendererPrivate
 | 
			
		||||
{
 | 
			
		||||
    GHashTable *outline_texture_cache;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
/* This routine is copied from librsvg:
 | 
			
		||||
   Copyright © 2005 Dom Lachowicz <cinamod@hotmail.com>
 | 
			
		||||
   Copyright © 2005 Caleb Moore <c.moore@student.unsw.edu.au>
 | 
			
		||||
   Copyright © 2005 Red Hat, Inc.
 | 
			
		||||
 */
 | 
			
		||||
static void
 | 
			
		||||
cairo_pixels_to_pixbuf (guint8 *pixels,
 | 
			
		||||
                        int     rowstride,
 | 
			
		||||
                        int     height)
 | 
			
		||||
{
 | 
			
		||||
    int row;
 | 
			
		||||
 | 
			
		||||
    /* un-premultiply data */
 | 
			
		||||
    for (row = 0; row < height; row++) {
 | 
			
		||||
        guint8 *row_data = (pixels + (row * rowstride));
 | 
			
		||||
        int i;
 | 
			
		||||
 | 
			
		||||
        for (i = 0; i < rowstride; i += 4) {
 | 
			
		||||
            guint8 *b = &row_data[i];
 | 
			
		||||
            guint32 pixel;
 | 
			
		||||
            guint8 alpha;
 | 
			
		||||
 | 
			
		||||
            memcpy (&pixel, b, sizeof (guint32));
 | 
			
		||||
            alpha = (pixel & 0xff000000) >> 24;
 | 
			
		||||
            if (alpha == 0) {
 | 
			
		||||
                b[0] = b[1] = b[2] = b[3] = 0;
 | 
			
		||||
            } else {
 | 
			
		||||
                b[0] = (((pixel & 0xff0000) >> 16) * 255 + alpha / 2) / alpha;
 | 
			
		||||
                b[1] = (((pixel & 0x00ff00) >> 8) * 255 + alpha / 2) / alpha;
 | 
			
		||||
                b[2] = (((pixel & 0x0000ff) >> 0) * 255 + alpha / 2) / alpha;
 | 
			
		||||
                b[3] = alpha;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_renderer_finalize (GObject *object)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterRendererPrivate *priv = EEK_CLUTTER_RENDERER_GET_PRIVATE(object);
 | 
			
		||||
    g_hash_table_destroy (priv->outline_texture_cache);
 | 
			
		||||
    G_OBJECT_CLASS (eek_clutter_renderer_parent_class)->finalize (object);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_renderer_class_init (EekClutterRendererClass *klass)
 | 
			
		||||
{
 | 
			
		||||
    GObjectClass      *gobject_class = G_OBJECT_CLASS (klass);
 | 
			
		||||
 | 
			
		||||
    g_type_class_add_private (gobject_class,
 | 
			
		||||
                              sizeof (EekClutterRendererPrivate));
 | 
			
		||||
 | 
			
		||||
    gobject_class->finalize = eek_clutter_renderer_finalize;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_renderer_init (EekClutterRenderer *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterRendererPrivate *priv;
 | 
			
		||||
 | 
			
		||||
    priv = self->priv = EEK_CLUTTER_RENDERER_GET_PRIVATE(self);
 | 
			
		||||
    priv->outline_texture_cache =
 | 
			
		||||
        g_hash_table_new_full (g_direct_hash,
 | 
			
		||||
                               g_direct_equal,
 | 
			
		||||
                               NULL,
 | 
			
		||||
                               cogl_handle_unref);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
eek_clutter_renderer_render_key (EekClutterRenderer *renderer,
 | 
			
		||||
                                 ClutterActor       *actor,
 | 
			
		||||
                                 EekKey             *key)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterRendererPrivate *priv;
 | 
			
		||||
    EekOutline *outline;
 | 
			
		||||
    CoglHandle *outline_texture;
 | 
			
		||||
    PangoLayout *layout;
 | 
			
		||||
    PangoRectangle extents = { 0, };
 | 
			
		||||
    EekColor foreground;
 | 
			
		||||
    CoglColor color;
 | 
			
		||||
    ClutterGeometry geom;
 | 
			
		||||
    gulong oref;
 | 
			
		||||
    EekKeyboard *keyboard;
 | 
			
		||||
 | 
			
		||||
    g_assert (EEK_IS_CLUTTER_RENDERER(renderer));
 | 
			
		||||
    g_assert (CLUTTER_IS_ACTOR(actor));
 | 
			
		||||
    g_assert (EEK_IS_KEY(key));
 | 
			
		||||
 | 
			
		||||
    oref = eek_key_get_oref (key);
 | 
			
		||||
    g_object_get (renderer, "keyboard", &keyboard, NULL);
 | 
			
		||||
    outline = eek_keyboard_get_outline (keyboard, oref);
 | 
			
		||||
    g_object_unref (keyboard);
 | 
			
		||||
 | 
			
		||||
    priv = EEK_CLUTTER_RENDERER_GET_PRIVATE(renderer);
 | 
			
		||||
    outline_texture = g_hash_table_lookup (priv->outline_texture_cache,
 | 
			
		||||
                                           outline);
 | 
			
		||||
    if (!outline_texture) {
 | 
			
		||||
        gint rowstride;
 | 
			
		||||
        guint8 *data;
 | 
			
		||||
        cairo_surface_t *surface;
 | 
			
		||||
        cairo_t *cr;
 | 
			
		||||
        EekBounds bounds;
 | 
			
		||||
        gdouble scale;
 | 
			
		||||
        GdkPixbuf *pixbuf;
 | 
			
		||||
 | 
			
		||||
        eek_element_get_bounds (EEK_ELEMENT(key), &bounds);
 | 
			
		||||
        scale = eek_renderer_get_scale (EEK_RENDERER(renderer));
 | 
			
		||||
        rowstride = cairo_format_stride_for_width (CAIRO_FORMAT_ARGB32,
 | 
			
		||||
                                                   bounds.width * scale);
 | 
			
		||||
 | 
			
		||||
        data = g_malloc0 (rowstride * bounds.height);
 | 
			
		||||
        surface = cairo_image_surface_create_for_data (data,
 | 
			
		||||
                                                       CAIRO_FORMAT_ARGB32,
 | 
			
		||||
                                                       bounds.width * scale,
 | 
			
		||||
                                                       bounds.height * scale,
 | 
			
		||||
                                                       rowstride);
 | 
			
		||||
        cr = cairo_create (surface);
 | 
			
		||||
        eek_renderer_render_key_outline (EEK_RENDERER(renderer),
 | 
			
		||||
                                         cr,
 | 
			
		||||
                                         key,
 | 
			
		||||
                                         1.0,
 | 
			
		||||
                                         FALSE);
 | 
			
		||||
        cairo_destroy (cr);
 | 
			
		||||
        cairo_surface_destroy (surface);
 | 
			
		||||
        cairo_pixels_to_pixbuf (data, rowstride, bounds.height * scale);
 | 
			
		||||
 | 
			
		||||
        pixbuf = gdk_pixbuf_new_from_data (data,
 | 
			
		||||
                                           GDK_COLORSPACE_RGB,
 | 
			
		||||
                                           TRUE,
 | 
			
		||||
                                           8,
 | 
			
		||||
                                           bounds.width * scale,
 | 
			
		||||
                                           bounds.height * scale,
 | 
			
		||||
                                           rowstride,
 | 
			
		||||
                                           (GdkPixbufDestroyNotify) g_free,
 | 
			
		||||
                                           data);
 | 
			
		||||
 | 
			
		||||
        outline_texture =
 | 
			
		||||
            cogl_texture_new_from_data (gdk_pixbuf_get_width (pixbuf),
 | 
			
		||||
                                        gdk_pixbuf_get_height (pixbuf),
 | 
			
		||||
                                        COGL_TEXTURE_NONE,
 | 
			
		||||
                                        gdk_pixbuf_get_has_alpha (pixbuf)
 | 
			
		||||
                                        ? COGL_PIXEL_FORMAT_RGBA_8888
 | 
			
		||||
                                        : COGL_PIXEL_FORMAT_RGB_888,
 | 
			
		||||
                                        COGL_PIXEL_FORMAT_ANY,
 | 
			
		||||
                                        gdk_pixbuf_get_rowstride (pixbuf),
 | 
			
		||||
                                        gdk_pixbuf_get_pixels (pixbuf));
 | 
			
		||||
        g_object_unref (pixbuf);
 | 
			
		||||
 | 
			
		||||
        g_hash_table_insert (priv->outline_texture_cache,
 | 
			
		||||
                             outline,
 | 
			
		||||
                             outline_texture);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    clutter_actor_get_allocation_geometry (actor, &geom);
 | 
			
		||||
    cogl_set_source_texture (outline_texture);
 | 
			
		||||
    cogl_rectangle (0.0f, 0.0f, geom.width, geom.height);
 | 
			
		||||
 | 
			
		||||
    layout = eek_renderer_create_pango_layout (EEK_RENDERER(renderer));
 | 
			
		||||
    eek_renderer_render_key_label (EEK_RENDERER(renderer), layout, key);
 | 
			
		||||
    pango_layout_get_extents (layout, NULL, &extents);
 | 
			
		||||
 | 
			
		||||
    eek_renderer_get_foreground_color (EEK_RENDERER(renderer),
 | 
			
		||||
                                       EEK_ELEMENT(key),
 | 
			
		||||
                                       &foreground);
 | 
			
		||||
 | 
			
		||||
    cogl_color_set_from_4f (&color,
 | 
			
		||||
                            foreground.red,
 | 
			
		||||
                            foreground.green,
 | 
			
		||||
                            foreground.blue,
 | 
			
		||||
                            foreground.alpha);
 | 
			
		||||
 | 
			
		||||
    cogl_pango_render_layout (layout,
 | 
			
		||||
                              (geom.width - extents.width / PANGO_SCALE) / 2,
 | 
			
		||||
                              (geom.height - extents.height / PANGO_SCALE) / 2,
 | 
			
		||||
                              &color,
 | 
			
		||||
                              0);
 | 
			
		||||
    g_object_unref (layout);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
EekClutterRenderer *
 | 
			
		||||
eek_clutter_renderer_new (EekKeyboard        *keyboard,
 | 
			
		||||
                          PangoContext       *pcontext)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterRenderer *renderer;
 | 
			
		||||
 | 
			
		||||
    renderer = g_object_new (EEK_TYPE_CLUTTER_RENDERER,
 | 
			
		||||
                             "keyboard", keyboard,
 | 
			
		||||
                             "pango-context", pcontext,
 | 
			
		||||
                             NULL);
 | 
			
		||||
 | 
			
		||||
    return renderer;
 | 
			
		||||
}
 | 
			
		||||
@ -1,64 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifndef EEK_CLUTTER_RENDERER_H
 | 
			
		||||
#define EEK_CLUTTER_RENDERER_H 1
 | 
			
		||||
 | 
			
		||||
#include "eek-renderer.h"
 | 
			
		||||
 | 
			
		||||
G_BEGIN_DECLS
 | 
			
		||||
 | 
			
		||||
#define EEK_TYPE_CLUTTER_RENDERER (eek_clutter_renderer_get_type())
 | 
			
		||||
#define EEK_CLUTTER_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EEK_TYPE_CLUTTER_RENDERER, EekClutterRenderer))
 | 
			
		||||
#define EEK_CLUTTER_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EEK_TYPE_CLUTTER_RENDERER, EekClutterRendererClass))
 | 
			
		||||
#define EEK_IS_CLUTTER_RENDERER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EEK_TYPE_CLUTTER_RENDERER))
 | 
			
		||||
#define EEK_IS_CLUTTER_RENDERER_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EEK_TYPE_CLUTTER_RENDERER))
 | 
			
		||||
#define EEK_CLUTTER_RENDERER_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EEK_TYPE_CLUTTER_RENDERER, EekClutterRendererClass))
 | 
			
		||||
 | 
			
		||||
typedef struct _EekClutterRenderer EekClutterRenderer;
 | 
			
		||||
typedef struct _EekClutterRendererClass EekClutterRendererClass;
 | 
			
		||||
typedef struct _EekClutterRendererPrivate EekClutterRendererPrivate;
 | 
			
		||||
 | 
			
		||||
struct _EekClutterRenderer {
 | 
			
		||||
    EekRenderer parent;
 | 
			
		||||
 | 
			
		||||
    EekClutterRendererPrivate *priv;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct _EekClutterRendererClass
 | 
			
		||||
{
 | 
			
		||||
    EekRendererClass parent_class;
 | 
			
		||||
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    /* padding */
 | 
			
		||||
    gpointer pdummy[24];
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
GType               eek_clutter_renderer_get_type
 | 
			
		||||
                                             (void) G_GNUC_CONST;
 | 
			
		||||
EekClutterRenderer *eek_clutter_renderer_new (EekKeyboard        *keyboard,
 | 
			
		||||
                                              PangoContext       *pcontext);
 | 
			
		||||
void                eek_clutter_renderer_render_key
 | 
			
		||||
                                             (EekClutterRenderer *renderer,
 | 
			
		||||
                                              ClutterActor       *actor,
 | 
			
		||||
                                              EekKey             *key);
 | 
			
		||||
 | 
			
		||||
G_END_DECLS
 | 
			
		||||
#endif  /* EEK_CLUTTER_RENDERER_H */
 | 
			
		||||
@ -1,232 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
#ifdef HAVE_CONFIG_H
 | 
			
		||||
#include "config.h"
 | 
			
		||||
#endif  /* HAVE_CONFIG_H */
 | 
			
		||||
 | 
			
		||||
#include "eek-clutter-section.h"
 | 
			
		||||
#include "eek-clutter-key.h"
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
    PROP_0,
 | 
			
		||||
    PROP_SECTION,
 | 
			
		||||
    PROP_RENDERER,
 | 
			
		||||
    PROP_LAST
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
G_DEFINE_TYPE (EekClutterSection, eek_clutter_section, CLUTTER_TYPE_GROUP);
 | 
			
		||||
 | 
			
		||||
#define EEK_CLUTTER_SECTION_GET_PRIVATE(obj)                           \
 | 
			
		||||
    (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EEK_TYPE_CLUTTER_SECTION, EekClutterSectionPrivate))
 | 
			
		||||
 | 
			
		||||
struct _EekClutterSectionPrivate
 | 
			
		||||
{
 | 
			
		||||
    EekSection *section;
 | 
			
		||||
    EekClutterRenderer *renderer;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct _CreateKeyCallbackData {
 | 
			
		||||
    ClutterActor *actor;
 | 
			
		||||
    EekClutterRenderer *renderer;
 | 
			
		||||
};
 | 
			
		||||
typedef struct _CreateKeyCallbackData CreateKeyCallbackData;
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
create_key (EekElement *element, gpointer user_data)
 | 
			
		||||
{
 | 
			
		||||
    CreateKeyCallbackData *data = user_data;
 | 
			
		||||
    ClutterActor *key;
 | 
			
		||||
 | 
			
		||||
    key = eek_clutter_key_new (EEK_KEY(element), data->renderer);
 | 
			
		||||
    clutter_container_add_actor (CLUTTER_CONTAINER(data->actor), key);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
set_position (ClutterActor *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(self);
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
    gdouble scale;
 | 
			
		||||
 | 
			
		||||
    eek_element_get_bounds (EEK_ELEMENT(priv->section), &bounds);
 | 
			
		||||
    scale = eek_renderer_get_scale (EEK_RENDERER(priv->renderer));
 | 
			
		||||
    clutter_actor_set_position (self, bounds.x * scale, bounds.y * scale);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_real_realize (ClutterActor *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(self);
 | 
			
		||||
    CreateKeyCallbackData data;
 | 
			
		||||
 | 
			
		||||
    clutter_actor_set_rotation (self,
 | 
			
		||||
                                CLUTTER_Z_AXIS,
 | 
			
		||||
                                eek_section_get_angle (priv->section),
 | 
			
		||||
                                0.0f, 0.0f, 0.0f);
 | 
			
		||||
    set_position (self);
 | 
			
		||||
    data.actor = self;
 | 
			
		||||
    data.renderer = priv->renderer;
 | 
			
		||||
    eek_container_foreach_child (EEK_CONTAINER(priv->section),
 | 
			
		||||
                                 create_key,
 | 
			
		||||
                                 &data);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_real_paint (ClutterActor *self)
 | 
			
		||||
{
 | 
			
		||||
    set_position (self);
 | 
			
		||||
    CLUTTER_ACTOR_CLASS (eek_clutter_section_parent_class)->
 | 
			
		||||
        paint (self);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_real_get_preferred_width (ClutterActor *self,
 | 
			
		||||
                                              float         for_height,
 | 
			
		||||
                                              float        *min_width_p,
 | 
			
		||||
                                              float        *natural_width_p)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(self);
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
    gdouble scale;
 | 
			
		||||
 | 
			
		||||
    scale = eek_renderer_get_scale (EEK_RENDERER(priv->renderer));
 | 
			
		||||
    eek_element_get_bounds (EEK_ELEMENT(priv->section), &bounds);
 | 
			
		||||
    *min_width_p = 0.0f;
 | 
			
		||||
    *natural_width_p = bounds.width * scale;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_real_get_preferred_height (ClutterActor *self,
 | 
			
		||||
                                               float         for_width,
 | 
			
		||||
                                               float        *min_height_p,
 | 
			
		||||
                                               float        *natural_height_p)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(self);
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
    gdouble scale;
 | 
			
		||||
 | 
			
		||||
    scale = eek_renderer_get_scale (EEK_RENDERER(priv->renderer));
 | 
			
		||||
    eek_element_get_bounds (EEK_ELEMENT(priv->section), &bounds);
 | 
			
		||||
    *min_height_p = 0.0f;
 | 
			
		||||
    *natural_height_p = bounds.height * scale;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_set_property (GObject      *object,
 | 
			
		||||
                                  guint         prop_id,
 | 
			
		||||
                                  const GValue *value,
 | 
			
		||||
                                  GParamSpec   *pspec)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(object);
 | 
			
		||||
 | 
			
		||||
    switch (prop_id) {
 | 
			
		||||
    case PROP_SECTION:
 | 
			
		||||
        priv->section = g_value_get_object (value);
 | 
			
		||||
        g_object_ref (priv->section);
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_RENDERER:
 | 
			
		||||
        priv->renderer = g_value_get_object (value);
 | 
			
		||||
        g_object_ref (priv->renderer);
 | 
			
		||||
        break;
 | 
			
		||||
    default:
 | 
			
		||||
        g_object_set_property (object,
 | 
			
		||||
                               g_param_spec_get_name (pspec),
 | 
			
		||||
                               value);
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_dispose (GObject *object)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterSectionPrivate *priv = EEK_CLUTTER_SECTION_GET_PRIVATE(object);
 | 
			
		||||
 | 
			
		||||
    if (priv->renderer) {
 | 
			
		||||
        g_object_unref (priv->renderer);
 | 
			
		||||
        priv->renderer = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (priv->section) {
 | 
			
		||||
        g_object_unref (priv->section);
 | 
			
		||||
        priv->section = NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    G_OBJECT_CLASS (eek_clutter_section_parent_class)->dispose (object);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_class_init (EekClutterSectionClass *klass)
 | 
			
		||||
{
 | 
			
		||||
    ClutterActorClass *actor_class = CLUTTER_ACTOR_CLASS (klass);
 | 
			
		||||
    GObjectClass *gobject_class = G_OBJECT_CLASS (klass);
 | 
			
		||||
    GParamSpec *pspec;
 | 
			
		||||
 | 
			
		||||
    g_type_class_add_private (gobject_class, sizeof (EekClutterSectionPrivate));
 | 
			
		||||
 | 
			
		||||
    actor_class->realize =
 | 
			
		||||
        eek_clutter_section_real_realize;
 | 
			
		||||
    actor_class->paint =
 | 
			
		||||
        eek_clutter_section_real_paint;
 | 
			
		||||
    actor_class->get_preferred_width =
 | 
			
		||||
        eek_clutter_section_real_get_preferred_width;
 | 
			
		||||
    actor_class->get_preferred_height =
 | 
			
		||||
        eek_clutter_section_real_get_preferred_height;
 | 
			
		||||
 | 
			
		||||
    gobject_class->set_property = eek_clutter_section_set_property;
 | 
			
		||||
    gobject_class->dispose = eek_clutter_section_dispose;
 | 
			
		||||
 | 
			
		||||
    pspec = g_param_spec_object ("section",
 | 
			
		||||
                                 "Section",
 | 
			
		||||
                                 "Section",
 | 
			
		||||
                                 EEK_TYPE_SECTION,
 | 
			
		||||
                                 G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE);
 | 
			
		||||
    g_object_class_install_property (gobject_class,
 | 
			
		||||
                                     PROP_SECTION,
 | 
			
		||||
                                     pspec);
 | 
			
		||||
 | 
			
		||||
    pspec = g_param_spec_object ("renderer",
 | 
			
		||||
                                 "Renderer",
 | 
			
		||||
                                 "Renderer",
 | 
			
		||||
                                 EEK_TYPE_RENDERER,
 | 
			
		||||
                                 G_PARAM_CONSTRUCT_ONLY | G_PARAM_WRITABLE);
 | 
			
		||||
    g_object_class_install_property (gobject_class,
 | 
			
		||||
                                     PROP_RENDERER,
 | 
			
		||||
                                     pspec);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_clutter_section_init (EekClutterSection *self)
 | 
			
		||||
{
 | 
			
		||||
    EekClutterSectionPrivate *priv;
 | 
			
		||||
    priv = self->priv = EEK_CLUTTER_SECTION_GET_PRIVATE (self);
 | 
			
		||||
    priv->section = NULL;
 | 
			
		||||
    priv->renderer = NULL;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ClutterActor *
 | 
			
		||||
eek_clutter_section_new (EekSection         *section,
 | 
			
		||||
                         EekClutterRenderer *renderer)
 | 
			
		||||
{
 | 
			
		||||
    return g_object_new (EEK_TYPE_CLUTTER_SECTION,
 | 
			
		||||
                         "section", section,
 | 
			
		||||
                         "renderer", renderer,
 | 
			
		||||
                         NULL);
 | 
			
		||||
}
 | 
			
		||||
@ -1,62 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
#ifndef EEK_CLUTTER_SECTION_H
 | 
			
		||||
#define EEK_CLUTTER_SECTION_H 1
 | 
			
		||||
 | 
			
		||||
#include <clutter/clutter.h>
 | 
			
		||||
#include "eek-section.h"
 | 
			
		||||
#include "eek-clutter-renderer.h"
 | 
			
		||||
 | 
			
		||||
G_BEGIN_DECLS
 | 
			
		||||
#define EEK_TYPE_CLUTTER_SECTION (eek_clutter_section_get_type())
 | 
			
		||||
#define EEK_CLUTTER_SECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EEK_TYPE_CLUTTER_SECTION, EekClutterSection))
 | 
			
		||||
#define EEK_CLUTTER_SECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), EEK_TYPE_CLUTTER_SECTION, EekClutterSectionClass))
 | 
			
		||||
#define EEK_IS_CLUTTER_SECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EEK_TYPE_CLUTTER_SECTION))
 | 
			
		||||
#define EEK_IS_CLUTTER_SECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), EEK_TYPE_CLUTTER_SECTION))
 | 
			
		||||
#define EEK_CLUTTER_SECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), EEK_TYPE_CLUTTER_SECTION, EekClutterSectionClass))
 | 
			
		||||
 | 
			
		||||
typedef struct _EekClutterSection        EekClutterSection;
 | 
			
		||||
typedef struct _EekClutterSectionClass   EekClutterSectionClass;
 | 
			
		||||
typedef struct _EekClutterSectionPrivate EekClutterSectionPrivate;
 | 
			
		||||
 | 
			
		||||
struct _EekClutterSection
 | 
			
		||||
{
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    ClutterGroup parent;
 | 
			
		||||
 | 
			
		||||
    EekClutterSectionPrivate *priv;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
struct _EekClutterSectionClass
 | 
			
		||||
{
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    ClutterGroupClass parent_class;
 | 
			
		||||
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    /* padding */
 | 
			
		||||
    gpointer pdummy[24];
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
GType         eek_clutter_section_get_type (void) G_GNUC_CONST;
 | 
			
		||||
ClutterActor *eek_clutter_section_new      (EekSection         *section,
 | 
			
		||||
                                            EekClutterRenderer *renderer);
 | 
			
		||||
 | 
			
		||||
G_END_DECLS
 | 
			
		||||
#endif  /* EEK_CLUTTER_SECTION_H */
 | 
			
		||||
@ -1,26 +0,0 @@
 | 
			
		||||
/* 
 | 
			
		||||
 * Copyright (C) 2010-2011 Daiki Ueno <ueno@unixuser.org>
 | 
			
		||||
 * Copyright (C) 2010-2011 Red Hat, Inc.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library 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 2 of
 | 
			
		||||
 * the License, or (at your option) any later version.
 | 
			
		||||
 * 
 | 
			
		||||
 * This library is distributed in the hope that it will be useful, but
 | 
			
		||||
 * WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
			
		||||
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 | 
			
		||||
 * Lesser General Public License for more details.
 | 
			
		||||
 * 
 | 
			
		||||
 * You should have received a copy of the GNU Lesser General Public
 | 
			
		||||
 * License along with this library; if not, write to the Free Software
 | 
			
		||||
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 | 
			
		||||
 * 02110-1301 USA
 | 
			
		||||
 */
 | 
			
		||||
#ifndef EEK_CLUTTER_H
 | 
			
		||||
#define EEK_CLUTTER_H 1
 | 
			
		||||
 | 
			
		||||
#include "eek.h"
 | 
			
		||||
#include "eek-clutter-keyboard.h"
 | 
			
		||||
 | 
			
		||||
#endif  /* EEK_CLUTTER_H */
 | 
			
		||||
@ -31,7 +31,6 @@
 | 
			
		||||
#endif  /* HAVE_CONFIG_H */
 | 
			
		||||
 | 
			
		||||
#include "eek-container.h"
 | 
			
		||||
#include "eek-serializable.h"
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
    CHILD_ADDED,
 | 
			
		||||
@ -41,11 +40,7 @@ enum {
 | 
			
		||||
 | 
			
		||||
static guint signals[LAST_SIGNAL] = { 0, };
 | 
			
		||||
 | 
			
		||||
static void eek_serializable_iface_init (EekSerializableIface *iface);
 | 
			
		||||
 | 
			
		||||
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (EekContainer, eek_container, EEK_TYPE_ELEMENT,
 | 
			
		||||
                                  G_IMPLEMENT_INTERFACE (EEK_TYPE_SERIALIZABLE,
 | 
			
		||||
                                                         eek_serializable_iface_init));
 | 
			
		||||
G_DEFINE_ABSTRACT_TYPE (EekContainer, eek_container, EEK_TYPE_ELEMENT);
 | 
			
		||||
 | 
			
		||||
#define EEK_CONTAINER_GET_PRIVATE(obj)                                  \
 | 
			
		||||
    (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EEK_TYPE_CONTAINER, EekContainerPrivate))
 | 
			
		||||
@ -57,60 +52,6 @@ struct _EekContainerPrivate
 | 
			
		||||
    GList *last;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static EekSerializableIface *eek_container_parent_serializable_iface;
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_container_real_serialize (EekSerializable *self,
 | 
			
		||||
                              GVariantBuilder *builder)
 | 
			
		||||
{
 | 
			
		||||
    EekContainerPrivate *priv = EEK_CONTAINER_GET_PRIVATE(self);
 | 
			
		||||
    GList *head;
 | 
			
		||||
    GVariantBuilder array;
 | 
			
		||||
 | 
			
		||||
    eek_container_parent_serializable_iface->serialize (self, builder);
 | 
			
		||||
 | 
			
		||||
    g_variant_builder_init (&array, G_VARIANT_TYPE("av"));
 | 
			
		||||
    for (head = priv->head; head; head = g_list_next (head)) {
 | 
			
		||||
        GVariant *variant =
 | 
			
		||||
            eek_serializable_serialize (EEK_SERIALIZABLE(head->data));
 | 
			
		||||
        g_variant_builder_add (&array, "v", variant);
 | 
			
		||||
    }
 | 
			
		||||
    g_variant_builder_add (builder, "v", g_variant_builder_end (&array));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gsize
 | 
			
		||||
eek_container_real_deserialize (EekSerializable *self,
 | 
			
		||||
                                GVariant        *variant,
 | 
			
		||||
                                gsize            index)
 | 
			
		||||
{
 | 
			
		||||
    GVariant *array, *child;
 | 
			
		||||
    GVariantIter iter;
 | 
			
		||||
 | 
			
		||||
    index = eek_container_parent_serializable_iface->deserialize (self,
 | 
			
		||||
                                                                  variant,
 | 
			
		||||
                                                                  index);
 | 
			
		||||
 | 
			
		||||
    g_variant_get_child (variant, index++, "v", &array);
 | 
			
		||||
    g_variant_iter_init (&iter, array);
 | 
			
		||||
    while (g_variant_iter_next (&iter, "v", &child)) {
 | 
			
		||||
        EekSerializable *serializable = eek_serializable_deserialize (child);
 | 
			
		||||
        eek_container_add_child (EEK_CONTAINER(self),
 | 
			
		||||
                                 EEK_ELEMENT(serializable));
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    return index;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_serializable_iface_init (EekSerializableIface *iface)
 | 
			
		||||
{
 | 
			
		||||
    eek_container_parent_serializable_iface =
 | 
			
		||||
        g_type_interface_peek_parent (iface);
 | 
			
		||||
 | 
			
		||||
    iface->serialize = eek_container_real_serialize;
 | 
			
		||||
    iface->deserialize = eek_container_real_deserialize;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_container_real_add_child (EekContainer *self,
 | 
			
		||||
                              EekElement   *child)
 | 
			
		||||
@ -127,7 +68,7 @@ eek_container_real_add_child (EekContainer *self,
 | 
			
		||||
        priv->last = priv->last->next;
 | 
			
		||||
    }
 | 
			
		||||
    eek_element_set_parent (child, EEK_ELEMENT(self));
 | 
			
		||||
    g_signal_emit_by_name (self, "child-added", child);
 | 
			
		||||
    g_signal_emit (self, signals[CHILD_ADDED], 0, child);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
@ -145,7 +86,7 @@ eek_container_real_remove_child (EekContainer *self,
 | 
			
		||||
        priv->last = g_list_previous (priv->last);
 | 
			
		||||
    priv->head = g_list_remove_link (priv->head, head);
 | 
			
		||||
    eek_element_set_parent (child, NULL);
 | 
			
		||||
    g_signal_emit_by_name (self, "child-removed", child);
 | 
			
		||||
    g_signal_emit (self, signals[CHILD_REMOVED], 0, child);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
 | 
			
		||||
@ -35,7 +35,6 @@
 | 
			
		||||
#include "eek-element.h"
 | 
			
		||||
#include "eek-container.h"
 | 
			
		||||
#include "eek-marshalers.h"
 | 
			
		||||
#include "eek-serializable.h"
 | 
			
		||||
 | 
			
		||||
enum {
 | 
			
		||||
    PROP_0,
 | 
			
		||||
@ -53,11 +52,7 @@ enum {
 | 
			
		||||
 | 
			
		||||
static guint signals[LAST_SIGNAL] = { 0, };
 | 
			
		||||
 | 
			
		||||
static void eek_serializable_iface_init (EekSerializableIface *iface);
 | 
			
		||||
 | 
			
		||||
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (EekElement, eek_element, G_TYPE_OBJECT,
 | 
			
		||||
                                  G_IMPLEMENT_INTERFACE (EEK_TYPE_SERIALIZABLE,
 | 
			
		||||
                                                         eek_serializable_iface_init));
 | 
			
		||||
G_DEFINE_ABSTRACT_TYPE (EekElement, eek_element, G_TYPE_OBJECT);
 | 
			
		||||
 | 
			
		||||
#define EEK_ELEMENT_GET_PRIVATE(obj)                                  \
 | 
			
		||||
    (G_TYPE_INSTANCE_GET_PRIVATE ((obj), EEK_TYPE_ELEMENT, EekElementPrivate))
 | 
			
		||||
@ -72,155 +67,6 @@ struct _EekElementPrivate
 | 
			
		||||
    gint level;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static GVariant *
 | 
			
		||||
_g_variant_new_bounds (EekBounds *bounds)
 | 
			
		||||
{
 | 
			
		||||
    GVariantBuilder builder;
 | 
			
		||||
 | 
			
		||||
    g_variant_builder_init (&builder, G_VARIANT_TYPE ("ad"));
 | 
			
		||||
    g_variant_builder_add (&builder, "d", bounds->x);
 | 
			
		||||
    g_variant_builder_add (&builder, "d", bounds->y);
 | 
			
		||||
    g_variant_builder_add (&builder, "d", bounds->width);
 | 
			
		||||
    g_variant_builder_add (&builder, "d", bounds->height);
 | 
			
		||||
 | 
			
		||||
    return g_variant_builder_end (&builder);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
_g_variant_get_bounds (GVariant *variant, EekBounds *bounds)
 | 
			
		||||
{
 | 
			
		||||
    g_variant_get_child (variant, 0, "d", &bounds->x);
 | 
			
		||||
    g_variant_get_child (variant, 1, "d", &bounds->y);
 | 
			
		||||
    g_variant_get_child (variant, 2, "d", &bounds->width);
 | 
			
		||||
    g_variant_get_child (variant, 3, "d", &bounds->height);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_serialize (EekSerializable *self,
 | 
			
		||||
                            GVariantBuilder *builder)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    g_variant_builder_add (builder, "s", priv->name == NULL ? "" : priv->name);
 | 
			
		||||
    g_variant_builder_add (builder, "v", _g_variant_new_bounds (&priv->bounds));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gsize
 | 
			
		||||
eek_element_real_deserialize (EekSerializable *self,
 | 
			
		||||
                              GVariant        *variant,
 | 
			
		||||
                              gsize            index)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
    GVariant *bounds;
 | 
			
		||||
 | 
			
		||||
    g_variant_get_child (variant, index++, "s", &priv->name);
 | 
			
		||||
    g_variant_get_child (variant, index++, "v", &bounds);
 | 
			
		||||
    _g_variant_get_bounds (bounds, &priv->bounds);
 | 
			
		||||
 | 
			
		||||
    return index;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_serializable_iface_init (EekSerializableIface *iface)
 | 
			
		||||
{
 | 
			
		||||
    iface->serialize = eek_element_real_serialize;
 | 
			
		||||
    iface->deserialize = eek_element_real_deserialize;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_set_parent (EekElement *self,
 | 
			
		||||
                             EekElement *parent)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    if (!parent) {
 | 
			
		||||
        g_return_if_fail (priv->parent);
 | 
			
		||||
        /* release self-reference acquired when setting parent */
 | 
			
		||||
        g_object_unref (self);
 | 
			
		||||
        priv->parent = NULL;
 | 
			
		||||
    } else {
 | 
			
		||||
        g_return_if_fail (!priv->parent);
 | 
			
		||||
        g_object_ref (self);
 | 
			
		||||
        priv->parent = parent;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static EekElement *
 | 
			
		||||
eek_element_real_get_parent (EekElement *self)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    return priv->parent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_set_name (EekElement  *self,
 | 
			
		||||
                           const gchar *name)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    g_free (priv->name);
 | 
			
		||||
    priv->name = g_strdup (name);
 | 
			
		||||
 | 
			
		||||
    g_object_notify (G_OBJECT(self), "name");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static G_CONST_RETURN gchar *
 | 
			
		||||
eek_element_real_get_name (EekElement *self)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    return priv->name;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_set_bounds (EekElement *self,
 | 
			
		||||
                             EekBounds *bounds)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    priv->bounds = *bounds;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_get_bounds (EekElement *self,
 | 
			
		||||
                             EekBounds  *bounds)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    g_return_if_fail (bounds);
 | 
			
		||||
    *bounds = priv->bounds;
 | 
			
		||||
 | 
			
		||||
    g_object_notify (G_OBJECT(self), "bounds");
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_set_symbol_index (EekElement *self,
 | 
			
		||||
                                   gint        group,
 | 
			
		||||
                                   gint        level)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    if (priv->group != group || priv->level != level) {
 | 
			
		||||
        priv->group = group;
 | 
			
		||||
        priv->level = level;
 | 
			
		||||
        g_signal_emit_by_name (self, "symbol-index-changed", group, level);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_get_symbol_index (EekElement *self,
 | 
			
		||||
                                   gint       *group,
 | 
			
		||||
                                   gint       *level)
 | 
			
		||||
{
 | 
			
		||||
    EekElementPrivate *priv = EEK_ELEMENT_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    if (group)
 | 
			
		||||
        *group = priv->group;
 | 
			
		||||
    if (level)
 | 
			
		||||
        *level = priv->level;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_element_real_symbol_index_changed (EekElement *self,
 | 
			
		||||
                                       gint        group,
 | 
			
		||||
@ -244,22 +90,21 @@ eek_element_set_property (GObject      *object,
 | 
			
		||||
                          const GValue *value,
 | 
			
		||||
                          GParamSpec   *pspec)
 | 
			
		||||
{
 | 
			
		||||
    EekElement *element = EEK_ELEMENT(object);
 | 
			
		||||
 | 
			
		||||
    switch (prop_id) {
 | 
			
		||||
    case PROP_NAME:
 | 
			
		||||
        eek_element_set_name (EEK_ELEMENT(object),
 | 
			
		||||
                              g_value_get_string (value));
 | 
			
		||||
        eek_element_set_name (element,
 | 
			
		||||
                              g_value_dup_string (value));
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_BOUNDS:
 | 
			
		||||
        eek_element_set_bounds (EEK_ELEMENT(object),
 | 
			
		||||
                                g_value_get_boxed (value));
 | 
			
		||||
        eek_element_set_bounds (element, g_value_get_boxed (value));
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_GROUP:
 | 
			
		||||
        eek_element_set_group (EEK_ELEMENT(object),
 | 
			
		||||
                               g_value_get_int (value));
 | 
			
		||||
        eek_element_set_group (element, g_value_get_int (value));
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_LEVEL:
 | 
			
		||||
        eek_element_set_level (EEK_ELEMENT(object),
 | 
			
		||||
                               g_value_get_int (value));
 | 
			
		||||
        eek_element_set_level (element, g_value_get_int (value));
 | 
			
		||||
    default:
 | 
			
		||||
        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
 | 
			
		||||
        break;
 | 
			
		||||
@ -272,21 +117,22 @@ eek_element_get_property (GObject    *object,
 | 
			
		||||
                          GValue     *value,
 | 
			
		||||
                          GParamSpec *pspec)
 | 
			
		||||
{
 | 
			
		||||
    EekBounds  bounds;
 | 
			
		||||
    EekElement *element = EEK_ELEMENT(object);
 | 
			
		||||
    EekBounds bounds;
 | 
			
		||||
 | 
			
		||||
    switch (prop_id) {
 | 
			
		||||
    case PROP_NAME:
 | 
			
		||||
        g_value_set_string (value, eek_element_get_name (EEK_ELEMENT(object)));
 | 
			
		||||
        g_value_set_string (value, eek_element_get_name (element));
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_BOUNDS:
 | 
			
		||||
        eek_element_get_bounds (EEK_ELEMENT(object), &bounds);
 | 
			
		||||
        eek_element_get_bounds (element, &bounds);
 | 
			
		||||
        g_value_set_boxed (value, &bounds);
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_GROUP:
 | 
			
		||||
        g_value_set_int (value, eek_element_get_group (EEK_ELEMENT(object)));
 | 
			
		||||
        g_value_set_int (value, eek_element_get_group (element));
 | 
			
		||||
        break;
 | 
			
		||||
    case PROP_LEVEL:
 | 
			
		||||
        g_value_set_int (value, eek_element_get_level (EEK_ELEMENT(object)));
 | 
			
		||||
        g_value_set_int (value, eek_element_get_level (element));
 | 
			
		||||
        break;
 | 
			
		||||
    default:
 | 
			
		||||
        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
 | 
			
		||||
@ -303,15 +149,6 @@ eek_element_class_init (EekElementClass *klass)
 | 
			
		||||
    g_type_class_add_private (gobject_class,
 | 
			
		||||
                              sizeof (EekElementPrivate));
 | 
			
		||||
 | 
			
		||||
    klass->set_parent = eek_element_real_set_parent;
 | 
			
		||||
    klass->get_parent = eek_element_real_get_parent;
 | 
			
		||||
    klass->set_name = eek_element_real_set_name;
 | 
			
		||||
    klass->get_name = eek_element_real_get_name;
 | 
			
		||||
    klass->set_bounds = eek_element_real_set_bounds;
 | 
			
		||||
    klass->get_bounds = eek_element_real_get_bounds;
 | 
			
		||||
    klass->set_symbol_index = eek_element_real_set_symbol_index;
 | 
			
		||||
    klass->get_symbol_index = eek_element_real_get_symbol_index;
 | 
			
		||||
 | 
			
		||||
    /* signals */
 | 
			
		||||
    klass->symbol_index_changed = eek_element_real_symbol_index_changed;
 | 
			
		||||
 | 
			
		||||
@ -411,7 +248,7 @@ eek_element_init (EekElement *self)
 | 
			
		||||
/**
 | 
			
		||||
 * eek_element_set_parent:
 | 
			
		||||
 * @element: an #EekElement
 | 
			
		||||
 * @parent: an #EekElement
 | 
			
		||||
 * @parent: (allow-none): an #EekElement or %NULL
 | 
			
		||||
 *
 | 
			
		||||
 * Set the parent of @element to @parent.
 | 
			
		||||
 */
 | 
			
		||||
@ -420,8 +257,21 @@ eek_element_set_parent (EekElement *element,
 | 
			
		||||
                        EekElement *parent)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(parent));
 | 
			
		||||
    EEK_ELEMENT_GET_CLASS(element)->set_parent (element, parent);
 | 
			
		||||
    g_return_if_fail (parent == NULL || EEK_IS_ELEMENT(parent));
 | 
			
		||||
 | 
			
		||||
    if (element->priv->parent == parent)
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
    if (element->priv->parent != NULL) {
 | 
			
		||||
        /* release self-reference acquired when setting parent */
 | 
			
		||||
        g_object_unref (element);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (parent != NULL) {
 | 
			
		||||
        g_object_ref (element);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    element->priv->parent = parent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -435,7 +285,7 @@ EekElement *
 | 
			
		||||
eek_element_get_parent (EekElement *element)
 | 
			
		||||
{
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_ELEMENT(element), NULL);
 | 
			
		||||
    return EEK_ELEMENT_GET_CLASS(element)->get_parent (element);
 | 
			
		||||
    return element->priv->parent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -450,7 +300,8 @@ eek_element_set_name (EekElement  *element,
 | 
			
		||||
                      const gchar *name)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    EEK_ELEMENT_GET_CLASS(element)->set_name (element, name);
 | 
			
		||||
    g_free (element->priv->name);
 | 
			
		||||
    element->priv->name = g_strdup (name);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -464,7 +315,7 @@ G_CONST_RETURN gchar *
 | 
			
		||||
eek_element_get_name (EekElement  *element)
 | 
			
		||||
{
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_ELEMENT(element), NULL);
 | 
			
		||||
    return EEK_ELEMENT_GET_CLASS(element)->get_name (element);
 | 
			
		||||
    return element->priv->name;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -481,7 +332,7 @@ eek_element_set_bounds (EekElement  *element,
 | 
			
		||||
                        EekBounds   *bounds)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    EEK_ELEMENT_GET_CLASS(element)->set_bounds (element, bounds);
 | 
			
		||||
    memcpy (&element->priv->bounds, bounds, sizeof(EekBounds));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -498,7 +349,8 @@ eek_element_get_bounds (EekElement  *element,
 | 
			
		||||
                        EekBounds   *bounds)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    EEK_ELEMENT_GET_CLASS(element)->get_bounds (element, bounds);
 | 
			
		||||
    g_return_if_fail (bounds != NULL);
 | 
			
		||||
    memcpy (bounds, &element->priv->bounds, sizeof(EekBounds));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -583,8 +435,18 @@ eek_element_set_symbol_index (EekElement *element,
 | 
			
		||||
                              gint        group,
 | 
			
		||||
                              gint        level)
 | 
			
		||||
{
 | 
			
		||||
    gboolean emit_signal;
 | 
			
		||||
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    EEK_ELEMENT_GET_CLASS(element)->set_symbol_index (element, group, level);
 | 
			
		||||
 | 
			
		||||
    emit_signal = group != eek_element_get_group (element) ||
 | 
			
		||||
        level != eek_element_get_level (element);
 | 
			
		||||
 | 
			
		||||
    eek_element_set_group (element, group);
 | 
			
		||||
    eek_element_set_level (element, level);
 | 
			
		||||
 | 
			
		||||
    if (emit_signal)
 | 
			
		||||
        g_signal_emit (element, signals[SYMBOL_INDEX_CHANGED], 0, group, level);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -602,8 +464,11 @@ eek_element_get_symbol_index (EekElement *element,
 | 
			
		||||
                              gint       *level)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    g_return_if_fail (group || level);
 | 
			
		||||
    EEK_ELEMENT_GET_CLASS(element)->get_symbol_index (element, group, level);
 | 
			
		||||
    g_return_if_fail (group != NULL || level != NULL);
 | 
			
		||||
    if (group != NULL)
 | 
			
		||||
        *group = eek_element_get_group (element);
 | 
			
		||||
    if (level != NULL)
 | 
			
		||||
        *level = eek_element_get_level (element);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -620,10 +485,13 @@ void
 | 
			
		||||
eek_element_set_group (EekElement *element,
 | 
			
		||||
                       gint        group)
 | 
			
		||||
{
 | 
			
		||||
    gint level;
 | 
			
		||||
 | 
			
		||||
    level = eek_element_get_level (element);
 | 
			
		||||
    eek_element_set_symbol_index (element, group, level);
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    if (element->priv->group != group) {
 | 
			
		||||
        element->priv->group = group;
 | 
			
		||||
        g_object_notify (G_OBJECT(element), "group");
 | 
			
		||||
        g_signal_emit (element, signals[SYMBOL_INDEX_CHANGED], 0,
 | 
			
		||||
                       group, element->priv->level);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -640,10 +508,13 @@ void
 | 
			
		||||
eek_element_set_level (EekElement *element,
 | 
			
		||||
                       gint        level)
 | 
			
		||||
{
 | 
			
		||||
    gint group;
 | 
			
		||||
 | 
			
		||||
    group = eek_element_get_group (element);
 | 
			
		||||
    eek_element_set_symbol_index (element, group, level);
 | 
			
		||||
    g_return_if_fail (EEK_IS_ELEMENT(element));
 | 
			
		||||
    if (element->priv->level != level) {
 | 
			
		||||
        element->priv->level = level;
 | 
			
		||||
        g_object_notify (G_OBJECT(element), "level");
 | 
			
		||||
        g_signal_emit (element, signals[SYMBOL_INDEX_CHANGED], 0,
 | 
			
		||||
                       element->priv->group, level);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -658,10 +529,8 @@ eek_element_set_level (EekElement *element,
 | 
			
		||||
gint
 | 
			
		||||
eek_element_get_group (EekElement *element)
 | 
			
		||||
{
 | 
			
		||||
    gint group;
 | 
			
		||||
 | 
			
		||||
    eek_element_get_symbol_index (element, &group, NULL);
 | 
			
		||||
    return group;
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_ELEMENT(element), -1);
 | 
			
		||||
    return element->priv->group;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -676,8 +545,6 @@ eek_element_get_group (EekElement *element)
 | 
			
		||||
gint
 | 
			
		||||
eek_element_get_level (EekElement *element)
 | 
			
		||||
{
 | 
			
		||||
    gint level;
 | 
			
		||||
 | 
			
		||||
    eek_element_get_symbol_index (element, NULL, &level);
 | 
			
		||||
    return level;
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_ELEMENT(element), -1);
 | 
			
		||||
    return element->priv->level;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -51,35 +51,11 @@ struct _EekElementClass
 | 
			
		||||
{
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    GObjectClass parent_class;
 | 
			
		||||
    void                  (* set_parent)           (EekElement  *self,
 | 
			
		||||
                                                    EekElement  *parent);
 | 
			
		||||
    EekElement           *(* get_parent)           (EekElement  *self);
 | 
			
		||||
    void                  (* set_name)             (EekElement  *self,
 | 
			
		||||
                                                    const gchar *name);
 | 
			
		||||
 | 
			
		||||
    G_CONST_RETURN gchar *(* get_name)             (EekElement  *self);
 | 
			
		||||
 | 
			
		||||
    void                  (* set_bounds)           (EekElement  *self,
 | 
			
		||||
                                                    EekBounds   *bounds);
 | 
			
		||||
 | 
			
		||||
    void                  (* get_bounds)           (EekElement  *self,
 | 
			
		||||
                                                    EekBounds   *bounds);
 | 
			
		||||
 | 
			
		||||
    void                  (* set_symbol_index)     (EekElement  *self,
 | 
			
		||||
                                                    gint         group,
 | 
			
		||||
                                                    gint         level);
 | 
			
		||||
    void                  (* get_symbol_index)     (EekElement  *self,
 | 
			
		||||
                                                    gint        *group,
 | 
			
		||||
                                                    gint        *level);
 | 
			
		||||
 | 
			
		||||
    /* signals */
 | 
			
		||||
    void                  (* symbol_index_changed) (EekElement  *self,
 | 
			
		||||
                                                    gint         group,
 | 
			
		||||
                                                    gint         level);
 | 
			
		||||
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    /* padding */
 | 
			
		||||
    gpointer pdummy[21];
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
GType                 eek_element_get_type              (void) G_GNUC_CONST;
 | 
			
		||||
 | 
			
		||||
@ -119,7 +119,7 @@ eek_gtk_keyboard_real_draw (GtkWidget *self,
 | 
			
		||||
    EekGtkKeyboardPrivate *priv = EEK_GTK_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
    GtkAllocation allocation;
 | 
			
		||||
    EekColor background;
 | 
			
		||||
    GList *head;
 | 
			
		||||
    GList *list, *head;
 | 
			
		||||
 | 
			
		||||
    gtk_widget_get_allocation (self, &allocation);
 | 
			
		||||
 | 
			
		||||
@ -141,11 +141,11 @@ eek_gtk_keyboard_real_draw (GtkWidget *self,
 | 
			
		||||
        style = gtk_widget_get_style (self);
 | 
			
		||||
        state = gtk_widget_get_state (self);
 | 
			
		||||
 | 
			
		||||
        color = color_from_gdk_color (&style->fg[state]);
 | 
			
		||||
        color = color_from_gdk_color (&style->text[state]);
 | 
			
		||||
        eek_renderer_set_default_foreground_color (priv->renderer, color);
 | 
			
		||||
        eek_color_free (color);
 | 
			
		||||
 | 
			
		||||
        color = color_from_gdk_color (&style->bg[state]);
 | 
			
		||||
        color = color_from_gdk_color (&style->base[state]);
 | 
			
		||||
        eek_renderer_set_default_background_color (priv->renderer, color);
 | 
			
		||||
        eek_color_free (color);
 | 
			
		||||
    }
 | 
			
		||||
@ -164,36 +164,22 @@ eek_gtk_keyboard_real_draw (GtkWidget *self,
 | 
			
		||||
    eek_renderer_render_keyboard (priv->renderer, cr);
 | 
			
		||||
 | 
			
		||||
    /* redraw pressed key */
 | 
			
		||||
    head = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
    for (; head; head = g_list_next (head)) {
 | 
			
		||||
    list = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
    for (head = list; head; head = g_list_next (head)) {
 | 
			
		||||
        render_pressed_key (self, head->data);
 | 
			
		||||
    }
 | 
			
		||||
    g_list_free (list);
 | 
			
		||||
 | 
			
		||||
    /* redraw locked key */
 | 
			
		||||
    head = eek_keyboard_get_locked_keys (priv->keyboard);
 | 
			
		||||
    for (; head; head = g_list_next (head)) {
 | 
			
		||||
    list = eek_keyboard_get_locked_keys (priv->keyboard);
 | 
			
		||||
    for (head = list; head; head = g_list_next (head)) {
 | 
			
		||||
        render_locked_key (self, ((EekModifierKey *)head->data)->key);
 | 
			
		||||
    }
 | 
			
		||||
    g_list_free (list);
 | 
			
		||||
 | 
			
		||||
    return FALSE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#if !GTK_CHECK_VERSION (2, 91, 2)
 | 
			
		||||
static gboolean
 | 
			
		||||
eek_gtk_keyboard_real_expose_event (GtkWidget      *self,
 | 
			
		||||
                                    GdkEventExpose *event)
 | 
			
		||||
{
 | 
			
		||||
    gboolean retval;
 | 
			
		||||
    cairo_t *cr;
 | 
			
		||||
 | 
			
		||||
    cr = gdk_cairo_create (GDK_DRAWABLE (gtk_widget_get_window (self)));
 | 
			
		||||
    retval = eek_gtk_keyboard_real_draw (self, cr);
 | 
			
		||||
    cairo_destroy (cr);
 | 
			
		||||
 | 
			
		||||
    return retval;
 | 
			
		||||
}
 | 
			
		||||
#endif  /* !GTK_CHECK_VERSION (2, 91, 2) */
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_gtk_keyboard_real_size_allocate (GtkWidget     *self,
 | 
			
		||||
                                     GtkAllocation *allocation)
 | 
			
		||||
@ -229,12 +215,13 @@ eek_gtk_keyboard_real_button_release_event (GtkWidget      *self,
 | 
			
		||||
                                            GdkEventButton *event)
 | 
			
		||||
{
 | 
			
		||||
    EekGtkKeyboardPrivate *priv = EEK_GTK_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
    GList *head;
 | 
			
		||||
    GList *list, *head;
 | 
			
		||||
 | 
			
		||||
    head = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
    for (; head; head = g_list_next (head)) {
 | 
			
		||||
    list = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
    for (head = list; head; head = g_list_next (head))
 | 
			
		||||
        g_signal_emit_by_name (head->data, "released", priv->keyboard);
 | 
			
		||||
    }
 | 
			
		||||
    g_list_free (list);
 | 
			
		||||
 | 
			
		||||
    return TRUE;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -249,14 +236,18 @@ eek_gtk_keyboard_real_motion_notify_event (GtkWidget      *self,
 | 
			
		||||
                                             (gdouble)event->x,
 | 
			
		||||
                                             (gdouble)event->y);
 | 
			
		||||
    if (key) {
 | 
			
		||||
        GList *head = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
        GList *list, *head;
 | 
			
		||||
        gboolean found = FALSE;
 | 
			
		||||
        for (; head; head = g_list_next (head)) {
 | 
			
		||||
 | 
			
		||||
        list = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
        for (head = list; head; head = g_list_next (head)) {
 | 
			
		||||
            if (head->data == key)
 | 
			
		||||
                found = TRUE;
 | 
			
		||||
            else
 | 
			
		||||
                g_signal_emit_by_name (head->data, "cancelled", priv->keyboard);
 | 
			
		||||
        }
 | 
			
		||||
        g_list_free (list);
 | 
			
		||||
 | 
			
		||||
        if (!found)
 | 
			
		||||
            g_signal_emit_by_name (key, "pressed", priv->keyboard);
 | 
			
		||||
    }
 | 
			
		||||
@ -269,12 +260,16 @@ eek_gtk_keyboard_real_unmap (GtkWidget *self)
 | 
			
		||||
    EekGtkKeyboardPrivate *priv = EEK_GTK_KEYBOARD_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    if (priv->keyboard) {
 | 
			
		||||
        GList *head;
 | 
			
		||||
        GList *list, *head;
 | 
			
		||||
 | 
			
		||||
        head = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
        for (; head; head = g_list_next (head)) {
 | 
			
		||||
        /* Make a copy of HEAD before sending "released" signal on
 | 
			
		||||
           elements, so that the default handler of
 | 
			
		||||
           EekKeyboard::key-released signal can remove elements from its
 | 
			
		||||
           internal copy */
 | 
			
		||||
        list = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
        for (head = list; head; head = g_list_next (head))
 | 
			
		||||
            g_signal_emit_by_name (head->data, "released", priv->keyboard);
 | 
			
		||||
        }
 | 
			
		||||
        g_list_free (list);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    GTK_WIDGET_CLASS (eek_gtk_keyboard_parent_class)->unmap (self);
 | 
			
		||||
@ -321,9 +316,7 @@ eek_gtk_keyboard_set_property (GObject      *object,
 | 
			
		||||
        eek_gtk_keyboard_set_keyboard (EEK_GTK_KEYBOARD(object), keyboard);
 | 
			
		||||
        break;
 | 
			
		||||
    default:
 | 
			
		||||
        g_object_set_property (object,
 | 
			
		||||
                               g_param_spec_get_name (pspec),
 | 
			
		||||
                               value);
 | 
			
		||||
        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -364,12 +357,13 @@ eek_gtk_keyboard_dispose (GObject *object)
 | 
			
		||||
            g_signal_handler_disconnect (priv->keyboard,
 | 
			
		||||
                                         priv->symbol_index_changed_handler);
 | 
			
		||||
            
 | 
			
		||||
        GList *head;
 | 
			
		||||
        GList *list, *head;
 | 
			
		||||
 | 
			
		||||
        head = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
        for (; head; head = g_list_next (head)) {
 | 
			
		||||
        list = eek_keyboard_get_pressed_keys (priv->keyboard);
 | 
			
		||||
        for (head = list; head; head = g_list_next (head)) {
 | 
			
		||||
            g_signal_emit_by_name (head->data, "released", priv->keyboard);
 | 
			
		||||
        }
 | 
			
		||||
        g_list_free (list);
 | 
			
		||||
 | 
			
		||||
        g_object_unref (priv->keyboard);
 | 
			
		||||
        priv->keyboard = NULL;
 | 
			
		||||
@ -395,11 +389,7 @@ eek_gtk_keyboard_class_init (EekGtkKeyboardClass *klass)
 | 
			
		||||
 | 
			
		||||
    widget_class->realize = eek_gtk_keyboard_real_realize;
 | 
			
		||||
    widget_class->unmap = eek_gtk_keyboard_real_unmap;
 | 
			
		||||
#if GTK_CHECK_VERSION (2, 91, 2)
 | 
			
		||||
    widget_class->draw = eek_gtk_keyboard_real_draw;
 | 
			
		||||
#else  /* GTK_CHECK_VERSION (2, 91, 2) */
 | 
			
		||||
    widget_class->expose_event = eek_gtk_keyboard_real_expose_event;
 | 
			
		||||
#endif  /* !GTK_CHECK_VERSION (2, 91, 2) */
 | 
			
		||||
    widget_class->size_allocate = eek_gtk_keyboard_real_size_allocate;
 | 
			
		||||
    widget_class->button_press_event =
 | 
			
		||||
        eek_gtk_keyboard_real_button_press_event;
 | 
			
		||||
 | 
			
		||||
@ -66,8 +66,13 @@ eek_gtk_renderer_real_get_icon_surface (EekRenderer *self,
 | 
			
		||||
                                       size,
 | 
			
		||||
                                       0,
 | 
			
		||||
                                       &error);
 | 
			
		||||
    if (pixbuf == NULL)
 | 
			
		||||
    if (pixbuf == NULL) {
 | 
			
		||||
        g_warning ("can't get icon pixbuf for %s: %s",
 | 
			
		||||
                   icon_name,
 | 
			
		||||
                   error->message);
 | 
			
		||||
        g_error_free (error);
 | 
			
		||||
        return NULL;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    surface = pixbuf_to_cairo_surface (pixbuf);
 | 
			
		||||
    g_object_unref (pixbuf);
 | 
			
		||||
@ -92,12 +97,8 @@ eek_gtk_renderer_new (EekKeyboard  *keyboard,
 | 
			
		||||
                      PangoContext *pcontext,
 | 
			
		||||
                      GtkWidget    *widget)
 | 
			
		||||
{
 | 
			
		||||
    EekRenderer *renderer;
 | 
			
		||||
 | 
			
		||||
    renderer = g_object_new (EEK_TYPE_GTK_RENDERER,
 | 
			
		||||
                             "keyboard", keyboard,
 | 
			
		||||
                             "pango-context", pcontext,
 | 
			
		||||
                             NULL);
 | 
			
		||||
 | 
			
		||||
    return renderer;
 | 
			
		||||
    return g_object_new (EEK_TYPE_GTK_RENDERER,
 | 
			
		||||
                         "keyboard", keyboard,
 | 
			
		||||
                         "pango-context", pcontext,
 | 
			
		||||
                         NULL);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										158
									
								
								eek/eek-key.c
									
									
									
									
									
								
							
							
						
						
									
										158
									
								
								eek/eek-key.c
									
									
									
									
									
								
							@ -78,90 +78,6 @@ struct _EekKeyPrivate
 | 
			
		||||
    gboolean is_locked;
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_key_real_set_keycode (EekKey *self, guint keycode)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    priv->keycode = keycode;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static guint
 | 
			
		||||
eek_key_real_get_keycode (EekKey *self)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    return priv->keycode;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_key_real_set_symbol_matrix (EekKey          *self,
 | 
			
		||||
                                EekSymbolMatrix *matrix)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    eek_symbol_matrix_free (priv->symbol_matrix);
 | 
			
		||||
    priv->symbol_matrix = eek_symbol_matrix_copy (matrix);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static EekSymbolMatrix *
 | 
			
		||||
eek_key_real_get_symbol_matrix (EekKey *self)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    return priv->symbol_matrix;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_key_real_set_index (EekKey *self,
 | 
			
		||||
                        gint    column,
 | 
			
		||||
                        gint    row)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    g_return_if_fail (0 <= column);
 | 
			
		||||
    g_return_if_fail (0 <= row);
 | 
			
		||||
    priv->column = column;
 | 
			
		||||
    priv->row = row;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_key_real_get_index (EekKey *self,
 | 
			
		||||
                        gint   *column,
 | 
			
		||||
                        gint   *row)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
 | 
			
		||||
    if (column)
 | 
			
		||||
        *column = priv->column;
 | 
			
		||||
    if (row)
 | 
			
		||||
        *row = priv->row;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_key_real_set_oref (EekKey *self, gulong oref)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    priv->oref = oref;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gulong
 | 
			
		||||
eek_key_real_get_oref (EekKey *self)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    return priv->oref;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gboolean
 | 
			
		||||
eek_key_real_is_pressed (EekKey *self)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    return priv->is_pressed;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static gboolean
 | 
			
		||||
eek_key_real_is_locked (EekKey *self)
 | 
			
		||||
{
 | 
			
		||||
    EekKeyPrivate *priv = EEK_KEY_GET_PRIVATE(self);
 | 
			
		||||
    return priv->is_locked;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void
 | 
			
		||||
eek_key_real_pressed (EekKey *self)
 | 
			
		||||
{
 | 
			
		||||
@ -254,9 +170,7 @@ eek_key_set_property (GObject      *object,
 | 
			
		||||
        eek_key_set_oref (EEK_KEY(object), g_value_get_uint (value));
 | 
			
		||||
        break;
 | 
			
		||||
    default:
 | 
			
		||||
        g_object_set_property (object,
 | 
			
		||||
                               g_param_spec_get_name (pspec),
 | 
			
		||||
                               value);
 | 
			
		||||
        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -269,7 +183,6 @@ eek_key_get_property (GObject    *object,
 | 
			
		||||
{
 | 
			
		||||
    gint column, row;
 | 
			
		||||
 | 
			
		||||
    g_return_if_fail (EEK_IS_KEY(object));
 | 
			
		||||
    switch (prop_id) {
 | 
			
		||||
    case PROP_KEYCODE:
 | 
			
		||||
        g_value_set_uint (value, eek_key_get_keycode (EEK_KEY(object)));
 | 
			
		||||
@ -290,9 +203,7 @@ eek_key_get_property (GObject    *object,
 | 
			
		||||
        g_value_set_uint (value, eek_key_get_oref (EEK_KEY(object)));
 | 
			
		||||
        break;
 | 
			
		||||
    default:
 | 
			
		||||
        g_object_get_property (object,
 | 
			
		||||
                               g_param_spec_get_name (pspec),
 | 
			
		||||
                               value);
 | 
			
		||||
        G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
@ -306,17 +217,6 @@ eek_key_class_init (EekKeyClass *klass)
 | 
			
		||||
    g_type_class_add_private (gobject_class,
 | 
			
		||||
                              sizeof (EekKeyPrivate));
 | 
			
		||||
 | 
			
		||||
    klass->get_keycode = eek_key_real_get_keycode;
 | 
			
		||||
    klass->set_keycode = eek_key_real_set_keycode;
 | 
			
		||||
    klass->set_symbol_matrix = eek_key_real_set_symbol_matrix;
 | 
			
		||||
    klass->get_symbol_matrix = eek_key_real_get_symbol_matrix;
 | 
			
		||||
    klass->set_index = eek_key_real_set_index;
 | 
			
		||||
    klass->get_index = eek_key_real_get_index;
 | 
			
		||||
    klass->set_oref = eek_key_real_set_oref;
 | 
			
		||||
    klass->get_oref = eek_key_real_get_oref;
 | 
			
		||||
    klass->is_pressed = eek_key_real_is_pressed;
 | 
			
		||||
    klass->is_locked = eek_key_real_is_locked;
 | 
			
		||||
 | 
			
		||||
    gobject_class->set_property = eek_key_set_property;
 | 
			
		||||
    gobject_class->get_property = eek_key_get_property;
 | 
			
		||||
    gobject_class->finalize     = eek_key_finalize;
 | 
			
		||||
@ -503,7 +403,7 @@ eek_key_set_keycode (EekKey *key,
 | 
			
		||||
                     guint   keycode)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_KEY (key));
 | 
			
		||||
    EEK_KEY_GET_CLASS(key)->set_keycode (key, keycode);
 | 
			
		||||
    key->priv->keycode = keycode;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -517,7 +417,7 @@ guint
 | 
			
		||||
eek_key_get_keycode (EekKey *key)
 | 
			
		||||
{
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_KEY (key), EEK_INVALID_KEYCODE);
 | 
			
		||||
    return EEK_KEY_GET_CLASS(key)->get_keycode (key);
 | 
			
		||||
    return key->priv->keycode;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -532,7 +432,9 @@ eek_key_set_symbol_matrix (EekKey          *key,
 | 
			
		||||
                           EekSymbolMatrix *matrix)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_KEY(key));
 | 
			
		||||
    EEK_KEY_GET_CLASS(key)->set_symbol_matrix (key, matrix);
 | 
			
		||||
 | 
			
		||||
    eek_symbol_matrix_free (key->priv->symbol_matrix);
 | 
			
		||||
    key->priv->symbol_matrix = eek_symbol_matrix_copy (matrix);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -546,7 +448,7 @@ EekSymbolMatrix *
 | 
			
		||||
eek_key_get_symbol_matrix (EekKey *key)
 | 
			
		||||
{
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_KEY(key), NULL);
 | 
			
		||||
    return EEK_KEY_GET_CLASS(key)->get_symbol_matrix (key);
 | 
			
		||||
    return key->priv->symbol_matrix;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -683,14 +585,24 @@ eek_key_set_index (EekKey *key,
 | 
			
		||||
                   gint    row)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_KEY(key));
 | 
			
		||||
    EEK_KEY_GET_CLASS(key)->set_index (key, column, row);
 | 
			
		||||
    g_return_if_fail (0 <= column);
 | 
			
		||||
    g_return_if_fail (0 <= row);
 | 
			
		||||
 | 
			
		||||
    if (key->priv->column != column) {
 | 
			
		||||
        key->priv->column = column;
 | 
			
		||||
        g_object_notify (G_OBJECT(key), "column");
 | 
			
		||||
    }
 | 
			
		||||
    if (key->priv->row != row) {
 | 
			
		||||
        key->priv->row = row;
 | 
			
		||||
        g_object_notify (G_OBJECT(key), "row");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * eek_key_get_index:
 | 
			
		||||
 * @key: an #EekKey
 | 
			
		||||
 * @column: pointer where the column index of @key in #EekSection will be stored
 | 
			
		||||
 * @row: pointer where the row index of @key in #EekSection will be stored
 | 
			
		||||
 * @column: (allow-none): pointer where the column index of @key in #EekSection will be stored
 | 
			
		||||
 * @row: (allow-none): pointer where the row index of @key in #EekSection will be stored
 | 
			
		||||
 *
 | 
			
		||||
 * Get the location of @key in #EekSection.
 | 
			
		||||
 */
 | 
			
		||||
@ -700,7 +612,12 @@ eek_key_get_index (EekKey *key,
 | 
			
		||||
                   gint   *row)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_KEY(key));
 | 
			
		||||
    EEK_KEY_GET_CLASS(key)->get_index (key, column, row);
 | 
			
		||||
    g_return_if_fail (column != NULL || row != NULL);
 | 
			
		||||
 | 
			
		||||
    if (column != NULL)
 | 
			
		||||
        *column = key->priv->column;
 | 
			
		||||
    if (row != NULL)
 | 
			
		||||
        *row = key->priv->row;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -712,10 +629,13 @@ eek_key_get_index (EekKey *key,
 | 
			
		||||
 */
 | 
			
		||||
void
 | 
			
		||||
eek_key_set_oref (EekKey *key,
 | 
			
		||||
                  gulong  oref)
 | 
			
		||||
                  guint   oref)
 | 
			
		||||
{
 | 
			
		||||
    g_return_if_fail (EEK_IS_KEY(key));
 | 
			
		||||
    EEK_KEY_GET_CLASS(key)->set_oref (key, oref);
 | 
			
		||||
    if (key->priv->oref != oref) {
 | 
			
		||||
        key->priv->oref = oref;
 | 
			
		||||
        g_object_notify (G_OBJECT(key), "oref");
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -723,13 +643,13 @@ eek_key_set_oref (EekKey *key,
 | 
			
		||||
 * @key: an #EekKey
 | 
			
		||||
 *
 | 
			
		||||
 * Get the outline id of @key.
 | 
			
		||||
 * Returns: a non-zero unsigned integer on success, 0 if the id is not set
 | 
			
		||||
 * Returns: unsigned integer
 | 
			
		||||
 */
 | 
			
		||||
gulong
 | 
			
		||||
guint
 | 
			
		||||
eek_key_get_oref (EekKey *key)
 | 
			
		||||
{
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_KEY (key), 0);
 | 
			
		||||
    return EEK_KEY_GET_CLASS(key)->get_oref (key);
 | 
			
		||||
    return key->priv->oref;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -741,8 +661,8 @@ eek_key_get_oref (EekKey *key)
 | 
			
		||||
gboolean
 | 
			
		||||
eek_key_is_pressed (EekKey *key)
 | 
			
		||||
{
 | 
			
		||||
    g_assert (EEK_IS_KEY(key));
 | 
			
		||||
    return EEK_KEY_GET_CLASS(key)->is_pressed (key);
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_KEY(key), FALSE);
 | 
			
		||||
    return key->priv->is_pressed;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
@ -754,6 +674,6 @@ eek_key_is_pressed (EekKey *key)
 | 
			
		||||
gboolean
 | 
			
		||||
eek_key_is_locked (EekKey *key)
 | 
			
		||||
{
 | 
			
		||||
    g_assert (EEK_IS_KEY(key));
 | 
			
		||||
    return EEK_KEY_GET_CLASS(key)->is_locked (key);
 | 
			
		||||
    g_return_val_if_fail (EEK_IS_KEY(key), FALSE);
 | 
			
		||||
    return key->priv->is_locked;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -56,16 +56,6 @@ struct _EekKey
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * EekKeyClass:
 | 
			
		||||
 * @set_keycode: virtual function for setting keycode of the key
 | 
			
		||||
 * @get_keycode: virtual function for getting keycode of the key
 | 
			
		||||
 * @set_symbol_matrix: virtual function for setting symbol matrix of the key
 | 
			
		||||
 * @get_symbol_matrix: virtual function for getting symbol matrix of the key
 | 
			
		||||
 * @set_index: virtual function for setting position of the key in the
 | 
			
		||||
 * section
 | 
			
		||||
 * @get_index: virtual function for getting position of the key in the
 | 
			
		||||
 * section
 | 
			
		||||
 * @set_oref: virtual function for setting outline id of the key
 | 
			
		||||
 * @get_oref: virtual function for getting outline id of the key
 | 
			
		||||
 * @pressed: class handler for #EekKey::pressed signal
 | 
			
		||||
 * @released: class handler for #EekKey::released signal
 | 
			
		||||
 * @locked: class handler for #EekKey::locked signal
 | 
			
		||||
@ -80,38 +70,12 @@ struct _EekKeyClass
 | 
			
		||||
    EekElementClass parent_class;
 | 
			
		||||
 | 
			
		||||
    /*< public >*/
 | 
			
		||||
    void             (* set_keycode)       (EekKey          *self,
 | 
			
		||||
                                            guint            keycode);
 | 
			
		||||
    guint            (* get_keycode)       (EekKey          *self);
 | 
			
		||||
    void             (* set_symbol_matrix) (EekKey          *self,
 | 
			
		||||
                                            EekSymbolMatrix *matrix);
 | 
			
		||||
    EekSymbolMatrix *(* get_symbol_matrix) (EekKey          *self);
 | 
			
		||||
 | 
			
		||||
    void             (* set_index)         (EekKey          *self,
 | 
			
		||||
                                            gint             column,
 | 
			
		||||
                                            gint             row);
 | 
			
		||||
    void             (* get_index)         (EekKey          *self,
 | 
			
		||||
                                            gint            *column,
 | 
			
		||||
                                            gint            *row);
 | 
			
		||||
 | 
			
		||||
    void             (* set_oref)          (EekKey          *self,
 | 
			
		||||
                                            gulong           oref);
 | 
			
		||||
    gulong           (* get_oref)          (EekKey          *self);
 | 
			
		||||
 | 
			
		||||
    gboolean         (* is_pressed)        (EekKey          *self);
 | 
			
		||||
 | 
			
		||||
    void             (* pressed)           (EekKey          *key);
 | 
			
		||||
    void             (* released)          (EekKey          *key);
 | 
			
		||||
 | 
			
		||||
    gboolean         (* is_locked)         (EekKey          *self);
 | 
			
		||||
 | 
			
		||||
    void             (* locked)            (EekKey          *key);
 | 
			
		||||
    void             (* unlocked)          (EekKey          *key);
 | 
			
		||||
    void             (* cancelled)         (EekKey          *key);
 | 
			
		||||
 | 
			
		||||
    /*< private >*/
 | 
			
		||||
    /* padding */
 | 
			
		||||
    gpointer pdummy[20];
 | 
			
		||||
    /* signals */
 | 
			
		||||
    void (* pressed)   (EekKey *key);
 | 
			
		||||
    void (* released)  (EekKey *key);
 | 
			
		||||
    void (* locked)    (EekKey *key);
 | 
			
		||||
    void (* unlocked)  (EekKey *key);
 | 
			
		||||
    void (* cancelled) (EekKey *key);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
GType            eek_key_get_type            (void) G_GNUC_CONST;
 | 
			
		||||
@ -141,8 +105,8 @@ void             eek_key_get_index           (EekKey          *key,
 | 
			
		||||
                                              gint            *row);
 | 
			
		||||
 | 
			
		||||
void             eek_key_set_oref            (EekKey          *key,
 | 
			
		||||
                                              gulong           oref);
 | 
			
		||||
gulong           eek_key_get_oref            (EekKey          *key);
 | 
			
		||||
                                              guint            oref);
 | 
			
		||||
guint            eek_key_get_oref            (EekKey          *key);
 | 
			
		||||
 | 
			
		||||
gboolean         eek_key_is_pressed          (EekKey          *key);
 | 
			
		||||
gboolean         eek_key_is_locked           (EekKey          *key);
 | 
			
		||||
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user