initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

1
lib/common/keymap.js Normal file
View File

@@ -0,0 +1 @@
"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)}};