Dear Sir
I have a website. I want that every user can save their own keyboard layout. so that they dont need to select the layout everytime. I m using drupal 7
Also want plz include unijoy layout
this is a bangladeshi most polupalr bangla keyboard.
thank you

Comments

vinoth.3v’s picture

user selection is now stored into their browser cookie, so it will be selected automatically for each visit. but it is limited to browser.

I will add unijoy bangla layout.

Thank you

vinoth.3v’s picture

Status: Active » Fixed

New typing method 'Bengali Unijoy' has been commited to get.

Thank you

vinoth.3v’s picture

Title: mode save » Indic Script: Bengali Unijoy typing method
Assigned: Unassigned » vinoth.3v
bdtushar’s picture

thank you
Also if you tell me how to customize keyboard then I will develop this layout for u.

bdtushar’s picture

why this script doesnot work with tinymce. it need to disable rich text. why?

vinoth.3v’s picture

bdtushar:

creating a new typing method is very simple if you have the charactor mapping for the language & typing method. for example, please have a look at the javascript files found in /js/ folder of the module.
Welcome for contributing.

"Integratioin wIth WYSIWYG editors" is the main feature which many drupalers wanted :)
I am working on it. I hope I can release it in next version.

thank you

bdtushar’s picture

Hello Sir
Thank you for suggesting how to character mapping. Also thanks for including unijoy. But I m having great problem with some special character those called juktakkhor. for example

ন + ন = ন্ন and to to write this we have to type bgb
ত + ত = ত্ত and to to write this we have to type kgk
ষ + ট = ষ্ট and to to write this we have to type Ngt
That means in bengali there is some some special character which means one single character represent 2 or 3 character together. But this is not working in unijoy keyboard. Plz solve it or tell me how to solve then I will help you to character maping. thanks
thanks

vinoth.3v’s picture

HI

Please have a look at the javascript file called be.js, there is array of charactor mapping for bangali language.
there you can add or remove charactor mapping for unijoy typing, please use for the chars.

for example,
be_unijoy['bgb'] = 'ন্ন';

please note that, you should use unicode equivalent numbers for the char combination instead of ন্ন.

please upload the latest file here after updating.

bdtushar’s picture

thank you so much
file updated

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.