From: jkkn Date: Fri, 2 Nov 2007 03:00:43 +0000 (+0000) Subject: changed to alt X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=76b4baf0b10a81a221487a4125bfadf1817d7a38;p=tv2developer changed to alt --- diff --git a/content/options.js b/content/options.js index 1543dea..ce1923b 100755 --- a/content/options.js +++ b/content/options.js @@ -25,7 +25,7 @@ var TV2Options = { if (this._hackEnabled) { var keys_hack = document.getElementById('mac-accesskeys').checked; if (keys_hack) { - this._keyBranch.setIntPref('menuAccessKey', 17); + this._keyBranch.setIntPref('menuAccessKey', 18); } else { this._keyBranch.clearUserPref('menuAccessKey'); }