MCPcopy
hub / github.com/retspen/webvirtcloud / bindKey

Function bindKey

static/js/ace.js:10369–10371  ·  view source on GitHub ↗
(win, mac)

Source from the content-addressed store, hash-verified

10367var Range = require("../range").Range;
10368
10369function bindKey(win, mac) {
10370 return {win: win, mac: mac};
10371}
10372exports.commands = [{
10373 name: "showSettingsMenu",
10374 bindKey: bindKey("Ctrl-,", "Command-,"),

Callers 1

ace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected