tkmap.h: switch the mapping of K and L in kmap_fa[] - neatvi - [fork] simple vi-type editor with UTF-8 support
(HTM) git clone git://src.adamsgaard.dk/neatvi
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 36dab822780af2effa399289db2caa52398de43e
(DIR) parent 680585a37f36abc36eb00a7bd1a98459c0628012
(HTM) Author: Ali Gholami Rudi <ali@rudi.ir>
Date: Wed, 3 Jun 2015 16:12:46 +0430
kmap.h: switch the mapping of K and L in kmap_fa[]
Diffstat:
M kmap.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/kmap.h b/kmap.h
t@@ -83,8 +83,8 @@ static char *kmap_fa[256] = {
['G'] = "أ",
['H'] = "آ",
['J'] = "ة",
- ['K'] = "»",
- ['L'] = "«",
+ ['K'] = "«",
+ ['L'] = "»",
[':'] = ":",
['"'] = "؛",
['Z'] = "ك",