1

I saw this Typing in Hebrew with Lubuntu on askubutu.com.

I need to know what the Arabic language keyboard code?

Mitch
  • 107,631

1 Answers1

3

The Arabic language keyboard code is ar

To add the Arabic support

Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the commands below.

setxkbmap -option grp:switch,grp:alt_shift_toggle,grp_led:scroll us,ar
Mitch
  • 107,631