medhA-6 : How to Use

Please, visit this page and download the software and images from the link.

Please, install the software on your PC by double clicking medhA-6.exe(which you downloaded just now).

Open MS Word/Notepad or any similar software.

Press Ctrl+Shift. It will change your keyboard to Sanskrit one(if your installed it correctly and there is no other IME installed).

Now, press each key and test. Watch the printed letter.

Now, keep Shift key pressed and press those keys. Note what letters are being typed.

Now, press AltGr(the Alt key which is on righ hand side of keyboard) and press other keys. Watch letter printed on screen.

Same for Shif+Ctrl key pressed.

 

Now, look at the images you downloaded. Compare them with the printed text. Are they same? If yes, then OK.

Remembering keys is very easy. We have followed similar sounds to maximum extent. So, you will find क and ख on ‘k’ key; although ख needs press of shift key.

Similar for च, छ, etc.

Some special characters are on IME. They were explained here. The change is in position of those special keys. ‘AltGr+a’ bring  ‘zero width zoiner’, while ‘AltGr+b’ brings ‘zero width non-joiner’.

  • AltGr+z = chandrabindu-virAma(चन्द्रबिन्दु विराम)
  • AltGr+x = udAtta(उदात्त)
  • AltGr+c = anudAtta(अनुदात्त)
  • AltGr+v = combining-macron(योजक)
  • AltGr+b =double-svarita(द्विस्वरित)
  • AltGr+n = tripple-svarita(त्रिस्वरित)

Rest is easy to understand from pictures and the practice I prescribed in beginning.

medhA-6 : Unicode Sanskrit Keyboard Layout

Version 6 of medhA keyboard for Unicode Sanskrit is ready.
It is similar to old version, medhA-3. So, it also follows phonetics. In that way you don’t need to remember most key. They come to you naturally. Previous guides posted at my website and that of svAmI nIlakaNTha will help you.
A few changes :
Alt Gr allows you to type full stop(.), comma(,), Rupee Sign(₹), exclamation(!), etc. and some vaidika signs.
Details are in pictures.
So, from now you don’t need to switch keyboard to English for comma, full stop, etc.Installation package is available here : medha-6.exe.(new link)
A detailed change log may be posted later.

medhA-6 in normal condition (without pressing any additional key)
medhA-6 with Shift key pressed
medhA-6 with AltGr(Right Alt) key pressed
medhA-6 with Shif+Ctrl keys pressed

medha-3 for linux

A few of us are used of typing with medhA keyboard layout. It follows phonetics mostly and is easy to use.
To have a fun and to learn something about computing I switched to linux and felt that medhA is not with me.
So, tried a little. Created a custom layout. Applied it. Trials and errors were there.
But, I had a working keyboard.

Here is it for all who need it.

1. Copy and paste it and save as a text file sa(no extension)

…………………………………………………………………………..

//medha for linux
default alphanumeric_keys
xkb_symbols “sa” {

name[Group1]= “sanskrit”;
// Number rows
key <TLDE> { [ U0950, U0901, U0951 ] };
key <AE01> { [ U0967, U0909, U0952 ] };
key <AE02> { [ U0968, U090A, U1CDA ] };
key <AE03> { [ U0969, U0960, UA8F3 ] };
key <AE04> { [ U096A, U090C, U1CF2 ] };
key <AE05> { [ U096B, U0961, U1CF5 ] };
key <AE06> { [ U096C, U0914, U1CF6 ] };
key <AE07> { [ U096D, U0943, U1CE9 ] };
key <AE08> { [ U096E, U0944, U1CEA ] };
key <AE09> { [ U096F, U0962, U1CEB ] };
key <AE10> { [ U0966, U0963, U1CEC ] };
key <AE11> { [ U093D, U094C, U1CEE ] };
key <AE12> { [ U1CEF, U1CF0, U1CF1 ] };

// First row
key <AD01> { [ U0925, U0920, U1CF3 ] };
key <AD02> { [ U0948, U0910, U1CF4 ] };
key <AD03> { [ U0940, U0908 ] };
key <AD04> { [ U0930, U090B ] };
key <AD05> { [ U0924, U091F ] };
key <AD06> { [ U092F, U097A ] };
key <AD07> { [ U0941, U0942 ] };
key <AD08> { [ U093F, U0907 ] };
key <AD09> { [ U094B, U0913 ] };
key <AD10> { [ U092A ] };
key <AD11> { [ U0947, U090F ] };
key <AD12> { [ U0927, U0922 ] };
key <BKSL> { [ ] };

// Second row
key <AC01> { [ U093E, U0905 ] };
key <AC02> { [ U0938, U0936 ] };
key <AC03> { [ U0926, U0921 ] };
key <AC04> { [ U092B ] };
key <AC05> { [ U0917, U0918 ] };
key <AC06> { [ U0939 ] };
key <AC07> { [ U091C, U091D ] };
key <AC08> { [ U0915, U0916 ] };
key <AC09> { [ U0932, U0933 ] };
key <AC10> { [ U091E ] };
key <AC11> { [  ] };

// Third row
key <AB01> { [ ] }; // z
key <AB02> { [ U0937 ] };
key <AB03> { [ U091A, U091B ] };
key <AB04> { [ U0935 ] }; //
key <AB05> { [ U092C, U092D ] };
key <AB06> { [ U0928, U0923 ] }; //
key <AB07> { [ U092E, U0919 ] }; //
key <AB08> { [ U094d, U0906 ] }; //
key <AB09> { [ U0902, U0965 ] };
key <AB10> { [ U0903, U0964 ] };

// space, space, Zero-Width-Non-Joiner (ZWNJ), Zero-Width-Joiner (ZWJ):
include “nbsp(zwnj3zwj4)”

// begin modifier mappings
//    modifier_map Shift  { Shift_L };
//    modifier_map Lock   { Caps_Lock };
//    modifier_map Control{ Control_L };
//    modifier_map Mod3   { Mode_switch };
include “level3(ralt_switch)”
};

