Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Julow/Unexpected-Keyboard
/ withKeyevent
Method
withKeyevent
srcs/juloo.keyboard2/KeyValue.java:248–251 ·
view source on GitHub ↗
(int code)
Source
from the content-addressed store, hash-verified
246
}
247
248
public
KeyValue withKeyevent(
int
code)
249
{
250
return
new
KeyValue(getString(), Kind.Keyevent, code, getFlags());
251
}
252
253
public
KeyValue withFlags(
int
f)
254
{
Callers
2
turn_into_keyevent
Method · 0.80
keyevent_mappings
Method · 0.80
Calls
2
getString
Method · 0.95
getFlags
Method · 0.95
Tested by
1
keyevent_mappings
Method · 0.64