JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.3
[ckeditor.git] / _source / plugins / keystrokes / plugin.js
index 5c969d6..b49a893 100644 (file)
@@ -210,7 +210,7 @@ CKEDITOR.config.keystrokes =
        [ CKEDITOR.CTRL + 73 /*I*/, 'italic' ],\r
        [ CKEDITOR.CTRL + 85 /*U*/, 'underline' ],\r
 \r
-       [ CKEDITOR.ALT + 109 /*-*/, 'toolbarCollapse' ],\r
+       [ CKEDITOR.ALT + ( CKEDITOR.env.ie || CKEDITOR.env.webkit ? 189 : 109 ) /*-*/, 'toolbarCollapse' ],\r
        [ CKEDITOR.ALT + 48 /*0*/, 'a11yHelp' ]\r
 ];\r
 \r