File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ CKEditor 4 Changelog
16
16
* [ #9845 ] ( http://dev.ckeditor.com/ticket/9845 ) : Fixed TAB navigation in the Link dialog and the Anchors option is used and no anchors are available.
17
17
* [ #9883 ] ( http://dev.ckeditor.com/ticket/9883 ) : Maximizing was making the entire page editable with divarea based editors.
18
18
* [ #9940 ] ( http://dev.ckeditor.com/ticket/9940 ) : With Firefox, navigating back to a page with the editor was making the entire page editable.
19
+ * [ #9966 ] ( http://dev.ckeditor.com/ticket/9966 ) : Fixed: Unable to type square brackets with French keyboard layout. Changed magicline keystrokes.
19
20
20
21
## CKEditor 4.0.1
21
22
Original file line number Diff line number Diff line change 1693
1693
* // Changes keystroke to CTRL + ,
1694
1694
* CKEDITOR.config.magicline_keystrokePrevious = CKEDITOR.CTRL + 188;
1695
1695
*
1696
- * @cfg {Number} [magicline_keystrokePrevious=CKEDITOR.CTRL + CKEDITOR.ALT + 219 (CTRL + ALT + [)]
1696
+ * @cfg {Number} [magicline_keystrokePrevious=CKEDITOR.CTRL + CKEDITOR.SHIFT + 219 (CTRL + SHIFT + [)]
1697
1697
* @member CKEDITOR.config
1698
1698
*/
1699
- CKEDITOR . config . magicline_keystrokePrevious = CKEDITOR . CTRL + CKEDITOR . ALT + 219 ; // CTRL + ALT + [
1699
+ CKEDITOR . config . magicline_keystrokePrevious = CKEDITOR . CTRL + CKEDITOR . SHIFT + 219 ; // CTRL + SHIFT + [
1700
1700
1701
1701
/**
1702
1702
* Defines default keystroke that access the closest unreachable focus space **after**
@@ -1705,10 +1705,10 @@ CKEDITOR.config.magicline_keystrokePrevious = CKEDITOR.CTRL + CKEDITOR.ALT + 219
1705
1705
* // Changes keystroke to CTRL + .
1706
1706
* CKEDITOR.config.magicline_keystrokeNext = CKEDITOR.CTRL + 190;
1707
1707
*
1708
- * @cfg {Number} [magicline_keystrokeNext=CKEDITOR.CTRL + CKEDITOR.ALT + 221 (CTRL + ALT + ])]
1708
+ * @cfg {Number} [magicline_keystrokeNext=CKEDITOR.CTRL + CKEDITOR.SHIFT + 221 (CTRL + SHIFT + ])]
1709
1709
* @member CKEDITOR.config
1710
1710
*/
1711
- CKEDITOR . config . magicline_keystrokeNext = CKEDITOR . CTRL + CKEDITOR . ALT + 221 ; // CTRL + ALT + ]
1711
+ CKEDITOR . config . magicline_keystrokeNext = CKEDITOR . CTRL + CKEDITOR . SHIFT + 221 ; // CTRL + SHIFT + ]
1712
1712
1713
1713
/**
1714
1714
* Defines box color. The color may be adjusted to enhance readability.
You can’t perform that action at this time.
0 commit comments