xkb-georgian-khutsuri - XKB Georgian - Khutsuri layout for the keyboard

git clone git://git.bcharge.de/xkb-georgian-khutsuri.git

About | Log | Files | Refs

commit 6c31288a607aed37895fed6e2c30032bf8ef6ee9
parent 939b0e9cfc8f3268cc070e1fb68e9fa0af7875d7
Author: Bakar Chargeishvili <bakar@bcharge.de>
Date:   Mon, 11 Dec 2023 16:58:22 +0100

Add more info and instructions

Diffstat:
MREADME.md | 24++++++++++++++++++++++++
1 file changed, 24 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,2 +1,26 @@ +# General information + +![The first inscription of the Bir el Qutt perforemd using Asomtavruli script, found in Jerusalim, dated as 430 AD.](Jerusalem.jpg) +Khutsuri is the name of a Georgian writing system which combines Asomtavruli and Nuskhuri scripts. It was predominantly used from the 9th century until the late 19th century and eventually, it was replaced by another Georgian script called Mkhedruli. However, nowadays Khutsuri is still used by the Georgian Orthodox Church. All the iconography, historical murals and stone engravings are decorated using Asomtavruli letters. The originals of many hagiographic and historic documents are performed either using Asomtavruli or Khutsuri writing systems. + +All three scripts are part of the Unicode (UTF-8) since 2000 (Mkhedruli since 1991). The keyboard layout for Mkhedruli is included in every standard installation of major operating systems. The layout for Asomtavruli and Nuskhuri is mostly unavailable. This repository provides a layout for the Khutsuri script for Unix-like systems, by effectively combining both scripts at the convenient keyboard combinations. + +In 2016 the "living culture of three writing systems of the Georgian alphabet" was added to the UNESCO list of Intangible Cultural Heritage of Humanity. +You can read more about the Georgian scripts [here](https://en.wikipedia.org/wiki/Georgian_scripts). + # Usage +To install this layout, append the content of khts to 'ge' layout of your standard X11 installation. +For example on \*BSD systems you can run: +``` bash +cat khts | sudo tee -a /usr/local/share/X11/xkb/symbols/ge +``` + +To apply the layout you can run following command: +``` bash +setxkbmap -layout us,ge,ge -variant basic,basic,khts -option grp:alt_space_toggle +``` + +Afterwards pressing on `L Alt+Space` will switch between English, Georgian Mkhedruli and Georgian Khutsuri layouts. + +They keymap will follow shortly.