JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.3
[ckeditor.git] / _source / plugins / keystrokes / plugin.js
index 5c969d6..d0dc82e 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -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