Files

1 line
280 B
JavaScript
Raw Permalink Normal View History

2026-03-22 03:21:45 +02:00
"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)}};