From 54dd3172009429dce74afbefbb88091028d61b4b Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Wed, 9 Jun 2004 19:09:24 +0000 Subject: [PATCH] control on the mac --- stylesheets/wikibits.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/wikibits.js b/stylesheets/wikibits.js index 3020603b9a..298c2a9d17 100644 --- a/stylesheets/wikibits.js +++ b/stylesheets/wikibits.js @@ -362,7 +362,7 @@ function insertTags(tagOpen, tagClose, sampleText) { function akeytt() { if(!ta) return; pref = 'alt-'; - if(is_safari || navigator.userAgent.toLowerCase().indexOf( 'mac' ) + 1 ) pref = 'cmd-'; + if(is_safari || navigator.userAgent.toLowerCase().indexOf( 'mac' ) + 1 ) pref = 'control-'; if(is_opera) pref = 'shift-esc-'; for(id in ta) { n = document.getElementById(id); -- 2.20.1