1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 17:14:12 +01:00

Add initial rough version of player.html help file.

This commit is contained in:
Doug Kearns
2009-03-20 00:44:08 +11:00
parent a4d178ea18
commit 122657730a
3 changed files with 7 additions and 4 deletions

View File

@@ -4,3 +4,4 @@ Priority list:
BUGS:
FEATURES:
9 Xulmus logo

View File

@@ -117,7 +117,7 @@ const config = { //{{{
//TODO : Write intro.html and tutorial.html
// they are sorted by relevance, not alphabetically
//helpFiles: [ "intro.html" ],
helpFiles: [ "player.html" ],
/* "intro.html", "tutorial.html", "starting.html", "browsing.html",
"buffer.html", "cmdline.html", "insert.html", "options.html",
"pattern.html", "tabs.html", "hints.html", "map.html", "eval.html",
@@ -134,6 +134,8 @@ const config = { //{{{
init: function ()
{
options["helpfile"] = "player.html";
//Adding a mode for Player
//modes.addMode("PLAYER"); // Player mode for songbird

File diff suppressed because one or more lines are too long