27 lines
697 B
Diff
27 lines
697 B
Diff
|
From c7ae1807611d0f11d32a2e99e94e794d6a52bf7b Mon Sep 17 00:00:00 2001
|
||
|
From: Sergey V. Udaltsov <svu@gnome.org>
|
||
|
Date: Tue, 18 Nov 2008 21:21:09 +0000
|
||
|
Subject: [PATCH] fixing it(olpc), b.fd.o#18565
|
||
|
Organization: Sugar Labs
|
||
|
|
||
|
---
|
||
|
symbols/it | 2 +-
|
||
|
2 files changed, 6 insertions(+), 1 deletions(-)
|
||
|
|
||
|
diff --git a/symbols/it b/symbols/it
|
||
|
index 92fa50a..e91a9f8 100644
|
||
|
--- a/symbols/it
|
||
|
+++ b/symbols/it
|
||
|
@@ -169,7 +169,7 @@ xkb_symbols "geo" {
|
||
|
// OLPC Section
|
||
|
xkb_symbols "olpc" {
|
||
|
|
||
|
- include "basic"
|
||
|
+ include "it(basic)"
|
||
|
|
||
|
key <AE12> { [ igrave, asciicircum, asciitilde, dead_tilde ] };
|
||
|
key <BKSL> { [ ugrave, section, Egrave, dead_breve ] };
|
||
|
--
|
||
|
1.6.0.4
|
||
|
|