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

Method apply

test/juloo.keyboard2/ModmapTest.java:34–37  ·  view source on GitHub ↗
(Modmap mm, String a, KeyValue.Modifier mod, String expected)

Source from the content-addressed store, hash-verified

32 static class Utils
33 {
34 static void apply(Modmap mm, String a, KeyValue.Modifier mod, String expected)
35 {
36 apply(mm, a, mod, KeyValue.getKeyByName(expected));
37 }
38
39 static void apply(Modmap mm, String a, KeyValue.Modifier mod, KeyValue expected)
40 {

Callers 2

testMethod · 0.95
keyevent_mappingsMethod · 0.95

Calls 3

getKeyByNameMethod · 0.95
set_modmapMethod · 0.95
modifyMethod · 0.95

Tested by

no test coverage detected