(win, mac)
| 15293 | var Range = acequire("../range").Range; |
| 15294 | |
| 15295 | function bindKey(win, mac) { |
| 15296 | return {win: win, mac: mac}; |
| 15297 | } |
| 15298 | exports.commands = [{ |
| 15299 | name: "showSettingsMenu", |
| 15300 | bindKey: bindKey("Ctrl-,", "Command-,"), |
no outgoing calls
no test coverage detected
searching dependent graphs…