<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
BU PROGRAM
2005 İMAM-HATİP LİSESİ MEZUNU <a href="https://harunpehlivantebimtebitagem.carrd.co" target="_blank"> FOUNDER,CEO BLOGGER</a> HARUN PEHLİVAN TARAFINDAN GELİŞTİRİLDİ
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tbody>
<tr>
<td width="3%" class="edit_content_left_spacer"> </td>
<td width="94%" class="edit_content_main">
<div style="overflow: auto">
<h1>Arapça Osmanlıca Klavye</h1>
<script language="JavaScript">
// LUTFEN BU SATIRLARI SILMEYINIZ. (HARUN PEHLİVAN)
function yazdir(unicode) {
var myForm = document.conversion.saisie;
//ie internet explorer için (HARUN PEHLİVAN)
if (document.selection) {
myForm.focus();
sel = document.selection.createRange();
sel.text = String.fromCharCode(unicode);
document.conversion.focus();
}
//moz mozilla için (HARUN PEHLİVAN)
else if (document.conversion.saisie.selectionStart || document.conversion.saisie.selectionStart == "0") {
var startPos = document.conversion.saisie.selectionStart;
var endPos = document.conversion.saisie.selectionEnd;
var chaine = document.conversion.saisie.value;
myForm.value = chaine.substring(0, startPos) + String.fromCharCode(unicode) + chaine.substring(endPos, chaine.length);
} else {
myForm.value += String.fromCharCode(unicode);
}
var obj=document.conversion.saisie;
obj.focus();
obj.scrollTop=obj.scrollHeight;
}
function copy()
{ textRange=document.conversion.saisie.createTextRange(); textRange.execCommand("Copy"); textRange="";
}
</script><script language="JavaScript">
var car;
function transcrire() {
car = document.conversion.saisie.value;
car = car.replace(/a/g, "ا");
car = car.replace(/b/g, "ب");
car = car.replace(/p/g, "ب");
car = car.replace(/t/g, "ت");
car = car.replace(/ت'/g, "ث");
car = car.replace(/j/g, "ج");
car = car.replace(/H/g, "ح");
car = car.replace(/ح'/g, "خ");
car = car.replace(/x/g, "خ");
car = car.replace(/K/g, "خ");
car = car.replace(/d/g, "د");
car = car.replace(/د'/g, "ذ");
car = car.replace(/r/g, "ر");
car = car.replace(/z/g, "ز");
car = car.replace(/ر'/g, "ز");
car = car.replace(/s/g, "س");
car = car.replace(/س'/g, "ش");
car = car.replace(/S/g, "ص");
car = car.replace(/ص'/g, "ض");
car = car.replace(/D/g, "ض");
car = car.replace(/T/g, "ط");
car = car.replace(/ط'/g, "ظ");
car = car.replace(/Z/g, "ظ");
car = car.replace(/g/g, "غ");
car = car.replace(/غ'/g, "غ");
car = car.replace(/f/g, "ف");
car = car.replace(/v/g, "ف");
car = car.replace(/q/g, "ق");
car = car.replace(/k/g, "ك");
car = car.replace(/l/g, "ل");
car = car.replace(/m/g, "م");
car = car.replace(/n/g, "ن");
car = car.replace(/h/g, "ه");
car = car.replace(/ه'/g, "ة");
car = car.replace(/w/g, "و");
car = car.replace(/o/g, "و");
car = car.replace(/u/g, "و");
car = car.replace(/وو/g, "و");
car = car.replace(/y/g, "ي");
car = car.replace(/i/g, "ي");
car = car.replace(/e/g, "ي");
car = car.replace(/-/g, "ء");
car = car.replace(/وء/g, "ؤ");
car = car.replace(/يء/g, "ئ");
car = car.replace(/I/g, "إ");
car = car.replace(/A/g, "إ");
car = car.replace(/ءا/g, "أ");
car = car.replace(/"/g, "ع");
document.conversion.saisie.value=car;
var obj=document.conversion.saisie;
obj.focus();
obj.scrollTop=obj.scrollHeight;
}
</script>
<div style="width: 600px">
<form name="conversion">
<p align="left"><textarea name="saisie" style="padding-bottom: 5px; padding-left: 5px; width: 80%; padding-right: 5px; font-family: Times New Roman; color: rgb(0,0,0); font-size: 24pt; font-weight: bold; padding-top: 5px" onkeyup="transcrire()" cols="40" rows="5" id="area" dir="rtl"></textarea></p>
<h3>Arapça Harfler</h3>
<p><input type="button" value="س" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1587)" /> <input type="button" value="ز" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1586)" /> <input type="button" value="ر" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1585)" /> <input type="button" value="ذ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1584)" /> <input type="button" value="د" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1583)" /> <input type="button" value="خ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1582)" /> <input type="button" value="ح" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1581)" /> <input type="button" value="ج" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1580)" /> <input type="button" value="ث" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1579)" /> <input type="button" value="ت" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1578)" /> <input type="button" value="ب" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1576)" /> <input type="button" value="ا" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1575)" /></p>
<p> <input type="button" value="ل" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1604)" /> <input type="button" value="ك" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1603)" /> <input type="button" value="ق" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1602)" /> <input type="button" value="ف" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1601)" /> <input type="button" value="غ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1594)" /> <input type="button" value="ع" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1593)" /> <input type="button" value="ظ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1592)" /> <input type="button" value="ط" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1591)" /> <input type="button" value="ض" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1590)" /> <input type="button" value="ص" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1589)" /> <input type="button" value="ش" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1588)" /></p>
<p><input type="button" value="ى" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1609)" /> <input type="button" value="ئ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1574)" /> <input type="button" value="ؤ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1572)" /> <input type="button" value="ة" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1577)" /> <input type="button" value="إ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1573)" /> <input type="button" value="أ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1571)" /> <input type="button" value="آ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1570)" /> <input type="button" value="ء" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1569)" /> <input type="button" value="ي" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1610)" /> <input type="button" value="و" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1608)" /> <input type="button" value="ه" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1607)" /> <input type="button" value="ن" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1606)" /> <input type="button" value="م" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1605)" /></p>
<h3><span lang="tr">Osmanlıca Harfler</span></h3>
<p><input type="button" value="پ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1662)" /> <input type="button" value="چ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1670)" /> <input type="button" value="ژ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1688)" /> <input type="button" value="ﯓ;;" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1709)" /> <input type="button" value="گ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1711)" /></p>
<h3><span lang="tr">Harekeler</span></h3>
<p><input type="button" value=" ً" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1611)" /> <input type="button" value=" ٌ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1612)" /> <input type="button" value=" ْ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1618)" /> <input type="button" value=" ّ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1617)" /> <input type="button" value=" ِ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1616)" /> <input type="button" value=" ُ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1615)" /> <input type="button" value=" َ" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1614)" /> <input type="button" value=" ٍ" style="font-family: Times New Roman; font-size: 24pt; font-weight: bold" onclick="yazdir(1613)" /></p>
<h3>Sayılar</h3>
<p><input type="button" value="۰" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1776)" /> <input type="button" value="۱" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1777)" /> <input type="button" value="۲" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1778)" /> <input type="button" value="۳" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1779)" /> <input type="button" value="٤" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1780)" /> <input type="button" value="٥" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1781)" /> <input type="button" value="٦" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1782)" /> <input type="button" value="٧" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1783)" /> <input type="button" value="٨" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1784)" /> <input type="button" value="٩" style="font-family: Times New Roman; font-size: 24pt" onclick="yazdir(1785)" /></p>
<h3>Semboller</h3>
<p><input type="button" value="؟" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(1567)" /> <input type="button" value="؛" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(1563)" /> <input type="button" value="،" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(1548)" /> <input type="button" value="{" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(123)" /> <input type="button" value="}" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(125)" /> <input type="button" value="_" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(95)" /> <input type="button" value="!" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(33)" /> <input type="button" value="“" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(34)" /> <input type="button" value="#" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(35)" /> <input type="button" value="$" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(36)" /> <input type="button" value="%" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(37)" /> <input type="button" value="&" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(38)" /> <br />
<input type="button" value="<" style="font-family: Times New Roman; font-size: 18pt" _="" onclick="yazdir(62)" /> <input type="button" value="=" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(61)" /> <input type="button" value=">" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(60)" /> <input type="button" value=":" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(58)" /> <input type="button" value="/" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(47)" /> <input type="button" value="." style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(46)" /> <input type="button" value="'" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(39)" /> <input type="button" value="(" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(41)" /> <input type="button" value=")" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(40)" /> <input type="button" value="*" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(42)" /> <input type="button" value="+" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(43)" /> <input type="button" value="-" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(45)" /> <input type="button" value="@" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(64)" /> <br />
<input type="button" value="[" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(93)" /> <input type="button" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(92)" /> <input type="button" value="]" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(91)" /> <input type="button" value="^" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(94)" /> <input type="button" value="`" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(96)" /> <input type="button" value="|" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(124)" /> <input type="button" value="~" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(126)" /> <input type="button" value="BOŞLUK" style="font-family: Times New Roman; font-size: 18pt" onclick="yazdir(0040)" /></p>
<p><input type="button" value="Kopyala" onclick="conversion.saisie.select();copy()" class="bf" /> <input type="button" value="H. Sil " onclick="reset();conversion.saisie.focus()" class="bf" /></p>
</form>
</div>
</div>
</td>
</tr>
</tbody>
</table>
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?list=PL6NHp-xVbZGfvRGSQLIlEP3z4bXipgxQ1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<a href="http://www.arapcaegitimi.com" target="_blank"> Herkes İçin Arapça</a>
<a href="http://ctle.pau.edu.tr/" target="_blank"> Çağdaş Türk Lehçeleri ve Edebiyatları</a>