MCPcopy Create free account
hub / github.com/zxlie/FeHelper / wk

Function wk

apps/color-picker/content-script.js:287–296  ·  view source on GitHub ↗
(ev)

Source from the content-addressed store, hash-verified

285 }
286
287 function wk(ev) {
288 if (!isEnabled) return;
289 if (ev.keyCode == 27) {
290 dissableColorPickerFromHere();
291 } else if (ev.keyCode == 82 || ev.keyCode == 74) {//r or j refresh
292 ssf();
293 } else if (ev.keyCode == 13) {
294 picked();
295 }
296 }
297
298 function mmf(ev) {
299 if (!isEnabled) return;

Callers

nothing calls this directly

Calls 3

ssfFunction · 0.85
pickedFunction · 0.85

Tested by

no test coverage detected