………………………………………………………………………………………….

2. add this to evdev.xml
…………………………………………………………………………….
<variant>
<configItem>
<name>sa</name>
<description>sanskrit</description>
<languageList>
<iso639Id>sa</iso639Id>
</languageList>
</configItem>
</variant>
…………………………………………………………………………….

3. Open termial and run this as superuser
………………………………….
setxkbmap -layout ‘us,sa’
………………………………….

4. Set switching keys in keyboard options.

That’s all.

Note that I was unable to put ligatures in this keyboard. So, if you want to type प्र you have to press p + , + r . Just pressing shift + p will not work (as was in the case of ‘medhA for windows’).
Another thing, I was not able to activate this keyboard with GUI and any change made there caused loss of medhA. I hope someone will help me.

Update: Follow Github “https://github.com/lalitaalaalitah/medhA-keyboard_layout/tree/master/Linux” for any updates.

Download : medhA-3 (in a single bundle)

swAmI nIlakaNThAnanda giri ji was always a part of development of ‘janani’ and ‘medhA’ keyboard-layouts. I always asked him to help me improve these as he was more involved in devanAgarI typing.
Now, he suggested to make a self-extracting self-installing archive for medhA to get rid of iso-explorers. This was a good idea. I thought to bring it to reality but delayed. So, he created one. I checked it, improved it and it is now made available to all.
Now, what’s its use?
You can install “medhA-3” in less steps and you don’t need additional softwares to extract or open .iso image.
This version is compatible with Windows XP, Windows Vista, Windows 7, Windows 8, 8.1 and Windows 10.

Help for medhA-3 is available in hindi at swAmI nIlakaNTha’s blog.

Download “medhA-3”(for new version see below.)

Scheme for medhA-3

Here I present two pictures explaining scheme used to make medhA – 3 keyboard layout. The first one is for normal-state and the other one is for shift-state(when keyboard is used with shift key pressed).

medhA-3 normal
This is medhA – 3 in normal-state.

medhA-3 shift
This is medhA – 3 in shift-state.

Providing this picture is helpful for those who want to develop their own keyboard-layout and for those who want to use my keyboard-layout efficiently, both.
For both groups, I will suggest to go through my previous related posts and this can be done by clicking the “Sanskrit Keybord” menu tab above.
Although pictures presented here are not big enough to make everything clear, there is nothing to worry. Why? Because you will be able to see bigger view by clicking them from my “Public Picasa Web Album”.
Another thing I will like to make clear is that although this keyboard is bearing name Sanskrit Keybord, it is not only for Sanskrit. You will be able to write any language which uses Devanagari script. So, it means you can write Hindi, Marathi, Bhojpuri, Nepali, etc. directly with it. So, it is actually Devanagari-keyboard-layout and not Sanskrit-keyboard-layout.
Then, why am I presenting it with that name? Because I developed it to make me able to write Sanskrit language in Devanagari script. 🙂

medhA-3

What Is This ? 
medhA 3 is a keyboard-layout (a software) for Devanagari Script. Its third in the series. More about it is here.

 

What It Does ? 
It makes you able to write any language using Devanagari script on Windows OS(starting from XP to Windows 10).
Devanagari is used to write Sanskrit, Hindi, Marathi, Nepali, Newari, Magahi, Maithili, Bhojpuri, Gujari, Pahari (Garhwali and Kumaoni), Konkani, Marwari, Bhili, Santhali, Tharu. Sometimes Sindhi, Sherpa and Kashmiri are also written in this script. Formerly it was used to write Gujarati too.

So, you can write all these languages in Devanagari script with “medhA” keyboards.

 

Why A New Version ? 
Older version of medhA is working fine. So, it is not left totally. medhA is base of this series of keyboard-layouts. But, we needed some special characters to write. They were not available in older layout. So, we have a few modifications here.

 

