[modules]Keyboard layout
This commit is contained in:
parent
ce6133acd4
commit
488c17ea58
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,11 @@ import bumblebee.util
|
||||||
def description():
|
def description():
|
||||||
return "Showws current keyboard layout and change it on click."
|
return "Showws current keyboard layout and change it on click."
|
||||||
|
|
||||||
|
#def parameters():
|
||||||
|
# module = __name__.split(".")[-1]
|
||||||
|
# return
|
||||||
|
|
||||||
|
|
||||||
class Module(bumblebee.module.Module):
|
class Module(bumblebee.module.Module):
|
||||||
def __init__(self, output, config, alias):
|
def __init__(self, output, config, alias):
|
||||||
super(Module, self).__init__(output, config, alias)
|
super(Module, self).__init__(output, config, alias)
|
||||||
|
|
Loading…
Reference in a new issue