d45b80dc52
Package xkbgroup as "thirdparty", because it was slightly patched for python2.x compatibility. see #177
14 lines
305 B
Python
14 lines
305 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
"""
|
|
xkbgroup
|
|
~~~~~~~~
|
|
|
|
Use this library to change the keyboard layout through XKB extension
|
|
(subsystem) of the X server system.
|
|
|
|
:copyright: (c) 2016 by Nguyen Duc My.
|
|
:license: MIT, see LICENSE for more details.
|
|
"""
|
|
|
|
from .core import XKeyboard, X11Error
|