Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10367
var
Range = require(
"../range"
).Range;
10368
10369
function
bindKey(win, mac) {
10370
return
{win: win, mac: mac};
10371
}
10372
exports.commands = [{
10373
name:
"showSettingsMenu"
,
10374
bindKey: bindKey(
"Ctrl-,"
,
"Command-,"
),
Callers
1
ace.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected