Changeset 171
- Timestamp:
- 03/01/07 13:46:28 (6 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 edited
-
_whatsnew.html (modified) (1 diff)
-
fckconfig.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_whatsnew.html
r170 r171 82 82 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/139">#139</a>] The CTRL+F 83 83 and CTRL+S keystroke default behaviors are now preserved.</li> 84 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/138">#138</a>] We are 85 not providing a CTRL + ALT combination in the default configuration file because 86 it may be incompatible with some keyboard layouts. So, the CTRL + ALT + S combination 87 has been changed to CTRL + SHIFT + S.</li> 84 88 </ul> 85 89 <h3> -
FCKeditor/trunk/fckconfig.js
r169 r171 131 131 [ CTRL + 73 /*I*/, 'Italic' ], 132 132 [ CTRL + 85 /*U*/, 'Underline' ], 133 [ CTRL + ALT + 83 /*S*/, 'Save' ],133 [ CTRL + SHIFT + 83 /*S*/, 'Save' ], 134 134 [ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ], 135 135 [ CTRL + 9 /*TAB*/, 'Source' ]
Note: See TracChangeset
for help on using the changeset viewer.
