obsolete comment

xkb
sezanzeb 4 years ago committed by sezanzeb
parent f2370e4b59
commit 899e624071

@ -357,7 +357,6 @@ def create_default_symbols():
mappings = re.findall(r'(\d+) = (.+)\n', xmodmap)
defaults = Mapping()
for keycode, characters in mappings:
# TODO support an array of values in mapping and test it
defaults.change(None, int(keycode), characters.split())
contents = generate_symbols(DEFAULT_SYMBOLS_NAME, None, defaults)

Loading…
Cancel
Save