From f706a4fd92d77ce93af0f43a578bf3cc424eaa57 Mon Sep 17 00:00:00 2001 From: polluks Date: Fri, 26 Feb 2016 16:16:49 +0000 Subject: [PATCH] Added Hebrew keymap. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@51548 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- workbench/prefs/input/prefs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/workbench/prefs/input/prefs.c b/workbench/prefs/input/prefs.c index 750665729f..0a5b11a000 100644 --- a/workbench/prefs/input/prefs.c +++ b/workbench/prefs/input/prefs.c @@ -66,6 +66,7 @@ static const struct nameexp layout_expansion_table[] = {"est" , "Eesti" , "Countries/Estonia" }, {"fin" , "Finnish" , "Countries/Finland" }, {"f" , "Français" , "Countries/France" }, + {"il" , "Hebrew" , "Countries/Israel" }, {"gr" , "Hellenic" , "Countries/Greece" }, {"hr" , "Hrvatski" , "Countries/Croatia" }, {"is" , "Íslenska" , "Countries/Iceland" }, -- 2.11.4.GIT