MCPcopy
hub / github.com/PaulTaykalo/objc-dependency-visualizer / bindKey

Function bindKey

Scripts/ace/ace.js:10464–10466  ·  view source on GitHub ↗
(win, mac)

Source from the content-addressed store, hash-verified

10462var Range = require("../range").Range;
10463
10464function bindKey(win, mac) {
10465 return {win: win, mac: mac};
10466}
10467exports.commands = [{
10468 name: "showSettingsMenu",
10469 bindKey: bindKey("Ctrl-,", "Command-,"),

Callers 1

ace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected