<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="distribution" content="global" />
<meta name="robots" content="follow, all" />
<meta name="language" content="en, sv" />

<title>Deutsches Entwickler Tastaturlayout für Mac unter Windows XP (Bootcamp) | Volz Innovation</title>
<meta name="generator" content="WordPress 2.7" />
<!-- leave this for stats please -->

<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://178.63.26.71/de/xmlrpc.php?rsd" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://178.63.26.71/de/wp-includes/wlwmanifest.xml" /> 
<meta name="generator" content="WordPress 2.7" />


<!-- all in one seo pack 1.4.7 [418,517] -->
<meta name="description" content="http://www.volzinnovation.de/de/?p=272" />
<!-- /all in one seo pack -->


	<!-- Added by EventCalendar plugin. Version 3.1.4 -->
	<script type='text/javascript' src='http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/xmlhttprequest.js'></script>
	<script type='text/javascript' src='http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/ec3.js'></script>
	<script type='text/javascript'><!--
	ec3.start_of_week=1;
	ec3.month_of_year=new Array('January','February','March','April','May','June','July','August','September','October','November','December');
	ec3.month_abbrev=new Array('Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec');
	ec3.myfiles='http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53';
	ec3.home='http://www.volzinnovation.de';
	ec3.hide_logo=1;
	ec3.viewpostsfor="View posts for %1$s %2$s";
	// --></script>


<style type='text/css' media='screen'>
@import url(http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/ec3.css);
.ec3_ec {
 background-image:url(http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/ec.png) !IMPORTANT;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/ec.png');
}

#ec3_shadow0 {
 background-image:url(http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/shadow0.png) !IMPORTANT;
 background-image:none;
}
#ec3_shadow0 div {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/shadow0.png',sizingMethod='scale');
}
#ec3_shadow1 {
 background-image:url(http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/shadow1.png) !IMPORTANT;
 background-image:none;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/shadow1.png',sizingMethod='crop');
}
#ec3_shadow2 {
 background-image:url(http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/shadow2.png) !IMPORTANT;
 background-image:none;
}
#ec3_shadow2 div {
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://178.63.26.71/de/wp-content/plugins/event-calendar-3-for-php-53/shadow2.png',sizingMethod='scale');
}

</style>


<link rel="Shortcut Icon" href="http://www.volzinnovation.de/wp-content/themes/RaphaelVolz/images/favicon.ico" type="image/x-icon" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://feeds2.feedburner.com/RaphaelVolzInnovationDE" />
<link rel="alternate" type="text/xml" title="RSS .92" href="http://feeds2.feedburner.com/RaphaelVolzInnovationDE" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="http://feeds2.feedburner.com/RaphaelVolzInnovationDE>" />
<link rel="pingback" href="http://178.63.26.71/de/xmlrpc.php" />
	<link rel='archives' title='November 2011' href='http://www.volzinnovation.de/2011/11/' />
	<link rel='archives' title='August 2011' href='http://www.volzinnovation.de/2011/08/' />
	<link rel='archives' title='March 2011' href='http://www.volzinnovation.de/2011/03/' />
	<link rel='archives' title='January 2011' href='http://www.volzinnovation.de/2011/01/' />
	<link rel='archives' title='October 2009' href='http://www.volzinnovation.de/2009/10/' />
	<link rel='archives' title='September 2009' href='http://www.volzinnovation.de/2009/09/' />
	<link rel='archives' title='July 2009' href='http://www.volzinnovation.de/2009/07/' />
	<link rel='archives' title='May 2009' href='http://www.volzinnovation.de/2009/05/' />
	<link rel='archives' title='March 2009' href='http://www.volzinnovation.de/2009/03/' />
	<link rel='archives' title='February 2009' href='http://www.volzinnovation.de/2009/02/' />


