summaryrefslogtreecommitdiffstats
path: root/py3status/modules/keyboard_layout.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in keyboard_layout modulemasterJan T2015-08-091-3/+3
| | | | resolves #112
* keyboard_layout module: add missing cache_timeout parameter in the docstringUltrabug2015-05-151-0/+3
|
* move config parameters on every module docstring, overall QAUltrabug2015-03-311-1/+2
|
* QA on all modules docstrings for a clean CLI parsingUltrabug2015-03-271-1/+1
|
* normalize module direct testing with a proper configUltrabug2015-03-111-1/+7
|
* [bugfix] incorrect parsing of "setxkbmap -query"J.M. Dana2015-02-241-2/+5
| | | | | | | | | The setxkbmap method assumes that the layout appears at the end of the "setxkbmap -query" command, which is not always true (e.g. options defined with "setxkbmap -option" may appear after the layout). The module has been modified so it uses a regular expression for parsing.
* module keyboard_layout name normalization and QA and configUltrabug2014-12-211-0/+86