"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.setGlobalActions = void 0;
const goto_1 = require("../goto");
function setGlobalActions() {
window.gotoKey = goto_1.gotoKey;
}
exports.setGlobalActions = setGlobalActions;