From 76b4baf0b10a81a221487a4125bfadf1817d7a38 Mon Sep 17 00:00:00 2001 From: jkkn Date: Fri, 2 Nov 2007 03:00:43 +0000 Subject: [PATCH] changed to alt --- content/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.52.0