<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=FCKeditor_2.x%2FDevelopers_Guide%2FConfiguration%2FConfiguration_Options%2FKeystrokes</id>
		<title>FCKeditor 2.x/Developers Guide/Configuration/Configuration Options/Keystrokes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://docs-old.ckeditor.com/index.php?action=history&amp;feed=atom&amp;title=FCKeditor_2.x%2FDevelopers_Guide%2FConfiguration%2FConfiguration_Options%2FKeystrokes"/>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Keystrokes&amp;action=history"/>
		<updated>2026-05-17T13:39:15Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.29.1</generator>

	<entry>
		<id>https://docs-old.ckeditor.com/index.php?title=FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Keystrokes&amp;diff=1513&amp;oldid=prev</id>
		<title>W.olchawa: New page: == Keystrokes ==  Keystrokes option determines what Keyboard Keystrokes will be use by the editor. First five keystrokes: &lt;pre&gt;[ CTRL + 65 /*A*/, true ], [ CTRL + 67 /*C*/, true ], [ CTRL ...</title>
		<link rel="alternate" type="text/html" href="https://docs-old.ckeditor.com/index.php?title=FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options/Keystrokes&amp;diff=1513&amp;oldid=prev"/>
				<updated>2008-01-11T15:04:17Z</updated>
		
		<summary type="html">&lt;p&gt;New page: == Keystrokes ==  Keystrokes option determines what Keyboard Keystrokes will be use by the editor. First five keystrokes: &amp;lt;pre&amp;gt;[ CTRL + 65 ‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;A: &lt;/span&gt;, true ], [ CTRL + 67 ‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;C: &lt;/span&gt;, true ], [ CTRL ...&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Keystrokes ==&lt;br /&gt;
&lt;br /&gt;
Keystrokes option determines what Keyboard Keystrokes will be use by the editor. First five keystrokes:&lt;br /&gt;
&amp;lt;pre&amp;gt;[ CTRL + 65 /*A*/, true ],&lt;br /&gt;
[ CTRL + 67 /*C*/, true ],&lt;br /&gt;
[ CTRL + 70 /*F*/, true ],&lt;br /&gt;
[ CTRL + 83 /*S*/, true ],&lt;br /&gt;
[ CTRL + 88 /*X*/, true ],&lt;br /&gt;
&amp;lt;/pre&amp;gt; &lt;br /&gt;
are browser keystrokes independent from FCKeditor functions and it is recommended not to change them. The other keystrokse are dedicated to FCKeditor functions. You may change or delete them. &lt;br /&gt;
&lt;br /&gt;
Full Code:&lt;br /&gt;
&amp;lt;pre&amp;gt;FCKConfig.Keystrokes = [&lt;br /&gt;
[ CTRL + 65 /*A*/, true ],&lt;br /&gt;
[ CTRL + 67 /*C*/, true ],&lt;br /&gt;
[ CTRL + 70 /*F*/, true ],&lt;br /&gt;
[ CTRL + 83 /*S*/, true ],&lt;br /&gt;
[ CTRL + 88 /*X*/, true ],&lt;br /&gt;
[ CTRL + 86 /*V*/, 'Paste' ],&lt;br /&gt;
[ SHIFT + 45 /*INS*/, 'Paste' ],&lt;br /&gt;
[ CTRL + 88 /*X*/, 'Cut' ],&lt;br /&gt;
[ SHIFT + 46 /*DEL*/, 'Cut' ],&lt;br /&gt;
[ CTRL + 90 /*Z*/, 'Undo' ],&lt;br /&gt;
[ CTRL + 89 /*Y*/, 'Redo' ],&lt;br /&gt;
[ CTRL + SHIFT + 90 /*Z*/, 'Redo' ],&lt;br /&gt;
[ CTRL + 76 /*L*/, 'Link' ],&lt;br /&gt;
[ CTRL + 66 /*B*/, 'Bold' ],&lt;br /&gt;
[ CTRL + 73 /*I*/, 'Italic' ],&lt;br /&gt;
[ CTRL + 85 /*U*/, 'Underline' ],&lt;br /&gt;
[ CTRL + SHIFT + 83 /*S*/, 'Save' ],&lt;br /&gt;
[ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ],&lt;br /&gt;
[ CTRL + 9 /*TAB*/, 'Source' ]&lt;br /&gt;
]&amp;amp;nbsp;;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>W.olchawa</name></author>	</entry>

	</feed>