Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
10389
var
Range = require(
"../range"
).Range;
10390
10391
function
bindKey(win, mac) {
10392
return
{win: win, mac: mac};
10393
}
10394
exports.commands = [{
10395
name:
"showSettingsMenu"
,
10396
bindKey: bindKey(
"Ctrl-,"
,
"Command-,"
),
Callers
1
ace.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected