mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
This change adds the keyboard to the Gnome input sources after installing the .kmx file, and removes it on uninstall. This implements #2728.
5 lines
134 B
INI
5 lines
134 B
INI
[flake8]
|
|
max-line-length = 120
|
|
ignore =
|
|
E402, # module level import not at top of file
|
|
W504, # line break after binary operator
|