mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-16 22:23:32 +01:00
Add Player mode :pmap commands.
This commit is contained in:
@@ -257,8 +257,11 @@ function Mappings() //{{{
|
|||||||
addMapCommands("", [modes.NORMAL], "");
|
addMapCommands("", [modes.NORMAL], "");
|
||||||
addMapCommands("c", [modes.COMMAND_LINE], "command line");
|
addMapCommands("c", [modes.COMMAND_LINE], "command line");
|
||||||
addMapCommands("i", [modes.INSERT, modes.TEXTAREA], "insert");
|
addMapCommands("i", [modes.INSERT, modes.TEXTAREA], "insert");
|
||||||
|
// FIXME
|
||||||
if (liberator.has("mail"))
|
if (liberator.has("mail"))
|
||||||
addMapCommands("m", [modes.MESSAGE], "message");
|
addMapCommands("m", [modes.MESSAGE], "message");
|
||||||
|
if (liberator.has("player"))
|
||||||
|
addMapCommands("p", [modes.PLAYER], "player");
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////}}}
|
/////////////////////////////////////////////////////////////////////////////}}}
|
||||||
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
////////////////////// PUBLIC SECTION //////////////////////////////////////////
|
||||||
|
|||||||
Reference in New Issue
Block a user