So, What Is New Here ? 
“medhA 3” keyboard layout for devanAgarI has some modifications. Now, you can use these combinations on keyboard –

  1. ctrl+shift+1 for ‘zero width joiner’
  2. ctrl+shift+2 for ‘zero width non-joiner’
  3. ctrl+shift+3 for ‘udAtta’
  4. ctrl+shift+4 for ‘anudAtta’
  5. ctrl+shift+5 for ‘swarita’

 

How To Use These Combinations ? What Will I Get ? 

1.
‘zero width joiner’ is used to write half letters, as क्‍त. (See the first one in the above picture, if it is not displayed well).

To write this, use
k + , + (ctrl+shift+1) + t = क+्+ ‍ + त = क्‍त
And remember that ‘zero width joiner’ is not visible character.

Special Use
zero width joiner is also used to show newArI or marAThI half-र, as in र्‍क.
To write this, use

र+्+zero width joiner.

 

2.
‘zero width non-joiner’ is used to write consonants with visible virAmam, as क्‌त. (See the middle one in the above picture, if it is not displayed well).
To write this, use
k + , + (ctrl+shift+2) +t = क + ् + ‌ + त = क्‌त

 

3.
If you don’t use them, you will get क्त. (See the third one in the above picture, if it is not displayed well).
To write this, use
k + , + t = क + ् + त = क्त

 

4.
udAtta, etc. are for Vedic uses.

 

Who Should Use? 
Those, who don’t want to use complex ligatures, can use zero width joiner or non-joiner to make all consonants visible while combining.
Unicode Fonts, like Sanskrit2003, support many complex ligatures. Some of them are very rarely used. Many people find them strange and difficult. So, you may like to write them in simple way.
These combinations will help you do that.
For more details, please check this one.
Download

medhA 3 is available to be downloaded at My Skydrive (*Link Removed).
Please Download newer version HERE.

“medhA” – keyboard layout for sanskrit

WHAT IS THIS ? WHAT IS IT’S USE ?
medhA keyboard-layout is a small program which maps Devanagari letters to your conventional keyboard to make you able to write Sanskrit, Hindi, etc. in Devanagari script.

 

Convert Various Fonts to Unicode

What is Font ?
A font is a set of printable or displayable text characters in a specific style and size.

Types of Fonts
Here I’ll be talking about Unicode Fonts. So, the other type is Non-Unicode. Simple.

Unicode
Fonts contain a wide range of characters, letters, digits, etc., mapped
into the standard Universal Character Set, derived from many different
languages and scripts from around the world.
Non-Unicode Fonts are specific to a particular language or legacy character set.

Why Conversion of Text written with Non-Unicode Font to Unicode ?
The first answer is choice. And, the cause of choice is their standard.
Actually,
I had many devanAgarI texts written with Non-Unicode fonts. I started
using Unicode fonts and keyboard supporting them. I was unable to edit
old texts with Unicode supporting keyboard. I had to switch between
different fonts now and then. Even after this exercise what I got was
looking bad. Using different fonts in a single word can’t make you happy
with it’s looks. I’d to choose one of them. I chose Unicode-fonts.

So, Why You Used Non-Unicodes Ever ?
Because Unicode-fonts were unavailable. Or, because I did not know. Or,…ohhh…..many causes. Listen my story :-
A
few years back I was not much familiar with computing and
sanskrit-hindi-typing. I used to write sanskrit-texts in roman script. I
used “I-TRANS-encoding” for it. (Its a transliteration scheme.) Then the encoded text was converted to devanAgarI script by I-translator. It was a two-step procedure.
At that time I-translator was using font “Sanskrit-99” . So, I had too many Sanskrit-texts written with that font. Its necessary to mention here that it was not an Unicode-font as “Sanskrit 2003” or “Mangal” etc.

So What You Did ?
I searched to get any software able to make my all Non-Unicoded texts Unicoded.

What were your ideas?
First
transliterate my texts to I-trans encoding and then to Unicoded text
with the help of I-translator. But, I couldn’t do that.
Why?
There was no software to convert Non-Unicoded text to I-trans scheme. The new I-translator was supporting conversion of Unicoded devanAgarI text to I-tran scheme. But my texts were not in Unicode-font.

What’s The Solution ?
I went for other search.
This time I found a Google-Group dealing with this problem. It provided a HTML-page to convert font of text from “Sanskrit99” to “Sanskrit 2003”.
I downloaded the page, and tried to convert my texts. And wow….my texts were Unicoded.
I
checked my text thoroughly and found some less-used ligatures still
Non-Unicoded. So, I edited that HTML page as per my uses and needs. And
now, it was working superb.
Thanks to THAT GOOGLE GROUP. It has many other tools also. One should have a look.
Due to change in policies of Google Groups, all fonts, convertors and other files are stored on Google Sites by Group Moderators.

इति

श्रीमल्ललितालालितः॥