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

Method apply_fn_event

srcs/juloo.keyboard2/KeyModifier.java:279–286  ·  view source on GitHub ↗
(KeyValue.Event ev)

Source from the content-addressed store, hash-verified

277 }
278
279 private static String apply_fn_event(KeyValue.Event ev)
280 {
281 switch (ev)
282 {
283 case SWITCH_NUMERIC: return "switch_greekmath";
284 default: return null;
285 }
286 }
287
288 private static String apply_fn_placeholder(KeyValue.Placeholder p)
289 {

Callers 1

apply_fnMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected