MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / bindKey

Function bindKey

ServerEditorWeb/ace/ace.js:10391–10393  ·  view source on GitHub ↗
(win, mac)

Source from the content-addressed store, hash-verified

10389var Range = require("../range").Range;
10390
10391function bindKey(win, mac) {
10392 return {win: win, mac: mac};
10393}
10394exports.commands = [{
10395 name: "showSettingsMenu",
10396 bindKey: bindKey("Ctrl-,", "Command-,"),

Callers 1

ace.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected