MCPcopy Create free account
hub / github.com/Julow/Unexpected-Keyboard / warn

Function warn

check_layout.py:21–23  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

19known_keys = set()
20
21def warn(msg):
22 global warnings
23 warnings.append("%s: %s" % (layout_file_name, msg))
24
25def key_list_str(keys):
26 return ", ".join(sorted(list(keys)))

Callers 5

missing_some_ofFunction · 0.70
missing_requiredFunction · 0.70
unexpected_keysFunction · 0.70
check_layoutFunction · 0.70
check_layout.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected