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

fixed hints

This commit is contained in:
Martin Stubenschrott
2007-04-28 15:39:28 +00:00
parent 4019129519
commit cdcf828bb9
5 changed files with 12 additions and 13 deletions

View File

@@ -127,6 +127,7 @@ var g_settings = [/*{{{*/
["hintchars", "hc"],
["hintchars", "hc"],
"String of single characters which can be used to follow hints",
null,
"charlist",
null,
function(value) { set_pref("hintchars", value); },