Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Julow/Unexpected-Keyboard
/ makeStringKey
Method
makeStringKey
srcs/juloo.keyboard2/KeyValue.java:425–428 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
423
}
424
425
public
static
KeyValue makeStringKey(String str)
426
{
427
return
makeStringKey(str, 0);
428
}
429
430
public
static
KeyValue makeCharKey(char c)
431
{
Callers
15
modify
Method · 0.95
apply_dead_char
Method · 0.95
apply_combining_char
Method · 0.95
apply_shift
Method · 0.95
getKeyByName
Method · 0.95
getSpecialKeyByName
Method · 0.95
parse
Method · 0.95
key_by_name_or_str
Method · 0.95
parse_string_keydef
Method · 0.95
parse
Method · 0.95
equals
Method · 0.95
parse_key_value
Method · 0.95
Calls
1
length
Method · 0.80
Tested by
10
equals
Method · 0.76
parse_key_value
Method · 0.76
parse_macro
Method · 0.76
parse_non_macro
Method · 0.76
parse_string_key
Method · 0.76
parse_key_event
Method · 0.76
parse_old_syntax
Method · 0.76
composeEquals
Method · 0.76
fnEquals
Method · 0.76
stringKeys
Method · 0.76