1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-19 14:45:46 +01:00

Allow <Tab> completion of ;hint modes

This commit is contained in:
Kris Maglione
2008-12-03 21:06:26 -05:00
parent f3d9a3f0d9
commit 287dfb424e
5 changed files with 57 additions and 32 deletions

View File

@@ -152,6 +152,11 @@ const modes = (function () //{{{
mainModes.push(this[name]);
},
getMode: function (name)
{
return modeMap[name];
},
// show the current mode string in the command line
show: function ()
{