<script type="text/javascript"><!--//--><![CDATA[//><!--
sfHover = function() {
	if (!document.getElementsByTagName) return false;
	var sfEls = document.getElementById("nav").getElementsByTagName("li");

	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//--><!]]></script>
<style type="text/css" media="screen"><!-- @import url( http://178.63.26.71/de/wp-content/themes/RaphaelVolz/style.css ); --></style>




</head>

<body>

<div id="wrap">

<div id="header">

	<div id="headerleft">
<br/>
		<a href="http://www.volzinnovation.de/"><img src="http://178.63.26.71/de/wp-content/themes/RaphaelVolz/images/logo.png" alt="Volz Innovation" /></a>
	</div>
	
	<div id="headerright">
<p><br/><br/><br/></p>
              <a href="http://www.volzinnovation.de">Deutsch</a><br/>
              <a href="http://www.volzinnovation.com">English</a>
	</div>

</div>

<div id="navbar">

	<div id="navbarleft">
		<ul id="nav">
			<li><a href="http://www.volzinnovation.de">Home</a></li>
			<li class="page_item page-item-22"><a href="http://www.volzinnovation.de/profil/" title="Profil">Profil</a>
<ul>
	<li class="page_item page-item-26"><a href="http://www.volzinnovation.de/profil/unternehmen/" title="Unternehmen">Unternehmen</a></li>
	<li class="page_item page-item-30"><a href="http://www.volzinnovation.de/profil/management/" title="Management">Management</a></li>
	<li class="page_item page-item-32"><a href="http://www.volzinnovation.de/profil/standorte/" title="Standorte">Standorte</a></li>
	<li class="page_item page-item-47"><a href="http://www.volzinnovation.de/profil/karriere/" title="Karriere">Karriere</a></li>
	<li class="page_item page-item-136"><a href="http://www.volzinnovation.de/profil/netzwerk/" title="Netzwerk">Netzwerk</a></li>
</ul>
</li>
<li class="page_item page-item-17"><a href="http://www.volzinnovation.de/dienstleistungen/" title="Dienstleistungen">Dienstleistungen</a>
<ul>
	<li class="page_item page-item-36"><a href="http://www.volzinnovation.de/dienstleistungen/analyse/" title="Analyse">Analyse</a></li>
	<li class="page_item page-item-38"><a href="http://www.volzinnovation.de/dienstleistungen/entwicklung/" title="Entwicklung">Entwicklung</a></li>
	<li class="page_item page-item-42"><a href="http://www.volzinnovation.de/dienstleistungen/inkubation/" title="Inkubation">Inkubation</a></li>
</ul>
</li>
<li class="page_item page-item-53"><a href="http://www.volzinnovation.de/news/" title="News">News</a></li>
		</ul>
	</div>
	
	<div id="navbarright">
		<form id="searchform" method="get" action="/index.php">
		<input type="text" value="Sie suchen nach..." name="s" id="searchbox" onfocus="if (this.value == 'Sie suchen nach...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Sie suchen nach...';}" /><input type="image" style="vertical-align:top;" src="http://178.63.26.71/de/wp-content/themes/RaphaelVolz/images/search.gif" alt="Search" /></form>
	</div>
	
</div>

<div style="clear:both;"></div>
<div id="content">

	<div id="contentleft">
	
		<div class="postarea">
	
		<div class="breadcrumb">
	Browsen > 
<!-- Breadcrumb, generated by 'Breadcrumb Nav XT' - http://mtekk.weblogs.us/code -->
<a href="http://www.volzinnovation.de" title="Browse to: Home">Home</a> / <a href="http://www.volzinnovation.de/category/softwareentwicklung/" title="View all posts in Software-Entwicklung" rel="category tag">Software-Entwicklung</a> / Deutsches Entwickler Tastaturlayout für Mac unter Windows XP (Bootcamp)
	
</div>			
						<h1>Deutsches Entwickler Tastaturlayout für Mac unter Windows XP (Bootcamp)</h1>
			
			<div class="date">
				<p>October 22, 2009 by <a href="http://www.volzinnovation.de/author/admin/" title="Posts by admin">admin</a>&nbsp;</p>
			</div>
		
			<p>Wer auf dem Mac unter Windows entwickeln will oder muss (beispielsweise funktioniert die J2ME Entwicklung nur auf Windows), der benötigt oftmals Sonderzeichen wie Klammern ( {[ ) und andere Elemente von Programmiersprachen wie Java.</p>
<p>Der Sprachtreiber für die Deutsche Apple Tastatur möchte installiert werden und die Tasten sind dann über die Simulation von AltGR (Ctrl + Alt gleichzeitig drücken) verfügbar. </p>
<p>Wer noch effizienter arbeiten möchte, der kann unser modifiziertes Sprachlayout wählen, welches sich gleich zur Apple Tastatur verhält, aber zusätzlich durch einfaches Drücken der Taste Ctrl häufig benötigte Kombinationen wie Klammer auf und zu, logisches Oder und logisches Und definiert).</p>
<p><img src="http://78.46.135.11/keyboard/RaphaelCtrl.jpg" width="500" alt="Layout mit Ctrl Taste gedrückt" title="Layout mit Ctrl Taste gedrückt" class="alignnone size-full"/></p>
<p><br/></p>
<p><img src="http://78.46.135.11/keyboard/RaphaelAltGr.jpg" width="500" alt="Layout mit AltGr Taste gedrückt" title="Layout mit AltGr Taste gedrückt" class="alignnone size-full"/></p>
<p><a href="http://78.46.135.11/keyboard/dev-layout.zip">Download des Installers für Windows</a></p>
<p><a href="http://78.46.135.11/keyboard/dev-layout.klc">Download des Keyboard Files, für eigene Erweiterungen und Installationen</a></p>
<div style="clear:both;"></div>
			

<!-- ADDTHIS BUTTON BEGIN -->
<script type="text/javascript">
addthis_pub             = 'raphaelvolz'; 
addthis_logo            = 'http://www.volzinnovation.de/wp-content/themes/RaphaelVolz/images/logo.png';
addthis_options         = 'favorites, email, digg, delicious, myspace, facebook, google, live, more';
</script>
<a href="http://www.addthis.com/bookmark.php" onmouseover="return addthis_open(this, '', '[URL]', '[TITLE]')" onmouseout="addthis_close()" onclick="return addthis_sendto()"><img src="http://s7.addthis.com/static/btn/lg-share-en.gif" width="125" height="16" border="0" alt="Share" /></a>
<script type="text/javascript" src="http://s7.addthis.com/js/152/addthis_widget.js"></script>
<!-- ADDTHIS BUTTON END -->


<script src="http://feeds.feedburner.com/~s/RaphaelVolzInnovationConsultingGmbh?i=http://www.volzinnovation.de/deutsches-entwickler-tastaturlayout-fur-mac-unter-windows-xp-bootcamp/" type="text/javascript" charset="utf-8"></script>

			<div class="postmeta">
				<p>Filed Under <a href="http://www.volzinnovation.de/category/softwareentwicklung/" title="View all posts in Software-Entwicklung" rel="category tag">Software-Entwicklung</a>&nbsp;<br />Tagged: </p>
			</div>
		 			
			<!--
			<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
				xmlns:dc="http://purl.org/dc/elements/1.1/"
				xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
			<rdf:Description rdf:about="http://www.volzinnovation.de/deutsches-entwickler-tastaturlayout-fur-mac-unter-windows-xp-bootcamp/"
    dc:identifier="http://www.volzinnovation.de/deutsches-entwickler-tastaturlayout-fur-mac-unter-windows-xp-bootcamp/"
    dc:title="Deutsches Entwickler Tastaturlayout für Mac unter Windows XP (Bootcamp)"
    trackback:ping="http://www.volzinnovation.de/deutsches-entwickler-tastaturlayout-fur-mac-unter-windows-xp-bootcamp/trackback/" />
</rdf:RDF>			-->
					
						
		</div>
		
		
				
		<div class="comments">
		
			<h4>Kommentare</h4>
			
<!-- You can start editing here. -->

<div id="commentblock">

			<!-- If comments are open, but there are no comments. -->

	 


<p id="respond"><b>Wir freuen uns auf Ihren Kommentar:</p>


<form action="http://178.63.26.71/de/wp-comments-post.php" method="post" id="commentform">


<p><label for="name">Name (required)</label><br />
<input type="text" name="author" id="name" value="" size="50" tabindex="1" /></p>

<p><label for="email">Email Address (required)</label><br />
<input type="text" name="email" id="email" value="" size="50" tabindex="2" /></p>

<p><label for="url">Website</label><br />
<input type="text" name="url" id="url" value="" size="50" tabindex="3" /></p>


<!--<p><small><strong>XHTML:</strong> You can use these tags: &lt;a href=&quot;&quot; title=&quot;&quot;&gt; &lt;abbr title=&quot;&quot;&gt; &lt;acronym title=&quot;&quot;&gt; &lt;b&gt; &lt;blockquote cite=&quot;&quot;&gt; &lt;cite&gt; &lt;code&gt; &lt;del datetime=&quot;&quot;&gt; &lt;em&gt; &lt;i&gt; &lt;q cite=&quot;&quot;&gt; &lt;strike&gt; &lt;strong&gt; </small></p>-->

<p><label for="words">Ihre Meinung</label><br /><textarea name="comment" id="words" cols="40" rows="10" tabindex="4"></textarea></p>

<p><input name="submit" type="submit" id="submit" tabindex="5" value="Kommentar abschicken." />
<input type="hidden" name="comment_post_ID" value="272" /></p>


</form>



</div>				
		</div>
		
	</div>
	
<!-- begin sidebar -->

<div id="sidebar">

	

<form style="border:1px solid #ccc;padding:3px;text-align:center;" action="http://feedburner.google.com/fb/a/mailverify" method="post" target="popupwindow" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=RaphaelVolzInnovationDE', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true">

<h3>News per Mail</h3>

<p>Abonnieren sie unsere neuesten<br/> Nachrichten per E-Mail</p>
<p><input type="text" style="width:140px" name="email"/></p>
<input type="hidden" value="RaphaelVolzInnovationDE" name="uri"/>
<input type="hidden" value="Volz Innovation" name="title"/>
<input type="hidden" name="loc" value="de_DE"/><input type="submit" value="News abonnieren" />

<p></p>
</form>


<br/>
	
	
	<div class="posts">
	
		<ul id="sidebarwidgeted">
		
				<li id="recent-posts" class="widget widget_recent_entries">			<h2 class="widgettitle">Neueste Nachrichten</h2>
			<ul>
						<li><a href="http://www.volzinnovation.de/deutschland-stipendium-%e2%80%93-wir-sind-dabei/">Deutschland Stipendium – Wir sind dabei </a></li>
						<li><a href="http://www.volzinnovation.de/it-business/">IT &#038; Business </a></li>
						<li><a href="http://www.volzinnovation.de/cloud-computing-conference-2011/">Cloud Computing Conference 2011 </a></li>
						<li><a href="http://www.volzinnovation.de/mcafee-focus-security-conference/">McAfee Focus Security Conference </a></li>
						<li><a href="http://www.volzinnovation.de/information-and-networking-day/">Information and Networking Day </a></li>
						</ul>
		</li>
<li id="categories-1148608601" class="widget widget_categories"><h2 class="widgettitle">Kategorien</h2>
		<ul>
			<li class="cat-item cat-item-28"><a href="http://www.volzinnovation.de/category/mobileplattformen/android/" title="View all posts filed under Android">Android</a>
</li>
	<li class="cat-item cat-item-13"><a href="http://www.volzinnovation.de/category/betriebswirtschaftlichekompetenzen/" title="Betriebswirtschaftliche Kompetenzen sind unerlässlich für die erfolgreiche Entwicklung von Innovationen. Die Bewertung des Marktpotentials Ihrer Ideen ist ein wichtiges Element für die Entscheidung zur Entwicklung. Wer Produkte und Dienste entwickelt, muss ich auch mit dem Betrieb der Produkte und Dienste auseinandersetzen und den effizienten und kostengünstigen Betrieb bereits mitengineeren.">Betriebswirtschaftliche Kompetenzen</a>
</li>
	<li class="cat-item cat-item-43"><a href="http://www.volzinnovation.de/category/mobileplattformen/blackberry/" title="View all posts filed under Blackberry">Blackberry</a>
</li>
	<li class="cat-item cat-item-12"><a href="http://www.volzinnovation.de/category/cloudcomputing/" title="Cloud Computing ist ein neues Paradigma in der IT, welches Erlaubt Rechenleistung wie Strom aus der Steckdose zu beziehen und kostengünstig hochskalierbare Lösungen zu entwickeln. Wir nutzen Cloud Computing in fast allen Projekten mit Bezug zu Internet-Diensten und entwickeln Provider-unabhängige Lösungen auf Basis der freien Software Hadoop und Eucalyptus.">Cloud Computing</a>
</li>
	<li class="cat-item cat-item-44"><a href="http://www.volzinnovation.de/category/datenschutz/" title="View all posts filed under Datenschutz">Datenschutz</a>
</li>
	<li class="cat-item cat-item-4"><a href="http://www.volzinnovation.de/category/events/" title="using eventcalendar3">Events</a>
</li>
	<li class="cat-item cat-item-37"><a href="http://www.volzinnovation.de/category/betriebswirtschaftlichekompetenzen/geschaftsplanung/" title="View all posts filed under Geschäftsplanung">Geschäftsplanung</a>
</li>
	<li class="cat-item cat-item-42"><a href="http://www.volzinnovation.de/category/mobileplattformen/iphone/" title="View all posts filed under iPhone">iPhone</a>
</li>
	<li class="cat-item cat-item-27"><a href="http://www.volzinnovation.de/category/mobileplattformen/j2me/" title="View all posts filed under J2ME">J2ME</a>
</li>
	<li class="cat-item cat-item-29"><a href="http://www.volzinnovation.de/category/mobileplattformen/locationbasedservices/" title="View all posts filed under Location-based services">Location-based services</a>
</li>
	<li class="cat-item cat-item-10"><a href="http://www.volzinnovation.de/category/mobileplattformen/" title="Mobile Plattformen werden immer wichtiger und sind eine beliebte Basis für die Umsetzung neuer Produktideen und -dienstleistungen im Konsumerbereich und für Ortsbasierte Dienste. Wir haben Erfahrung in der Entwicklung von Lösungen für die wichtigsten Plattformen wie die weitverbreitete Java Mobile Edition, aber auch neue Plattformen wie Android. Besuchen Sie unsere Labs für die wichtigsten Errungenschaften.">Mobile Plattformen</a>
</li>
	<li class="cat-item cat-item-3"><a href="http://www.volzinnovation.de/category/news/" title="View all posts filed under News">News</a>
</li>
	<li class="cat-item cat-item-6"><a href="http://www.volzinnovation.de/category/softwareentwicklung/" title="Wir entwickeln neue Produkte und Technologien bevorzugt mit Java, Groovy und dem Framework Grails. Unsere ausgezeichnete Kenntnis dieser Sprachen und der damit verbundenen Bibliotheken ist Grundlage für unsere hohe Geschwindigkeit bei der Prototypisierung neuer Ideen. Unsere Methodenkenntnis trägt dazu bei, dass unsere Lösungen sehr flexibel sind und damit neue Anforderungen schnell umgesetzt werden können. Wir nutzen erprobte Ingenieursmethodiken wie  Paar-Weises Programmieren, Test-getriebene Entwicklung und Continous Integration, um unsere Zeit für die Umsetzung zu maximieren und die Zeit zur Fehlersuche so klein wie möglich zu halten.">Software-Entwicklung</a>
</li>
	<li class="cat-item cat-item-1"><a href="http://www.volzinnovation.de/category/uncategorized/" title="View all posts filed under Uncategorized">Uncategorized</a>
</li>
		</ul>
</li>
		
		</ul>


	</div>
		
	
	
</div>

<!-- end sidebar -->
		
</div>

<!-- The main column ends  -->

<!-- begin footer -->

<div style="clear:both;"></div>

<div id="footer">
    <p>Copyright &copy; 2012    &middot; <a href="http://www.volzinnovation.de">
    Volz Innovation</a>
    
    &middot; <a href="http://www.volzinnovation.de/profil/standorte/">Loffenau</a> &middot;

    <a href="http://www.volzinnovation.de/profil/standorte/">Karlsruhe</a>

    &middot; <a href="http://www.volzinnovation.de/impressum/">Kontakt</a>

    &middot; <a href="http://www.volzinnovation.de/impressum/">Impressum</a>
    &middot; <a href="http://178.63.26.71/de/wp-login.php">Log in</a> </p>
</div>

<!-- Piwik plugin active -->				<!-- Piwik code inserted by Piwik Analytics Wordpress plugin by Jules Stuifbergen http://forwardslash.nl/piwik-analytics/ -->
				<script type="text/javascript">
									var pkBaseURL = document.location.protocol + "//" + "178.63.26.71" + "/piwik/";
								document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
				</script><script type="text/javascript">
				try {
				var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 7);
				piwikTracker.setDocumentTitle(document.title);
				piwikTracker.trackPageView();
							piwikTracker.enableLinkTracking();
							} catch( err ) {}
				</script>
				<!-- /Piwik -->
	
</div>
</div>
<script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-1753033-1");
    pageTracker._trackPageview();
</script>
</body>
</html>