diff options
author | Kris Maglione <maglione.k@gmail.com> | 2009-03-30 01:14:46 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2009-03-30 01:14:46 -0400 |
commit | a8f41faf4ed7b529f626e4e03689af50d8c8fa90 (patch) | |
tree | 078fc475730185cf98066876e4ba61ea834a8cff /common/content/mappings.js | |
parent | cf5784498635d5b8fbcd867c3db5afbcf1e8e5fc (diff) | |
parent | 1ae692bd777f6e1fde9e93f17e0b053a946453b3 (diff) | |
download | pentadactyl-a8f41faf4ed7b529f626e4e03689af50d8c8fa90.tar.gz |
Merge.
Diffstat (limited to 'common/content/mappings.js')
-rw-r--r-- | common/content/mappings.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/common/content/mappings.js b/common/content/mappings.js index 0f222d64..c72f40c5 100644 --- a/common/content/mappings.js +++ b/common/content/mappings.js @@ -11,7 +11,7 @@ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. -Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@gmx.net> +Copyright (c) 2006-2009 by Martin Stubenschrott <stubenschrott@vimperator.org> Alternatively, the contents of this file may be used under the terms of either the GNU General Public License Version 2 or later (the "GPL"), or @@ -257,8 +257,11 @@ function Mappings() //{{{ addMapCommands("", [modes.NORMAL], ""); addMapCommands("c", [modes.COMMAND_LINE], "command line"); addMapCommands("i", [modes.INSERT, modes.TEXTAREA], "insert"); + // FIXME if (liberator.has("mail")) addMapCommands("m", [modes.MESSAGE], "message"); + if (liberator.has("player")) + addMapCommands("p", [modes.PLAYER], "player"); /////////////////////////////////////////////////////////////////////////////}}} ////////////////////// PUBLIC SECTION ////////////////////////////////////////// |