projects
/
tv2developer
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f6967d
)
menuaccesskeys are lock to ctrl on mac
author
jkkn
<jkkn>
Fri, 2 Nov 2007 15:04:21 +0000
(15:04 +0000)
committer
jkkn
<jkkn>
Fri, 2 Nov 2007 15:04:21 +0000
(15:04 +0000)
content/options.js
patch
|
blob
|
history
diff --git
a/content/options.js
b/content/options.js
index 3240d936f82110cd016cbd1aa6c7dda62fda6f37..1db758f455aebd38e0fa76b00109f6b2d09599a3 100755
(executable)
--- 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', 1
8
);
+ this._keyBranch.setIntPref('menuAccessKey', 1
7
);
} else {
this._keyBranch.clearUserPref('menuAccessKey');
}