1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 15:44:11 +01:00

Move liberator.input to Events.

This commit is contained in:
Doug Kearns
2009-05-20 22:28:45 +10:00
parent d248f92500
commit 3df0e174ac
2 changed files with 11 additions and 14 deletions

View File

@@ -618,14 +618,6 @@ const liberator = (function () //{{{
// then selectedProfile returns last selected profile! (not current one!)
profileName: services.get("directory").get("ProfD", Ci.nsIFile).leafName.replace(/^.+?\./, ""),
// TODO: move to events.js?
input: {
buffer: "", // partial command storage
pendingMotionMap: null, // e.g. "d{motion}" if we wait for a motion of the "d" command
pendingArgMap: null, // pending map storage for commands like m{a-z}
count: -1 // parsed count from the input buffer
},
// @param type can be:
// "submit": when the user pressed enter in the command line
// "change"