Index: xkeyboard-config/rules/base.o_s.part
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.o_s.part,v
retrieving revision 1.21
diff -u -r1.21 base.o_s.part
--- xkeyboard-config/rules/base.o_s.part 4 Jan 2007 23:31:30 -0000 1.21
+++ xkeyboard-config/rules/base.o_s.part 16 May 2007 14:28:11 -0000
@@ -68,3 +68,4 @@
nbsp:level3n = +nbsp(level3n)
nbsp:level4 = +nbsp(level4)
nbsp:level4n = +nbsp(level4n)
+ nicola:nicola_f_bs = +nicola(nicola_f_bs)
Index: xkeyboard-config/rules/base.xml.in
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/rules/base.xml.in,v
retrieving revision 1.182
diff -u -r1.182 base.xml.in
--- xkeyboard-config/rules/base.xml.in 13 May 2007 23:10:58 -0000 1.182
+++ xkeyboard-config/rules/base.xml.in 16 May 2007 14:28:12 -0000
@@ -3770,6 +3770,12 @@
<_description>Kana Lock key is locking
+
Index: xkeyboard-config/symbols/Makefile.am
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/Makefile.am,v
retrieving revision 1.53
diff -u -r1.53 Makefile.am
--- xkeyboard-config/symbols/Makefile.am 12 Feb 2007 22:53:26 -0000 1.53
+++ xkeyboard-config/symbols/Makefile.am 16 May 2007 14:28:12 -0000
@@ -26,6 +26,6 @@
us uz vn \
za \
altwin capslock compose ctrl group inet keypad level3 level5 nbsp srvr_ctrl \
-eurosign
+eurosign nicola
include $(top_srcdir)/xkbrules.am
Index: xkeyboard-config/symbols/nicola
===================================================================
RCS file: xkeyboard-config/symbols/nicola
diff -N xkeyboard-config/symbols/nicola
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ xkeyboard-config/symbols/nicola 16 May 2007 14:28:12 -0000
@@ -0,0 +1,12 @@
+partial modifier_keys
+xkb_symbols "nicola_f_bs" {
+ key {
+ type="",
+ symbols[Group1]= [ bracketright, braceright ]
+ };
+ key { [ 0,underscore ] };
+ key { [ colon, asterisk ] };
+ key { [ BackSpace, BackSpace ] };
+ key { [ Escape ] };
+ key { [ at, grave ] };
+};