Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
known_keys = set()
20
21
def
warn(msg):
22
global warnings
23
warnings.append(
"%s: %s"
% (layout_file_name, msg))
24
25
def
key_list_str(keys):
26
return
", "
.join(sorted(list(keys)))
Callers
5
missing_some_of
Function · 0.70
missing_required
Function · 0.70
unexpected_keys
Function · 0.70
check_layout
Function · 0.70
check_layout.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected