Files
JiboSDK/lib/common/keymap.js
2026-03-22 03:21:45 +02:00

1 line
280 B
JavaScript

"use strict";var e=function(e){return e&&e.__esModule?e["default"]:e},n=e(require("underscore-plus"));module.exports={getHumanizedCommandKeystroke:function(e){var r=n.find(atom.keymaps.getKeyBindings(),function(n){return n.command===e});return n.humanizeKeystroke(r.keystrokes)}};