MCPcopy
hub / github.com/latentflip/loupe / bindKey

Function bindKey

loupe.bundle.js:15295–15297  ·  view source on GitHub ↗
(win, mac)

Source from the content-addressed store, hash-verified

15293var Range = acequire("../range").Range;
15294
15295function bindKey(win, mac) {
15296 return {win: win, mac: mac};
15297}
15298exports.commands = [{
15299 name: "showSettingsMenu",
15300 bindKey: bindKey("Ctrl-,", "Command-,"),

Callers 1

loupe.bundle.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…