From: Gabriel Wicke Date: Wed, 9 Jun 2004 19:09:24 +0000 (+0000) Subject: control on the mac X-Git-Tag: 1.5.0alpha1~2957 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=54dd3172009429dce74afbefbb88091028d61b4b;p=lhc%2Fweb%2Fwiklou.git control on the mac --- 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);