<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dwcourse.com &#187; keyboard shortcuts</title>
	<atom:link href="http://www.dwcourse.com/dreamweaver/tag/keyboard-shortcuts/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dwcourse.com</link>
	<description>Adobe Dreamweaver Tips, Tricks and Tutorials</description>
	<lastBuildDate>Fri, 23 Jul 2010 09:26:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Keyboard Shortcut: Design View to Code View round trip</title>
		<link>http://www.dwcourse.com/dreamweaver/shortcut-code-view.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/shortcut-code-view.php#comments</comments>
		<pubDate>Mon, 27 Apr 2009 19:00:14 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=123</guid>
		<description><![CDATA[Design to Code View and Back: Control+~(tilde) will alternate your work space between Design and Code Views. This is one of those rare shortcuts that uses the same keys for both PC and Mac!]]></description>
			<content:encoded><![CDATA[<p></p><p><strong>Design to Code View and Back:</strong> Control+~(tilde) will alternate your work space between Design and Code Views. This is one of those rare shortcuts that uses the same keys for both PC and Mac!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/shortcut-code-view.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keyboard Shortcut: Apply heading or paragraph tags</title>
		<link>http://www.dwcourse.com/dreamweaver/shortcut-apply-heading-tags.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/shortcut-apply-heading-tags.php#comments</comments>
		<pubDate>Fri, 24 Apr 2009 19:00:12 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=121</guid>
		<description><![CDATA[Thanks to @Ivanico on Twitter for pointing out today&#8217;s ToTD. With the cursor in a text block, you can type Control+[1-6]/Command+[1-6] to apply a heading (h1-6) tag to the block. And, with the cursor in a heading, you can type Control+0 (zero)/Command+0 to change the heading to a paragraph.]]></description>
			<content:encoded><![CDATA[<p></p><p>Thanks to <span class="status-body"><span class="entry-content">@<a href="http://twitter.com/Ivanico" target="_blank">Ivanico</a> on Twitter for pointing out today&#8217;s ToTD. With the cursor in a text block, you can type Control+[1-6]/Command+[1-6] to apply a heading (h1-6) tag to the block. And, with the cursor in a heading, you can type Control+0 (zero)/Command+0 to change the heading to a paragraph.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/shortcut-apply-heading-tags.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut: Navigating tabbed documents</title>
		<link>http://www.dwcourse.com/dreamweaver/shortcut-navigating-tabbed-documents.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/shortcut-navigating-tabbed-documents.php#comments</comments>
		<pubDate>Wed, 22 Apr 2009 19:00:06 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=113</guid>
		<description><![CDATA[Navigate tabbed documents in Dreamweaver: Next document (right) Control+Tab (PC)/Command+~ (Tilde) (Mac)  &#8211; Previous document (left) Control+Shift+Tab (PC)/Command+Shift+~ (Mac).]]></description>
			<content:encoded><![CDATA[<p></p><p>Navigate tabbed documents in Dreamweaver: Next document (right) Control+Tab (PC)/Command+~ (Tilde) (Mac)  &#8211; Previous document (left) Control+Shift+Tab (PC)/Command+Shift+~ (Mac).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/shortcut-navigating-tabbed-documents.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shortcut: Add HTML tag around selected text</title>
		<link>http://www.dwcourse.com/dreamweaver/add-tag-shortcut.php</link>
		<comments>http://www.dwcourse.com/dreamweaver/add-tag-shortcut.php#comments</comments>
		<pubDate>Tue, 31 Mar 2009 16:43:50 +0000</pubDate>
		<dc:creator>jcook</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>
		<category><![CDATA[keyboard shortcuts]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://dwcourse.com/?p=27</guid>
		<description><![CDATA[I just picked up this Dreamweaver tip from @tomwittlin on Twitter: To any tag around a bit of text or code simply make a selection and type Ctrl+T (Cmd+T Mac). Double-click on the tag you want to wrap around the selection and type Enter. It also works with not text selected if you want to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just picked up this Dreamweaver tip from <a href="http://twitter.com/tomwittlin" target="_blank">@tomwittlin</a> on Twitter:</p>
<p>To any tag around a bit of text or code simply make a selection and type Ctrl+T (Cmd+T Mac). Double-click on the tag you want to wrap around the selection and type Enter.</p>
<p>It also works with not text selected if you want to add a break, hairline rule, etc. at teh selection point.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dwcourse.com/dreamweaver/add-tag-shortcut.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
