From 5ebbc3a366287b631775ed3e17537580d380db8a Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 30 Aug 2013 15:35:17 +0200 Subject: fontconfig mesa xserver xkeyboard-config xkbcomp git update 30 aug 2013 xserver commit 94d4e29aedc69431fa9b299ca1b67947173d7a24 xkeyboard-config commit fcb91cb1013cbdd87a6f77533f188d5934f24046 xkbcomp commit 24d18e0a844041ef82441adb16aa18cc4b4814ae fontconfig commit 071ce44c35733e54cb477cc75810cbe55025b619 mesa commit f7217b99f243738f941a5d009c68387dfadcb50a --- xorg-server/xkeyboard-config/symbols/ara | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'xorg-server/xkeyboard-config/symbols/ara') diff --git a/xorg-server/xkeyboard-config/symbols/ara b/xorg-server/xkeyboard-config/symbols/ara index c0d57ef42..1944b25ce 100644 --- a/xorg-server/xkeyboard-config/symbols/ara +++ b/xorg-server/xkeyboard-config/symbols/ara @@ -99,6 +99,27 @@ xkb_symbols "azerty" { key { [ parenright, degree ] }; }; +partial alphanumeric_keys +xkb_symbols "digits_KP" { + name[Group1]= "Arabic (digits_KP)"; + + // use arabic script digits on KP + + key { [ KP_Home, 0x1000667 ] }; // + key { [ KP_Up, 0x1000668 ] }; // + key { [ KP_Prior, 0x1000669 ] }; // + + key { [ KP_Left, 0x1000664 ] }; // + key { [ KP_Begin, 0x1000665 ] }; // + key { [ KP_Right, 0x1000666 ] }; // + + key { [ KP_End, 0x1000661 ] }; // + key { [ KP_Down, 0x1000662 ] }; // + key { [ KP_Next, 0x1000663 ] }; // + + key { [ KP_Insert, 0x1000660 ] }; // +}; + partial alphanumeric_keys xkb_symbols "digits" { include "ara(basic)" @@ -116,6 +137,8 @@ xkb_symbols "digits" { key { [ 0x1000668, asterisk ] }; key { [ 0x1000669, parenright ] }; key { [ 0x1000660, parenleft ] }; + + include "ara(digits_KP)" }; partial alphanumeric_keys -- cgit v1.2.3