Author: barbier Date: 2006-08-27 19:05:04 -0400 (Sun, 27 Aug 2006) New Revision: 3052
Added: trunk/data/xkb-data/debian/patches/ralt_switch_multikey.diff Modified: trunk/data/xkb-data/debian/changelog trunk/data/xkb-data/debian/patches/series Log: * debian/patches/ralt_switch_multikey.diff: New patch to enable again lv3:ralt_switch_multikey which had been dropped from xkeyboard-config. Closes: #364435 Thanks Klaus Ethgen Modified: trunk/data/xkb-data/debian/changelog =================================================================== --- trunk/data/xkb-data/debian/changelog 2006-08-27 23:03:29 UTC (rev 3051) +++ trunk/data/xkb-data/debian/changelog 2006-08-27 23:05:04 UTC (rev 3052) @@ -7,6 +7,10 @@ * debian/patches/mac_fnkeys.diff: New patch to fix console switching with Macintosh us layout. Closes: #370564 Thanks Ben Mueller + * debian/patches/ralt_switch_multikey.diff: New patch to enable again + lv3:ralt_switch_multikey which had been dropped from xkeyboard-config. + Closes: #364435 Thanks Klaus Ethgen + -- Denis Barbier <[EMAIL PROTECTED]> Sat, 26 Aug 2006 14:54:51 +0200 xkeyboard-config (0.8-7) unstable; urgency=low Added: trunk/data/xkb-data/debian/patches/ralt_switch_multikey.diff =================================================================== --- trunk/data/xkb-data/debian/patches/ralt_switch_multikey.diff 2006-08-27 23:03:29 UTC (rev 3051) +++ trunk/data/xkb-data/debian/patches/ralt_switch_multikey.diff 2006-08-27 23:05:04 UTC (rev 3052) @@ -0,0 +1,48 @@ +Index: xkb-data/rules/base.o_s.part +=================================================================== +--- xkb-data.orig/rules/base.o_s.part ++++ xkb-data/rules/base.o_s.part +@@ -23,6 +23,7 @@ + grp:sclk_toggle = +group(sclk_toggle) + lv3:switch = +level3(switch) + lv3:ralt_switch = +level3(ralt_switch) ++ lv3:ralt_switch_multikey = +level3(ralt_switch_multikey) + lv3:lalt_switch = +level3(lalt_switch) + lv3:alt_switch = +level3(alt_switch) + lv3:menu_switch = +level3(menu_switch) +Index: xkb-data/rules/base.xml.in +=================================================================== +--- xkb-data.orig/rules/base.xml.in ++++ xkb-data/rules/base.xml.in +@@ -2841,6 +2841,12 @@ + <_description>Press Right Alt key to choose 3rd level.</_description> + </configItem> + </option> ++ <option> ++ <configItem> ++ <name>lv3:ralt_switch_multikey</name> ++ <_description>Press Right Alt key to choose 3rd level, Shift+Right Alt key is Multi_Key.</_description> ++ </configItem> ++ </option> + </group> + <group allowMultipleSelection="false"> + <!-- Tweaking the position of the "Ctrl" key --> +Index: xkb-data/symbols/level3 +=================================================================== +--- xkb-data.orig/symbols/level3 ++++ xkb-data/symbols/level3 +@@ -17,6 +17,14 @@ + modifier_map Mod5 { ISO_Level3_Shift }; + }; + ++partial modifier_keys ++xkb_symbols "ralt_switch_multikey" { ++ key <RALT> { ++ type[Group1]="TWO_LEVEL", ++ symbols[Group1] = [ ISO_Level3_Shift, Multi_key ] ++ }; ++}; ++ + // special case or right Alt switch - for use with grp:alts_toggle + // + partial hidden modifier_keys Modified: trunk/data/xkb-data/debian/patches/series =================================================================== --- trunk/data/xkb-data/debian/patches/series 2006-08-27 23:03:29 UTC (rev 3051) +++ trunk/data/xkb-data/debian/patches/series 2006-08-27 23:05:04 UTC (rev 3052) @@ -6,3 +6,5 @@ macintosh.diff fix_symbols_hr.diff -p0 mac_fnkeys.diff -p0 +ralt_switch_multikey.diff +#mac_level3.diff -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]