Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
10462
var
Range = require(
"../range"
).Range;
10463
10464
function
bindKey(win, mac) {
10465
return
{win: win, mac: mac};
10466
}
10467
exports.commands = [{
10468
name:
"showSettingsMenu"
,
10469
bindKey: bindKey(
"Ctrl-,"
,
"Command-,"
),
Callers
1
ace.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected