Free assamese keyboard layout for linux
Here are the instructions for adding the as_ph
Assamese phenotypic layout to a system:
To install the Assamese as_ph
(phenotypic) keyboard layout, follow these steps:
First, clone this repository to your local machine:
git clone https://github.com/ritulahkar/assamese-keyboard-linux.git
cd your-repo
Next, you need to copy the as_ph
symbols file to the XKB directory on your system:
sudo cp as_ph /usr/share/X11/xkb/symbols/
Now, edit the evdev.xml
file to add your layout to the list of available layouts.
-
Open the
evdev.xml
file:sudo nano /usr/share/X11/xkb/rules/evdev.xml
-
Search for the
<layoutList>
section. Just below the tag, within this section, add the following block:<layout> <configItem> <name>as_ph</name> <shortDescription>as_ph</shortDescription> <description>Assamese Phenotypic Layout</description> <languageList> <iso639Id>asm</iso639Id> </languageList> </configItem> </layout>
After this you will have to select the layout in the keyboard setings.
To do it through terminal do the following.
After updating the XML file, you can now apply the new layout using:
setxkbmap as_ph
To make this layout persistent across reboots, follow the next step.
If you want to set this layout as your default Assamese layout:
-
Open the keyboard configuration file:
sudo nano /etc/default/keyboard
-
Look for the line that starts with
XKBLAYOUT
and addas_ph
:XKBLAYOUT="us,as_ph"
-
Save and close the file, then restart your computer or apply the changes using:
sudo dpkg-reconfigure keyboard-configuration
You can verify the new layout by switching to it using your system's keyboard settings, or you can use the following command to test:
setxkbmap as_ph
Linux ৰ বাবে ফ্ৰী অসমীয়া কীব'ৰ্ড লেআউট
ইয়াত অসমীয়া as_ph
ফেন'টাইপিক কীব'ৰ্ড লেআউট যোগ কৰাৰ নিৰ্দেশনা দিয়া হৈছে:
অসমীয়া as_ph
(ফেন'টাইপিক) কীব'ৰ্ড লেআউট ইনষ্টল কৰিবলৈ, তলৰ পদক্ষেপসমূহ অনুসৰণ কৰক:
প্ৰথমে, এই ৰেপ'জিট'ৰি আপোনাৰ কম্পিউটাৰলৈ ক্ল'ন কৰক:
git clone https://github.com/ritulahkar/assamese-keyboard-linux.git
cd your-repo
পিচত, as_ph
ছিম্ব'লছ ফাইলটো XKB ডিৰেক্টৰীত কপি কৰক:
sudo cp as_ph /usr/share/X11/xkb/symbols/
এতিয়া, evdev.xml
ফাইলটো সম্পাদনা কৰক যাতে আপোনাৰ লেআউট উপলব্ধ লেআউটত যোগ হয়।
-
evdev.xml
ফাইলটো খোলক:sudo nano /usr/share/X11/xkb/rules/evdev.xml
-
<layoutList>
বিচাৰিব। ইয়াৰ তলতে তলৰ ব্লকটো যোগ কৰক:<layout> <configItem> <name>as_ph</name> <shortDescription>as_ph</shortDescription> <description>Assamese Phenotypic Layout</description> <languageList> <iso639Id>asm</iso639Id> </languageList> </configItem> </layout>
ইয়াৰ পাছত, আপুনি কীব'ৰ্ড ছেটিংছত যাই লেআউটটো বাছনি কৰিব লাগিব।
এইটো টাৰমিনেলৰ জৰিয়তে কৰিবলৈ, তলৰ পদক্ষেপসমূহ অনুসৰণ কৰক:
XML ফাইল আপডেট কৰাৰ পিছত, নতুন লেআউটটো ব্যৱহাৰ কৰক:
setxkbmap as_ph
এই লেআউটটো ৰিবুটৰ পিছতো সংৰক্ষণ কৰিবলে তলৰ পদক্ষেপটো অনুসৰণ কৰক।
যদি আপুনি এই লেআউটটো ডিফল্ট অসমীয়া লেআউট হিচাপে ছেট কৰিব বিচাৰে:
-
কীব'ৰ্ড কনফিগাৰেচন ফাইলটো খোলক:
sudo nano /etc/default/keyboard
-
XKBLAYOUT
বুলি আৰম্ভ হোৱা লাইনতas_ph
যোগ কৰক:XKBLAYOUT="us,as_ph"
-
ফাইলটো সংৰক্ষণ কৰি বন্ধ কৰক, পিচত কম্পিউটাৰটো ৰিষ্টাৰ্ট কৰক বা পৰিৱৰ্তনটো প্ৰয়োগ কৰক:
sudo dpkg-reconfigure keyboard-configuration
আপুনি নতুন লেআউটটো নিশ্চিত কৰিব পাৰে কীব'ৰ্ড ছেটিংছ ব্যৱহাৰ কৰি, বা তলৰ কমাণ্ড ব্যৱহাৰ কৰি পৰীক্ষা কৰিব পাৰে:
setxkbmap as_ph