mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-04 12:00:16 +00:00
obsolete comment
This commit is contained in:
parent
5918ecf9a0
commit
09cec4cfac
@ -357,7 +357,6 @@ def create_default_symbols():
|
|||||||
mappings = re.findall(r'(\d+) = (.+)\n', xmodmap)
|
mappings = re.findall(r'(\d+) = (.+)\n', xmodmap)
|
||||||
defaults = Mapping()
|
defaults = Mapping()
|
||||||
for keycode, characters in mappings:
|
for keycode, characters in mappings:
|
||||||
# TODO support an array of values in mapping and test it
|
|
||||||
defaults.change(None, int(keycode), characters.split())
|
defaults.change(None, int(keycode), characters.split())
|
||||||
|
|
||||||
contents = generate_symbols(DEFAULT_SYMBOLS_NAME, None, defaults)
|
contents = generate_symbols(DEFAULT_SYMBOLS_NAME, None, defaults)
|
||||||
|
Loading…
Reference in New Issue
Block a user