xkeyboard-config/symbols shift,NONE,1.1 Makefile.am,1.59,1.60

"Sergey V. Oudaltsov" <xlibs-commit-u7BhqnqprCWvj1b/[email protected]> Wed, 26 Sep 2007 16:43:31 -0700 (PDT)
Newsgroups gmane.comp.freedesktop.xlibs.cvs
Message-ID <[email protected]>
Committed by: svu

Update of /cvs/xkeyboard-config/xkeyboard-config/symbols
In directory kemper:/tmp/cvs-serv16813/symbols

Modified Files:
	Makefile.am 
Added Files:
	shift 
Log Message:
added shift:breaks_caps, b.fd.o#9546

--- NEW FILE: shift ---
// $XKeyboardConfig: xkeyboard-config/symbols/shift,v 1.1 2007-09-26 23:43:29 svu Exp $

partial modifier_keys 
xkb_symbols "breaks_caps" {
    key <LFSH> {
	type = "ALPHABETIC",
    	actions [Group1] = [
	    SetMods(modifiers=Shift),
	    SetMods(modifiers=Shift+Lock,clearLocks)
	]
    };
    key <RTSH> {
	type = "ALPHABETIC",
	actions [Group1] = [
	    SetMods(modifiers=Shift),
	    SetMods(modifiers=Shift+Lock,clearLocks)
	]
    };
};

Index: Makefile.am
===================================================================
RCS file: /cvs/xkeyboard-config/xkeyboard-config/symbols/Makefile.am,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Makefile.am	26 Sep 2007 11:43:48 -0000	1.59
+++ Makefile.am	26 Sep 2007 23:43:29 -0000	1.60
@@ -2,32 +2,34 @@
 
 symbolsdir = $(xkb_base)/symbols
 dist_symbols_DATA = \
-ad af al am ara \
-az be bd \
+ad af al \
+am ara az \
+be bd \
 bg br ba \
 bt by braille \
 ca cd \
 ch cn cs cz \
-de dk ee \
-es et epo \
+de dk \
+ee es et epo \
 fi fo fr \
 gb ge gh gn \
 gr hr hu \
 ie il in iq \
-ir is it \
-jp kg kh kr kz la \
-latam latin lk \
-lt lv ma mao \
-mk mm mn \
-mt mv ng nl \
-no np olpc pc pk \
-pl pt ro \
-ru se si \
-sk sy th \
-tj tr ua \
-us uz vn \
+ir is it jp \
+kg kh kr kz \
+la latam latin \
+lk lt lv \
+ma mao mk \
+mm mn mt mv \
+ng nl no np \
+pc pk pl pt \
+ro ru \
+se si sk \
+sy th \
+tj tr \
+ua us uz vn \
 za \
-altwin capslock compose ctrl group inet keypad kpdl level3 level5 nbsp srvr_ctrl \
-eurosign
-                                                                                          
+altwin capslock compose ctrl eurosign group inet \
+keypad kpdl level3 level5 nbsp olpc shift srvr_ctrl
+
 include $(top_srcdir)/xkbrules.am