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

Support multi-character hint modes. Remove bloody fh=2. Closes issue #614.

This commit is contained in:
Kris Maglione
2011-07-30 06:48:22 -04:00
parent 9191f1866a
commit 992da465d7
5 changed files with 35 additions and 27 deletions

View File

@@ -199,6 +199,7 @@ var Option = Class("Option", {
set stringValue(value) this.value = this.parse(value),
get stringDefaultValue() this.stringify(this.defaultValue),
set stringDefaultValue(val) this.defaultValue = this.parse(val),
getKey: function getKey(key) undefined,