15 lines
305 B
Python
15 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
|