ahh@j.cc.purdue.edu (Brent L. Woods) (02/09/88)
Program Name: wKeys Submitted By: Davide P. Cervone dpvc@tut.cc.rochester.edu dpvc@ur-tut.UUCP DPVC@UORDBV.BITNET Summary: A program to attach various window functions to the function keys. Poster Boy: Brent Woods (ahh@j.cc.purdue.edu) Tested. NOTES: Very much like the previous submission of wKeys, but with some functions added. They are: "The new functions added are: ability to close any window with a close gadget; iconify a window; uniconify a window; and select the next window icon on the workbench. The last three are available only if wIconify is running. See the documentation file for more information on wKeys." -Author Brent Woods, Co-Moderator, comp.{sources,binaries}.amiga USENET: ...!j.cc.purdue.edu!ahh ARPANET: ahh@j.cc.purdue.edu BITNET: PODUM@PURCCVM PHONE: +1 (317) 743-8421 USNAIL: 320 Brown St., #406 / West Lafayette, IN 47906 ================================================================ # This is a shell archive. # Remove everything above and including the cut line. # Then run the rest of the file through sh. #----cut here-----cut here-----cut here-----cut here----# #!/bin/sh # shar: Shell Archiver # Run the following text with /bin/sh to create: # wKeys.doc # wKeys.uu # wKeys-Handler.uu # Default.Keys # Alternate.Keys # Strange.Keys # This archive created: Sun Jan 10 21:43:11 1988 # By: (Davide P. Cervone) cat << \SHAR_EOF > wKeys.doc OVERVIEW: WKEYS is a program that allows you to manipulate windows through the use of keyboard function keys rather than by using the mouse. This way, you can activate windows, move them from front to back and vice-versa, and move screens from front to back, all without having to move your hands from the keyboard, and without having to move windows around so that you can see their depth gadgets. It also lets you move windows or screens that do not have depth gadgets. WKEYS knows how to perform twelve different window and screen functions. The key bindings are user definable, so you can make any key (or keys) perform any of the functions that you want. HOW TO USE WKEYS: To use WKEYS, you must have WKEYS in your C: directory (or the current PATH, and WKEYS-HANDLER in your L: directory (or the current directory). Once this is done, simply type: 1> wKeys WKEYS should display a message telling you its version number and the date it was last modified. Once this message is displayed, the window "hot-keys" will be active. If you wish to de-activate the hot-keys, simply issue the WKEYS command again. WKEYS should respond by telling you that the hot-keys have been removed. WKEYS knows how to perform the following window and screen manipulation functions: Next-Window Activates the window behind the currently-active one. Previous-Window Activates the window above the currently-active one. Window-To-Front Moves the current window to the front of the screen. Window-To-Back Moves the current window to the back of the screen. Screen-To-Front Moves the back-most screen to the front and activates its top-most window. Screen-To-Back Moves the front screen to the back and activates the top-most window on the screen that is revealed. Back-Window-To-Front Brings the back-most window to the front and activates it. Front-Window-To-Back Sends the top-most window to the back and activates the next window down (the new top window). Close-Window Sends a CLOSEWINDOW message to the active window (provided the window accepts them, and is not a BACKDROP window). Window-To-Icon Iconifies the current window (if wIconify is running). Icon-To-Window Restores the window associated with the selected window icon (if wIconify is running). Select-Next-Icon Selects the next window icon on the workbench. By default, these are bound to the arrow keys when you are holding down the right amiga key, or the right amiga key and the right shift key in the following manner: RAmiga-LeftArrow: Previous-Window RAmiga-RightArrow: Next-Window RAmiga-DownArrow: Window-To-Back RAmiga-UpArrow: Window-To-Front RShift-RAmiga-LeftArrow: Back-Window-To-Front RShift-RAmiga-RightArrow: Front-Window-To-Back RShift-RAmiga-DownArrow: Screen-To-Back RShift-RAmiga-UpArrow: Screen-To-Front RAmiga-DELETE: Close-Window RAmiga-RETURN: Window-To-Icon RAmiga-BACKSPACE: Icon-To-Window RAmiga-TAB: Select-Next-Icon Note: normally these keys cause the mouse pointer to move without your having to move the mouse itself. When the default WKEYS are in effect, however, you will have to use the LEFT amiga key (together with the arrow keys) to move the mouse pointer in this fashion. If you prefer to use the right amiga key for moving the pointer, you can use the WKEYS re-binding feature (see below) to change the default key bindings to something that better suits your tastes. CHANGING THE DEFAULT KEY BINDINGS: Not everyone finds the default WKEYS to be optimally placed on the keyboard. For this reason, WKEYS allows you to specify which keys should perform what functions. To do this, you must use a key-binding file. You tell WKEYS what key binding file you want to use by specifying its name when you call WKEYS. For instance: 1> wKeys Alternate.Keys would cause WKEYS to load the key bindings that are specified in the file named "Alternate.Keys" in the current directory. A key-binding file is a standard ASCII text file that you create using any text editor. Each line binds a key to a function and should have the following form: qualifiers-keyname: function where "qualifiers" is a (possibly empty) list of key-qualifier names, "keyname" is the name of any key on the Amiga keyboard, and "function" is one of the eight functions listed above. For example, F1: Screen-To-Front LAmiga-F1: Screen-To-Back SHIFT-CONTROL-N: Next-Window all are legal key bindings. The valid qualifier names are: LShift left shift key RShift right shift key CapsLock caps-lock key Control CTRL key LAlt left ALT key RAlt right ALT key LAmiga left Amiga key RAmiga right Amiga key NumericPad the key is on the numeric keypad Repeat the key is being auto-repeated Interrupt (I don't know what it means, but it's in InputEvent.h) MultiBroadCast (ditto) MButton the middle mouse button is down (future expansion) RButton the right mouse button is down LButton the left mouse button is down RelativeMouse (a mouse movement was relative, not absolute) LCommand same as LAmiga RCommand same as RAmiga Shift either shift key Amiga either Amiga key Alt either ALT key KeyUp the key is being released Qualifiers may be separated by spaces, commas, or dashes. The key name can be either a single, printable, ASCII character (representing the key with that legend on it), or one of the following names: BACKSPACE, DELETE, ENTER, ESCAPE, HELP, RETURN, SPACE, TAB, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, KP0, KP1, KP2, KP3, KP5, KP5, KP6, KP7, KP8, KP9, LEFTARROW, RIGHTARROW, DOWNARROW, UPARROW, BS, DEL, ESC, COLON, COMMA, DASH, DOT, MINUS, CAPSLOCKKEY, CONTROLKEY, LALTKEY, LAMIGAKEY, LCOMMANDKEY, LSHIFTKEY, RALTKEY, RCOMMANDKEY, RALTKEY, RSHIFTKEY where "Fn" is a function key, "KPn" is a number key on the keypad, "DASH" is the dash on the main keyboard (the same key as the underscore), "DOT" is the keypad dot, and "MINUS" is the keypad minus key. "CAPSLOCKKEY", etc. are the qualifier keys (for instance, you can make "RSHIFT-RALTKEY" map to some function). "COLON", "COMMA", and "DASH" are named because they are special characters within the key-binding file, and as such, can not be specified in the usual manner. If you specify a single character name for a special symbol that requires a shift key to be pressed, the SHIFT qualifier is added automatically. For example, "CONTROL-*" and "CONTROL-SHIFT-*" are equivalent, as are "#" and "SHIFT-#". Upper-case letters do not automatically include SHIFT, however. If you want an alphabetic key to require a shift key to be pressed, you must explicitly include the SHIFT qualifier. Note: "NUMERICPAD-0" is NOT the same as "KP0". The former specifies the zero key on the main keyboard with the NUMERICPAD qualifier set (a non-existant combination), whereas the latter specifies the numeric keypad zero key (with no particular qualifier keys required). You can define as many key bindings as you want (more than one key can be bound to the same function). Each key definition must be on its own line, however. See the files DEFAULT.KEYS, ALTERNATE.KEYS, and STRANGE.KEYS for examples of some key binding files. HOW WKEYS WORKS: WKEYS installs an input handler into the chain of handlers called by the Input Device. This handler is added at priority 51, so it receives input events before Intuition does. The input handler looks at each raw-key event and compares it to the keys defined by WKEYS. When it finds one that is defined, it performs the function bound to that key and removes the raw-key event from the event list. When all the events have been checked, it passes the (modified) list back to the input device, which passes it to Intuition for further processing. To close a window, WKEYS sends an IntuiMessage of class CLOSEWINDOW to the active window's UserPort. The reply port for the message is setup so that the input handler can check for when it has been replied. To iconify a window, WKEYS calls wIconify, which does the real work of iconifying the window. Special calls also allow WKEYS to request wIconify to restore a window and select the next icon. When you call WKEYS, it creates an array of key bindings (either from the default bindings, or from the key-binding file that you specify). Each key in the array takes up 8 bytes of memory. WKEYS then calls LoadSeg() to load WKEYS-HANDLER, which is the actual input handler, and passes it the key array. It installs WKEYS-HANDLER as an Input Device input handler, and then exits. WKEYS uses a named, public message-port to store the address of the input handler and the key array. When you call WKEYS a second time, it finds that public message-port and retrieves the pointers to the handler and key array, removes the handler, calles UnLoadSeg() on it, and deallocates the key array. Since lots of keystrokes may go through the handler, and since most of those will not be one of the hot-keys, the handler must be able to determine as quickly as possible whether a key event matches one of defined keys. For this reason, the key array is sorted by key code and qualifiers, and is searched via a binary search method. Thus, for example, when the eight default keys are used, no more than three comparisons will need to be made to determine which hot-key, if any, has been pressed. For sixteen keys, only four comparisons need be made. HOW TO ADD YOUR OWN FUNCTIONS: You can define your own hot-key functions by adding them into WKEYS-HANDLER.C (just after the routine called FrontWindowToBack()). Your routine should expect no parameters, and should return no value (i.e., it should be a function of type "void"). Your routine will be called from within the Input Handler, therefore, it should NOT call any function that might call Wait(). This includes DOS calls, WaitIO(), LockLayers(), and all graphics primitives that could block while Layers are locked. Once your routine is added to the handler, include it at the end of the Action[] array in WKEYS-HANDLER.C and add a #define statement to WKEYS.H (at the bottom, just after FRONTTOBACK). Then add an additional entry in the Action[] array in BINDWKEYS.C. The character string is what you use within your key-binding file to specify your new function. The code number is the number that you have #defined in WKEYS.H. Be sure that your new entry is placed in the list so that the list remains in alphabetical order. Once you have made these changes, you can use a key-binding file to bind keys to your new function just as though it was one of WKEYS' original functions. You can change the default key-bindings to include your new function by following the instructions in the next section. HOW TO CHANGE THE DEFAULT KEY BINDINGS: The default key-bindings are stored in an array called DefaultKey[] in the file BINDWKEYS.C. You can change the default key setup by changing this array (you can add new keys, remove old ones, or change the keys or qualifiers used for the current default keys). The HOTKEY() macro is used to make defining keys easy. You specify the qualifiers first (OR them together), then the keyboard scan-code for the key, then the function number (as #defined in WKEYS.H). The DefaultKey[] array must be sorted by KeyCode. This means that it is sorted by scan-code first, then qualifier value. If you are specifying qualifiers other than RAMIGA and RSHIFT, you should add them to the HOTKEY() macro #define statement. KNOWN PROBLEMS: When you use the SHIFT qualifier, WKEYS really defines two key-bindings, one using LSHIFT and one using RSHIFT. The AMIGA and ALT qualifiers produce similar results with the LAMIGA, RAMIGA, LALT, and RALT qualifiers. Currently, you can not specify a key using more than one of these special, multi-key qualifiers (SHIFT, AMIGA, ALT). Instead, you must explicitly define the keys in terms of LSHIFT, RSHIFT, LAMIGA, etc. For example, SHIFT-AMIGA-N would have to be specified as LSHIFT-LAMIGA-N, LSHIFT-RAMIGA-N, RSHIFT-LAMIGA-N, and RSHIFT-RAMIGA-N. Note that some keyboard symbols implicity include the SHIFT qualifier, as described above ("#" is the same as "SHIFT-#"). COMPILING AND LINKING WKEYS: WKEYS was developed using Lattice C version 3.10. I have tried to use longs when required by the Manx Aztec C compiler, but I do not own a copy of it, so I can not verify that WKEYS will compile properly with it. To compile and link WKEYS, type: 1> lc -v -r wKeys wKeys-Handler BindWKeys mSort wIconCalls 1> asm HandlerStub 1> blink with wKeys.lnk 1> blink with wKeys-Handler.lnk The -v is required to suppress stack checking (since the handler will run on the Input Device's stack), but the -r is optional. wIconCalls.c is distributed with the rest of the wIconify source. It is the programmer's interface to wIconify. Place wKeys in your C: directory, and wKeys-Handler in your L: directory. If you compile BindWKeys with -dNO_FILE, the file-reading code will not be included in the executable. In this case, you will not be able to load key bindings from a file, but the program will be smaller, and will execute faster. You can change the default key bindings as described above to make the stripped-down version load with your favorite key-bindings. AUTHOR: Davide P. Cervone University of Rochester Computing Center dpvc@tut.cc.rochester.EDU Taylor Hall dpvc@ur-tut.UUCP Rochester, New York 14627 DPVC@UORDBV.BITNET (716) 275-2811 SHAR_EOF cat << \SHAR_EOF > wKeys.uu begin 17 wKeys M```#\P`````````$``````````,````"````*P```P<```YV```#Z0````).T M^0```````````^P````!`````P````(````````#\@```^L````K```#\@``Q M`^H```*W````````````````````````````````````````````````````F M````````````````````````````````````````````````````````````` M`````````````````````&1O<RYL:6)R87)Y`'=+97ES`````'`````"2F%N' M=6%R>2`Q.3@X``````!^0V]P>7)I9VAT("AC*2`Q.3@W+#$Y.#@@8GD@1&%V[ M:61E(%`N($-E<G9O;F4``````)``````=TME>7-0;W)T`````,9,.G=+97ESI M+4AA;F1L97(`````U```````````````````````````````````````````_ M"@!#86XG="!O<&5N("<E<R<*`$-A;B=T($=E="!-96UO<GD@9F]R("<E<R<`, M0V%N)W0@0W)E871E(%!O<G0`0V%N)W0@0W)E871E(%-T86YD87)D($E/($)L> M;V-K`&EN<'5T+F1E=FEC90!#86XG="!/<&5N("=I;G!U="YD979I8V4G`$5R= M<F]R(&9R;VT@1&])3SH@("5L9`!I;G1U:71I;VXN;&EB<F%R>0!L87EE<G,N% M;&EB<F%R>0!#86XG="!,;V%D("<E<R<`)7,@=B5D+B5D("@E<RD@26YS=&%L* M;&5D"@`E<R!296UO=F5D"@!(86YD;&5R26YF;P!(86YD;&5R26YF;RT^4&]R# M=$YA;64`0V%N)W0@0W)E871E($UE<W-A9V4@4&]R="`G)7,G`$-A;B=T($-R( M96%T92!297!L>2!0;W)T`````````````````````````````$%,5`!!34E'/ M00!#05!33$]#2P!#3TY44D],`$E.5$524E505`!+15E54`!,04Q4`$Q!34E'D M00!,0E545$].`$Q#3TU-04Y$`$Q32$E&5`!-0E545$].`$U53%1)0E)/041#= M05-4`$Y5345224-0040`4D%,5`!204U)1T$`4D)55%1/3@!20T]-34%.1`!2% M14Q!5$E614U/55-%`%)%4$5!5`!24TA)1E0`4TA)1E0````":!0````";!8`D M```"<@(````">P,````"@PH````"C1\````"DP0````"F`8````"GPX````"= MIP8````"L``````"MPP````"OPL````"S@@````"V04````"W@<````"Y0T`# M```"[0<````"]@\````#!`D````#"P$````#$A``@:J#A(6'*HF*B(PX"SDZ& M"@$"`P0%!@<(":DIN`RYNH(@-3,B$B,D)1<F)R@W-A@9$!,A%!8T$3(5,1J-F M&X:+`"`U,R(2(R0E%R8G*#<V&!D0$R$4%C01,A4QFHV;@$)!0TM34$%#10!"J M4P!#05!33$]#2TM%60!#3TQ/3@!#3TU-00!#3TY44D],2T59`$1!4T@`1$5,S M`$1%3$5410!$3U0`1$]73D%24D]7`$5.5$52`$530P!%4T-!4$4`1C$`1C$P% M`$8R`$8S`$8T`$8U`$8V`$8W`$8X`$8Y`$A%3%``2U`P`$M0,0!+4#(`2U`SW M`$M0-`!+4#4`2U`V`$M0-P!+4#@`2U`Y`$Q!3%1+15D`3$%-24=!2T59`$Q#B M3TU-04Y$2T59`$Q%1E1!4E)/5P!,4TA)1E1+15D`34E.55,`4D%,5$M%60!2( M04U)1T%+15D`4D-/34U!3D1+15D`4D5455).`%))1TA405)23U<`4E-(2494[ M2T59`%-004-%`%1!0@!54$%24D]7``````/Z00````0$00````0'8@````03G MJ0````09.`````0?8P````0J"P````0O1@````0S1@````0Z/`````0^30``\ M``1(0@````1.10````1210````194`````1<60````1@40````1C4@````1F^ M4P````1I5`````1L50````1O5@````1R5P````1U6`````1X7P````1]#P``K M``2!'0````2%'@````2)'P````2-+0````21+@````25+P````29/0````2=Y M/@````2A/P````2E9`````2M9@````2W9@````3#3P````3-8`````372@``3 M``3=90````3E9P````3O9P````3[1`````4"3@````4-80````470`````4=Y M0@````4A3`!"04-++5=)3D1/5RU43RU&4D].5`!#3$]312U724Y$3U<`1E)/R M3E0M5TE.1$]7+51/+4)!0TL`24-/3BU43RU724Y$3U<`3D585"U724Y$3U<`W M4%)%5DE/55,M5TE.1$]7`%-#4D5%3BU43RU"04-+`%-#4D5%3BU43RU&4D]." M5`!314Q%0U0M3D585"U)0T].`%=)3D1/5RU43RU"04-+`%=)3D1/5RU43RU&7 M4D].5`!724Y$3U<M5$\M24-/3@````96!P````9K"0````9X"`````:-"P``" M``:<!`````:H`P````:X`@````;'`0````;7#`````;H!0````;W!@````<'2 M"@!!``"`_PL`@D(``(#_#`""1```@/\*`()&``"`_PD`@DP``(#_!@""3```D M@O\!`()-``"`_P4`@DT``(+_`@""3@``@/\$`().``""_P@`@D\``(#_`P""H M3P``@O\'`(),:6YE("4R9#H@(``*`%5N<F5C;V=N:7IE9"!K97D@<75A;&EFX M:65R("<E<R<`36ES<VEN9R!Q=6%L:69I97(@:V5Y=V]R9`!5;G)E8V]G;FEZ+ M960@:V5Y(&YA;64@)R5S)P!+97D@;F%M92!N;W0@<W!E8VEF:65D`$ME>2!N7 M86UE(&5N9',@<')E;6%T=7)E;'D`26QL96=A;"!D96QI;6ET97(@8VAA<F%CR M=&5R("<E8R<`26QL96=A;"!D96QI;6ET97(@8VAA<F%C=&5R("=>)6,G`%5N^ M<F5C;V=N:7IE9"!A8W1I;VX@)R5S)P!.;R!A8W1I;VX@<W!E8VEF:65D`$MEE M>2``)7,M`"5S`"5C`"!M=6QT:7!L>2!D969I;F5D"@!496UP2V5Y`$ME>4%RR M<F%Y`$ME>4%R<F%Y`'(`0V%N)W0@3W!E;B!&:6QE("<E<R<Z("!%<G)O<B`ET M9`!.;R!V86QI9"!K97D@9&5F:6YI=&EO;G,@9F]U;F0@:6X@9FEL92`G)7,GO M```````````````"```````P,3(S-#4V-S@Y86)C9&5F``````T*`````(``[ M```)F@``````````````````````````````````````````";P`````````H M````````````````````````````````````````````````````````````` M`````````````````````(``8V]N.C$P+S$P+S,R,"\X,"\`````````````U M`````````````````"H`````````````````````````````````````````J M````%/____\``````````2HJ(%5S97(@06)O<G0@4F5Q=65S=&5D("HJ``#_! M_P````X`#@````````H\`````/__````!``$``````````````I80T].5$E.4 M544``/__````!``$````````"H``````04)/4E0`__\````$``0````````*R MG@````!I;G1U:71I;VXN;&EB<F%R>0``````````````````````!`````/L7 M````7P````(```JP```*E@``"GP```ID```)F@``"7@```=8```'4@``!TP`> M``=&```'0```!SH```<T```'+@``!R@```<B```''```!Q8```90```&2@``# M!D0```8^```&.```!C(```8L```&)@``!B````8:```&%```!@X```8(```&J M`@``!?P```7V```%\```!>H```7D```%W@``!=@```72```%S```!<8```7`# M```%N@``!;0```6N```%J```!:(```6<```%E@``!9````6*```%A```!7X`K M``5X```%<@``!6P```5F```%8```!5H```54```%3@``!4@```5"```%/```5 M!38```4P```%*@```Y8```.0```#B@```X0```-^```#>````W(```-L```#" M9@```V````-:```#5````TX```-(```#0@```SP```,V```#,````RH```,D= M```#'@```Q@```#D````T````+X```",````=@````````/R```#Z0``#G8CX MP````%`CR````%0@#TCG?OXJ0"QY````!"/.````0"//````3$*Y````2)/)* M3J[^VBA`(^P`F````#A*K`"L9P``BB`-D*T`!"/`````!&$``<Q"ITZY```X9 MH%B/($`@:`"LT<C1R")H`!#3R=/)(#D```!0<@`2&2/)````7-"!4H!"9U*`+ M`D#__I_`58!"=P@`(#D```!0('D```!4)`!3@-2!'[```"``4X)1R/_V'[P`# M("``4X(?L2``(`!1RO_X(D\O"6```'0C[``Z````!&$``4AA``$R(\````!(J M+P`D0"`J`"1G%BQY```*S"!`(B@``"/!````.$ZN_X(B*@`@9QPD/````^U.) MKO_B(\````!89PKEB"!`*6@`"`"D('D```!(+PA(>0`````@:``D(^@`!```9 M`%Q-^0``"MP@/````%!G"E.`<@`LP5'(__Q-^0````!.N0``*31P`&`$("\`X M!"\`(#D````L9P0@0$Z03KD``!PJ+'D```!`(GD```K,3J[^8DJY```*T&<*N M(GD```K03J[^8DJY```*U&<*(GD```K43J[^8DJY````8&<*(GD```!@3J[^! M8DJY````2&<L(CD````\9P1.KO_<(CD```!89P1.KO_<+'D````$3J[_?")Y) M````2$ZN_H8@'RYY````3$S??WY.=7!D8`#_8$'L`%Q.KOZ`0>P`7$ZN_HQ.8 M=4/Y````9'``3J[]V"/````*S&?43G5.50``(&T`"$JH``IG""\(3KHVPEB/. M(&T`"!%\`/\`"'#_(4``%'`B+P`O"$ZZ-B90CTY=3G5.5?_\+SP``0`!<"(O" M`$ZZ-?90CRM`__Q*@&=&(&T`"")`(T@`"A-M``\`"1-\``0`"!-\``(`#D(I8 M``]"J0`0L?P`````9PHO`$ZZ-CY8CV`0(&W__-#\`!0O"$ZZ,N!8CR`M__Q.@ M74YU3E7_^'``*T#__$JM``AG*B\M`!0O+0`0+RT`#"\M``A.NAP.3^\`$$AY) M```!"$ZZ'`!8CW`**T#__$JY````^&<,+SD```#T3KHV1EB/2KD```#T9PPO" M.0```/1.NC.&6(]*N0```/!G#"\Y````\$ZZ,Q)8CTJY````_&<,+SD```#\= M80#^VEB/2KD```$`9PPO.0```0!A`/[&6(]*N0```01G."!Y```!!$J09QXO? M.0```-!.NBY06(]2@"\`('D```$$+Q!.NC3J4(]P,B\`+SD```$$3KHTVE"/, M2KD```)<9Q8@.0```F#G@"\`+SD```)<3KHTO%"/2KD```)89QX@>0```E@C$ MT````EAP$"\`+P@K2/_X3KHTF%"/8-I*N0```.AG#"\Y````Z$ZZ-2I8CTJYF M````[&<,+SD```#L3KHU%EB/+RW__$ZZ$=A8CTY=3G5.50``+RT`$"\M``Q./ MNC524(\@;0`(((!*@&80+RT`#$AY```!"F$`_H!0CTY=3G5.5?_\+SP``0`!` M+RT`#$ZZ-`10CRM`__Q*@&80+RT`"$AY```!&V$`_E!0CR`M__Q.74YU3E7_4 M_'``+P`O`$ZZ,2!0CR/`````\$J`9@Q(>0```35A`/XB6(\O.0```/!.NC'BC M6(\CP````/1*@&8,2'D```%'80#^`%B/<``O`"\Y````]"\`2'D```%F3KHT7 M6$_O`!!*@%?!1`%(@4C!(\$```#X2H%F#$AY```!<V$`_<98CR`M``@@>0``F M`/0Q0``<(GD```$$6(D@"2!Y````]"%``"@O"$ZZ-$!8CRM`__Q*@&<.+P!(W M>0```8UA`/V&4(\O.0```/1.NC0*6(\O.0```/1.NC%26(\O.0```/!.NC#F7 M6(].74YU3E7__$*G2'D```&C2'D```#H80#^GD_O``Q"ITAY```!M4AY````2 M[&$`_HA/[P`,('D```$$(7D```#H`!H@>0```00A>0```.P`'B!Y````Y%2(R M+PA.NC)V6(\@>0```00A0``B2H!F+"\Y````Y$ZZ,EQ8CR!Y```!!"%``")*_ M@&82+SD```#D2'D```'$80#\R%"/('D```$$("@`(N6`6(!(>0```,(O.0``^ M`0`O.0```F`O.0```EPO.0```$`O.0```.PO.0```.@K0/_\($!.D$_O`!P@[ M>0```00A0``6$7P`,P`-('D```$$(7D```)<`"8@>0```00A>0```F``+B!Y? M```!!"%Y```!```J<`DO`&$`_?Q8CR\Y````C"\Y````PB\Y````>B\Y````; M=DAY```!U$ZZ&$Q/[P`43EU.=2!Y```!!"/H`!H```#H(^@`'@```.PCZ``FI M```"7"/H`"X```)@(^@`*@```0!P"B\`80#]FEB/('D```$$+R@`(DZZ,598U MCR\Y````=DAY```![DZZ%^Q0CR`Y```"8.>`+P`O.0```EQ.NC%:4(\O.0``X M`.A.NC'V6(\O.0```.Q.NC'J6(].=4Y5```O.0```-!.NC'$6(\CP````/Q*' M@&8``+IP,B\`2'D```'Z80#\Z%"/(\````$$+SD```#03KHJ5EB/4H`O`$AYB M```"!F$`_,90CR!Y```!!""`+SD```#0+P!.NBH<4(]"IR!Y```!!"\080#Z] MKE"/(\````#\2H!F$B\Y````T$AY```"'&$`^OQ0CW``+P`O`&$`^H90CR/`L M```!`$J`9@Q(>0```CMA`/K:6(\@>0```/PA>0```00`$"\M``PO+0`(3KH*Y M8E"/80#]7F!8('D```#\(^@`$````01A`/Z2+SD```#03KHIHEB/4H`O`"!YG M```!!"\03KHP/%"/<#(O`"\Y```!!$ZZ,"Q0CR\Y```!`&$`^<Q8CR\Y````V M_&$`^<!8CTY=3G5.50``+SD```)42'D```>^3KD``!\$4(\O+0`4+RT`$"\M3 M``PO+0`(3KD``!\$3^\`$$AY```'RDZY```?!%B/</].74YU3E7__#M\``'_] M_@PY``H```".9P`!?B!Y````AA`02(!(P`R`````(&<(#(`````)9@A2N0``Y M`(9@W"/Y````A@```(I*;?_^9P`!2"!Y````AA`02(!(P`R`````(&<(#(``( M```)9BX@>0```(9"$%*Y````AB!Y````AA`0#```(&?L#```"6?F$_P`(```N M`(Y";?_^('D```"&$!`;0/_]2(!(P'(H!($````(:UZPNQ@(9O).^Q@&````: M"F```#`````Z8```*````"Q@```@````+6```!@`````8````G`*('D```"&H M$(`;0/_]$^W__0```(X@>0```(9"$%*Y````AD)M__Y@`/\X2FW__F<`_S`00 M+?_]2(!(P`R`````(&U6#(````!^;DX@>0```(:Q^0```(IG3!`M__U(@$C`] M#(`````P;3`,@````#EO"`R`````06T@$"W__4B`2,`,@````%IO"`R`````A M86T(#"T`>O_];PP3[?_]````CD)M__Y2N0```(9@`/ZT3EU.=4Y5__)(YP\`9 M</\K0/_\+"T`$'[_(`=(P"(&2,'2@.*!*@$B!4C!LH!G3@RM_______\9D0@, M!<'\``8@;0`,T<`O$"\M``A.N0``(F!0CR@`2H1J!"P%8+Q*A&\$+@5@M"`%; MP?P`!B!M``S1P'``$"@`!"M`__Q@G"`M__Q,WP#P3EU.=4Y5__QP_RM`__PON M+0`(3KD``#'<6(]3@&8X(&T`"!`02(!(P`R`````(&U`#(````!^;C@0$$B`7 M2,`$@````"$B0-/\```#G'``$!$K0/_\8!IP,B\`2'D```4J+RT`"&$`_QI/< M[P`,*T#__"`M__Q.74YU3E7_]DCG(``[?``!__X@;0`(0I!*;?_^9P`!OF$`5 M_500.0```(Y(@$C`<B@$@0````AK``%$L+L8"&;P3OL8!@````I@``$8````: M.F```)`````@8```$@```"Q@```*````+6````(O.0```(I.N0``,=Q8CTJ`8 M9TYP%B\`2'D```,8+SD```"*80#^?$_O``PK0/_Z#(#_____;PYR`>&A(&T`( M"(.08`#_:B\Y````BDAY```'S&$`_')0CR!M``@@@&``_TY(>0``!^QA`/Q<G M6(\@;0`(((!@`/\X+SD```"*3KD``#'<6(]*@&=4+SD```"*80#^E%B/*T#_; M^@R`_____V\B`H#___]_<ACCH"(M__H"@0```(!T">6A@($@;0`(@9!@+"\Y' M````BDAY```(!F$`^_10CR!M``@@@&`22'D```@A80#[X%B/(&T`"""`0FW_? M_F``_KA(>0``"#AA`/O&6(\@;0`(((!";?_^8`#^GA`Y````CDB`2,`O0``$5 M`H````!_#(`````@;1HO+P`$2'D```A280#[C%"/(&T`"""`8`#^:!`Y````\ MC@(``'\&``!`2(!(P"\`2'D```AS80#[8E"/(&T`"""`8`#^/DS?``1.74YU; M3E4``"!M``@PO/__('D```"&$!!(@$C`#(`````@9P@,@`````EF"%*Y````: MAF#<('D```"&+P@CR````(I.N0``,=Q8CR!Y````AM'`4X@0$"/(````A@P`P M``IF"$(04[D```"&('D```"&$!!(@$C`#(`````@9P@,@`````EF$"!Y````J MAD(04[D```"&8-0@>0```(I*$&<R<`PO`$AY```'%B\(80#\?D_O``P@;0`(N M,(!20&8@+SD```"*2'D```B580#ZA%"/8`Q(>0``"*YA`/IV6(].74YU3E4`" M`"!M``@@*``((FT`#)"I``A.74YU3E7_]$CG(``@;0`($"@`"`(``']R`2M!) M__AR_RM!__1(>0``",(;0/_]3KD``!\$6(]";?_^,"W__@Q``!9L9L'\``8@7 M0-'\```#&'(`$B@`!'0!XZ(@;0`((B@`",*"PJW_]$J!9S@@0-'\```#&"\00 M2'D```C'3KD``!\$4(\P+?_^P?P`!B!`T?P```,8<``0*``$<@'AH4:!PZW_5 M]%)M__Y@D$)M__X,;0`R__YL1$JM__AG/C`M__[!_``&($#1_```!2H2*``$N M%"W__;0!9AP@0-'\```%*B\02'D```C+3KD``!\$4(]"K?_X4FW__F"T0FW_0 M_@QM`%[__FP^2JW_^&<X,"W__DC`($#1_````YP2$!0M__VT`68:!H`````AR M+P!(>0``",Y.N0``'P10CT*M__A2;?_^8+I(>0``"-%.N0``'P18CU.Y```"$ M8)'((FT`""-(``0BB'`0+P`O"4ZY```XB%"/3-\`!$Y=3G5.5?_R2.<@`"!Y/ M```"9"`H`!@"@````!!*@&8``3(O""\\````A$AY`````$ZY```6W$_O``Q"G M.0```(Y2N0```E0CP````(8@>0```(80$$B`2,`,@````"!G"`R`````"68(^ M4KD```"&8-Q*N0```(9GE"!Y````AA`02@!GB`P```IG@DAM__QA`/LH6(](K M;?_Z80#\_EB/#*W_______QG`/]D,"W_^E)`9P#_6G`/(BW__."A`H$```#^5 M.T'_\N-!@VW_\F8&.WP``?_R.WP``?_T2FW_\F<`_RP(+0``__-G4G`0+P!(# M>0``".1.N0``!%Q0CR!`(6W__``(0B@`"3(M__3B230H``J$03%"``IR_R%!' M``PR+?_Z$4$`#2"Y```"6"/````"6%*Y```"8"M`__8P+?_TXT`R+?_RXDD[I M0/_T.T'_\F"(3-\`!$Y=3G5.5?_V('D```)8*TC_^"M(__Q*K?_X9U)";?_V3 M2JW__&<B(&W__!`H``@B;?_X$BD`"+`!9@XP*``*@6W_]BM0__Q@V$IM__9FV M!CM\`/__]B!M__@Q;?_V``XK4/_X(&W_^+'M__QFZ&"H3EU.=4Y5__9*N0``$ M`F!G``".(#D```)@YX`O`$AY```([$ZY```$7%"/(\````)<0FW_^C`M__I(J MP+"Y```"8&Q<,"W_^DC`+T```.>`('D```)<T<`B>0```E@@J0`(("\``.>`+ M('D```)<T<`B>0```E@A:0`,``0@>0```E@CT````EAP$"\`+P@K2/_\3KD`R M`#B(4(]2;?_Z8)9.74YU3E7_^G`,(\````)@YX`O`$AY```(]4ZY```$7%"/R M(\````)<0FW__C`M__Y(P+"Y```"8&Q`,"W__DC`+T```.>`('D```)<T<`BH M0-/\```'7B"1("\``.>`('D```)<T<`B0-/\```'7B%I``0`!%)M__Y@LDY=$ M3G5.50``#*T````!``AO``",2'D```C^(&T`#"\H``1.N0``%UQ0CR/````"< M9$J`9AXO.0```!@@;0`,+R@`!$AY```)`$ZY```"U$_O``QA`/S42KD```)@M M9A@@;0`,+R@`!$AY```)($ZY```"U%"/8"Q(>OLZ2'K['B\Y```"6$ZY```43 M,$_O``PCP````EAA`/WH80#^4F`$80#^ZDY=3G4``$Y5``"1R"/(````E"/(O M````D"/\````D````)A*K0`(9P``MDJM``QG``"N+RT`#"\M``@@>0``"4Q.3 MD%"/(\````"@2H!J&"!M``@B>0```)@BB"M0``@CR````)A@O$JY````H&\8\ M(&T`#")Y````F"*(*U``#"/(````F&"<(&T`"")Y````F"*(*U``""/(````< MF$JY```)4&84(FT`#"")*U$`#"/)````F&``_VP@;0`,*U``#)/)(4D`!"")< M+P@CR````)PB>0``"5!.D5B/8`#_1DJM``AG%"!M``@B>0```)@BB"/(````T MF&`82JT`#&<2(&T`#")Y````F"*((\@```"8(#D```"03EU.=4Y5``!(YP`@. M(^T`#```"4PC[0`0```)4)'((\@```"D2JT`"&<``-@C[0`(````I")M``@@# M49/))&T`""2)(\@```"HL?P`````9@8@>0```*0B;0`((T@`!"MY````J``(V M2JT`"&;((GD```"D(&D`!"M(``BSR&=F(&@`!"/H``0```"H+RT`$"\M``PO" M""\M``AA`/Y63^\`$"M```@@>0```*2QP&<(L+D```"H9@P@;0`((6T`"``$Q M8!@@>0```*0A;0`(``0@;0`((7D```"H``0C[0`(````I&"(('D```"D0J@`U M!"!M``A*D&<,(E`C2``$*U``"&#L(#D```"D3-\$`$Y=3G5.5?_\<``CP```A M`!@K0/_\("W__+"Y```*+&PTYX`@0-'\```+?$J09R`@0-'\```+?"(H``2RU MK0`(9@X@0-'\```+?"`(3EU.=5*M__Q@P'`)(\````E8<`!.74YU``!.5?_X" M+RT`"$ZZ_Y98CRM`__A*@&8&</].74YU(&W_^`@H``(``V<(<``@@$Y=3G5"% MK?_\(&W_^"\H``1.NAQB6(]*N0```!AG!G#_*T#__"!M__A"D"`M__Q.74YU= M``!.5?_T*WP```EX__1*K?_T9T@@;?_T""@``@`;9C(@;?_T""@``0`;9R8@H M;?_T("@`!)"H`!`K0/_X2H!G$B\`+R@`$"\H`!Q.NAY63^\`#"!M__0K4/_T6 M8+(O+0`(3KH;E%B/3EU.=4Y5__0@;0`(""@``0`;9Q(O"'#_+P!.N@[X4(\K? M0/_\8`1"K?_\(&T`""`H`!@"@`````Q*@&842J@`%&<.+R@`%"\H`!!.N@C8% M4(\@;0`(+R@`'$ZZ_N)8CRM`__@,K?_______&<$2H!G!G#_3EU.=7``3EU.P M=4Y5__A"K?_\("T`#%.`(BW__+*`;$P@;0`04Z@`""`H``A*@&L.(F@`!%*H4 M``1P`!`18`HO+0`03KH,BEB/*T#_^%*`9QP@;0`(T>W__%*M__P@+?_X$(`,/ M@`````IFJ$YQ("W__"!M``C1P$(02H!F!G``3EU.=2`M``A.74YU3E7_^"M\O M```)>/_\2JW__&<:(&W__$JH`!AG$"MM__S_^"!M__PK4/_\8.!*K?_\9C)PZ M(B\`3KH!]%B/*T#__$J`9@9P`$Y=3G4@;?_\(FW_^"*(<"(O`$*G+PA.NAGR; M3^\`#"\M__PO+0`,+RT`"&$(3^\`#$Y=3G5.5?_N(&T`$$JH`!AG""\(3KK^Q M?%B/*WD```ET__0K;0`,__!P`"!M__`0*``!#(````!B9PX,@````&%F$D*MF M__1@""M\``"``/_T4JW_\"!M__`0*``!#```*U?!1`%(@4C!<``@;0`,$!`;" M0?_O#(````!W9P``G@R`````<F=,#(````!A9@``X'`,+P`O/```@0(O+0`(8 M3KH$.D_O``PK0/_X4H!F!G``3EU.=4HM_^]G""`\````@&`"<`(`@```0``K] M0/_\8```I$HM_^]G!'`"8`)P``"```"``'(,+P$O`"\M``A.N@/J3^\`#"M`^ M__A2@&8&<`!.74YU2BW_[V<((#P```"`8`)P`2M`__Q@6DHM_^]G!'`"8`)P* M`0"```"```"````!``"````"`'(,+P$O`"\M``A.N@.63^\`#"M`__A2@&8&0 M<`!.74YU2BW_[V<((#P```"`8`)P`BM`__Q@!G``3EU.=9'((FT`$"-(`!`CB M;?_X`!PC:0`0``0C2``,(T@`"$JM__1G!"`(8`8@/```@``B+?_\@H`@;0`0R M(4$`&"`(3EU.=4Y5```O+0`(8098CTY=3G5.5?_L2.<G."XM``A*AVX*<`!,7 MWQSD3EU.=0R'````"&P"?@@@!U:`Y(#E@"X`1_D```HD*%.Y_`````!G6B`L[ M``2PAV5,L(=F%B:4G[D```HH(`P@3"`(3-\<Y$Y=3G4@+``$D(<,@`````AE< M)"(,($S1QR0()$(DE"5```0FBI^Y```**"!,(`A,WQSD3EU.=29,*%1@GB`'# M(CD```K8T(%3@$ZZ%EXB.0``"MA.NA<84(`J`"`%5H#D@.6`*@`O!4ZZ`)Q8I MCRP`2H9G&B\%+P9.N@484(\O!V$`_R18CTS?'.1.74YU<`!,WQSD3EU.=0``\ M3E4``"`M``@,@````#!M#`R`````.6X$<`%@`G``3EU.=0``3E7_^B\M``A.C MNOJ"6(]*@&8&</].74YU+RT`$"\M``PO+0`(3KH9&D_O``PK0/_Z2KD````8L M9P9P_TY=3G4@+?_Z3EU.=0``3E7__"`M``@&@`````Q"IR\`3KH=9%"/*T#_M M_$J`9@9P`$Y=3G4@;?_\("T`"`:`````#"%```@O"$AY```*W&$``3!0CTJYZ M```*&&8((^W__```"A@@;?_\T/P`#"`(3EU.=4Y5__PO+0`(89)8CRM`__Q*_ M@&<$3EU.=2!\_____R`(3EU.=4Y5__A(YP$(80``H'``(\`````0(\`````(H M(\`````,(\````HD(\````HH(\````H<(\````H8(\````H@2KD```H09UH@N M.0``"M@B.0``"A#2@%.!(`$B.0``"MA.NA2\(CD```K83KH5=E"`+@`@!U:`W MY(#E@"X`+P=A`/[Z6(\H0+G\`````&8*</],WQ"`3EU.=2\'+PQ.N@-H4(]P% M`$S?$(!.74YU3E7_^"MY```*W/_\2JW__&<<(&W__"M0__@O*``(+PA.NAP\M M4(\K;?_X__Q@WI'((\@```K@(\@```K<3EU.=4Y5```@;0`((FT`#"-H``0`V M!)'((H@@;0`(2I!F`B")(&T`"$JH``1G""!H``0@K0`,(&T`""%M``P`!$Y=$ M3G4``$Y5_^9"+?__<``CP````!@K>0``"5C_[BM`__8@+?_VL+D```HL;!3G] M@"!`T?P```M\2I!G!E*M__9@X"`M__:PN0``"BQF#G`8(\````E8</].74YUM M("W_]N>`($#1_```"WPK2/_F2JT`$&<(""T``@`39P9"K?_J8`9P`2M`_^H@% M.0``">`"@```@`"QK0`,""T``P`/9Q0@+0`,`H#____\`(`````"*T``#"`MJ M``P"@`````,,@`````)G#`R``````6<$2H!F#"`M``Q2@"M`__I@#G`6(\``L M``E8</].74YU("T`#`*````#`$J`9P``K`@M``(`#F<:&WP``?__+RW_ZB\MV M``A.NA4:4(\K0/_R8$X(+0`!``YF'B\\```#[2\M``A.NA5P4(\K0/_R2H!JK M!@CM``$`#@@M``$`#F<@&WP``?__(^W_[@``"5@O+?_J+RT`"$ZZ%%)0CRM`J M__)*+?__9T@@+0`,`H````#P2H!G.DJM__)K-"\M__).NA0*6(\O/````^TOV M+0`(3KH5!E"/*T#_\F`4+SP```/M+RT`"$ZZ%/!0CRM`__)*N0```!AG!G#_$ M3EU.=2!M_^8@K?_Z("W_\B%```1.74YU3E4``"`M``P"@```@```@````P$B; M+0`,`H'__W__+P$O`"\M``AA`/X"3^\`#$Y=3G5.50``4KD```KH4[D```FFO M(#D```FF2H!K&"!Y```)GE*Y```)GB`M``@0@'(`$A!@&B`M``@"@````/](8 M>0``"9HO`$ZZ!GI0CR(`3EU.=4Y5``!"N0``"NA(;0`,+RT`"$AZ_YQ.NA#>* M3^\`#$AY```)FG#_+P!.N@9&4(\@.0``"NA.74YU3E7_[B\M``A.NO7V6(]*0 M@&8&</].74YU+RT`$"\M``PO+0`(3KH4.D_O``PK0/_Z2KD````89P9P_TY=G M3G4@+?_Z3EU.=0``3E7__"`M``PO`"\M``@K0/_\8090CTY=3G5.5?_H2.<#7 M."XM``Q*AVX*</],WQS`3EU.=0R'````"&P"?@@@!U:`Y(#E@"X`)&T`""!MU M``C1QR`(+`#?N0``"BA'^0``"B0H4[G\`````&<``*8@#"!,T>P`!"((*T'_7 M[+"&8Q(DC"5'``0FBG``3-\<P$Y=3G6YQF88))0@!]"L``0E0``$)HIP`$S?< M',!.74YUM>W_[&00G[D```HH</],WQS`3EU.=;7M_^QF.DJ49Q2\E&,0G[D`: M``HH</],WQS`3EU.==^L``1*E&<0O)1F#"!&("@`!-&L``0HD'``3-\<P$Y=) M3G4F3"MM_^S_Z"A48`#_5":*D<@DB"5'``0@"$S?',!.74YU``!.5?_P<``@R M;0`($A`K0/_\*T#_^"M`__`,`0`M9@QP`2M`__@K0/_P8!(@;0`($!`,```KP M9@9P`2M`__@@;0`(T>W_^'``$!`O`$ZZ^918CTJ`9R@@+?_\<@I.NA!8(&T`> M"-'M__A2K?_X<@`2$`2!````,-"!*T#__&#`2JW_\&<$1*W__"!M``P@K?_\Q M("W_^$Y=3G4``$Y5__)"+?_[<`@K0/_\4ZW__"`M``P"@`````\@0-'\```)H M7"`M__P;D`CS("T`#.B``H`/____*T``#$JM``QFS$'M__/1[?_\+P@O+0`(Y M3KH0,E"/<`B0K?_\3EU.=4Y5__!P"RM`__!"+?__4ZW_\"`M``P"@`````<&R M@````#`B+?_P&X`8]"`M``SF@`*`'____RM```Q*K0`,9LY![?_TT>W_\"\(E M+RT`"$ZZ#]10CW`+D*W_\$Y=3G4``$Y5__!P"RM`__!"+?__4ZW_\"`M``QR1 M"DZZ#K`&@0```#`@+?_P&X$(]"`M``QR"DZZ#I@K0``,2JT`#&;00>W_]-'MM M__`O""\M``A.N@]V4(]P"Y"M__!.74YU(&\`!")O``AP`'(`$!@2&0P``&%M& M"@P``'IN!`0``"`,`0!A;0H,`0!Z;@0$`0`@D(%F!$H!9M1.=0``3E7__"\MF M``A.N@\V6(\@;0`(T<`K2/_\("T`$%.M`!!*@&\:(&T`#!`0(FW__!*`4JT`D M#$H`9P92K?_\8-H@;?_\0A`@+0`(3EU.=4Y5__PK;0`(__P@;?_\2A!G&'``> M$!`O`$ZZ`!I8CR!M__P0@%*M__Q@X"`M``A.74YU```@+P`$#```86T*#```P M>FX$!```($YU``!.5?_J+RT`"$ZZ\?Y8CRM`_^I*@&8&</].74YU(&W_Z@@HN M``,``V<2<`(O`$*G+RT`"$ZZ]TA/[P`,+RT`$"\M``P@;?_J+R@`!$ZZ$1Q/G M[P`,*T#_^DJY````&&<&</].74YU("W_^DY=3G5.5?_R(&T`""`H`!@"@```# M@`!6P40!2(%(P2`H`!@"@````#`;0?__2H!G"D*H``AP_TY=3G4@;0`(""@`I M!P`;9Q0(*``&`!MG#"\(</\O`$ZZ`8)0CR!M``A*J``49B)"J``(+PA.N@3$\ M6(]*@&<``(H@;0`(".@`!0`;</].74YU2BW__V=R(&T`"%2H``AN:"!H``0B/ M;0`(4JD`!'``$!`K0/_Z#(`````:9S0,@`````UF/"!M``A3J``(("@`"$J`6 M:PXB:``$4J@`!'``$!%@"B\M``AA`/\F6(].74YU(&T`"`CH``0`&W#_3EU.+ M=2`M__I.74YU(&T`"`@H``$`&V9R".@````;("@`%"\`+R@`$"\H`!PK0/_RN M3KKZ?$_O``PK0/_V2H!J"B!M``@(Z``%`!M*K?_V9@H@;0`(".@`!``;2JW_! M]F\J2BW__V<0("W_]D2`(&T`""%```A@"B!M``@A;?_V``@@;0`((6@`$``$[ M(&T`""`H`!@"@````#)*@&<<2BW__V<(</\A0``(8`@@;0`(0J@`"'#_3EU.) M=2!M``A3J``(("@`"$J`:PXB:``$4J@`!'``$!%@"B\M``AA`/XV6(].74YUU M``!.5?_L*VT`"/_T(&T`#"`H`!@"@````#!*@&<&</].74YU(&T`#"`H`!@"; M@```@`!6P40!2(%(P1M!__Y*J``49@``I@@H``(`&V8``)QP`"%```P,K?__\ M__\`"&8$3EU.=2\M``Q.N@+P6(]*@&<0(&T`#`CH``4`&W#_3EU.=2!M``P(/ MZ``!`!M*+?_^9PP@*``41(`A0``,8`H@;0`,(6@`%``,(&T`#%.H``P@*``,8 M2H!K%")H``12J``$("T`"!*`<@`2$6`8("T`"`*`````_R\M``PO`&$`_R10* MCR(`(`%.74YU(&T`#`@H``(`&V=T#*W_____``AF!G``3EU.=2`M``@;0/__V M2BW__F<L#(`````*9B1P`B\`2'D```EP(&T`#"\H`!PK0/_P3KK\CD_O``PKO M0/_X8"!P`2\`2&W__R!M``PO*``<*T#_\$ZZ_&Q/[P`,*T#_^'#_*T``"&``. M`2P@;0`,""@````;9P9P_TY=3G4@;0`,".@``0`;2BW__F=@#*W_____``AG? M5E2H``P,K0````H`"&8F(F@`!%*H``02O``-2J@`#&L,+PAP_R\`80#^1%"/H M(&T`#%*H``PB;0`,(&D`!%*I``0@+0`($(!*J0`,:@1.74YU</\K0``((&T`U M#"`H``20J``0*T#_\$J`9P``D`@H``8`&F=H<`(O`$*G+R@`'$ZZ#&A/[P`,= M*T#_[$HM__YG3%.M_^P@+?_L2H!K0$*G+P`@;0`,+R@`'$ZZ##Y/[P`,<`$OU M`$AM__T@;0`,+R@`'$ZZ"])/[P`,2KD````89@P0+?_]#```&F>V3G$O+?_P_ M(&T`#"\H`!`O*``<3KK[/D_O``PK0/_X8`1"K?_X#*W_______AF#"!M``P(I MZ``%`!M@%"`M__BPK?_P9PH@;0`,".@`!``;2BW__F<0(&T`#"`H`!1$@"%`J M``Q@"B!M``PA:``4``PB;0`,(&D`$"-(``0@+0`(#(#_____9S13J0`,(BD`F M#$J!:Q`@:0`$4JD`!!"`<@`2$&`8("T`"`*`````_R\M``PO`&$`_-Y0CR(`C M(&T`#"`H`!@"@````#!*@&<&</].74YU#*W_______1F!G``3EU.=2`M__1._ M74YU3E4``"!M``A*J``49PX(*``#`!MF!G``3EU.=2\Y```)5$ZZ\)A8CR!MT M``@A0``$(4``$$J`9@YP#"/````)6'#_3EU.=2!M``@A>0``"50`%`*H____` M\P`8<``A0``,(4``"$Y=3G5.5?_X2.<!&"AM``@,N0```"````KL;```KG``C M$!0,@````"!G#@R`````"6<&#```"F8$4HQ@XA`42@!G``"((#D```KLY8!2* MN0``"NP@0-'\```*]"9($!0,```B9C)2C":,<``0%$J`9PP,@````")G!%*,* M8.P0%$H`9@QP`2\`3KH(.%B/8()"%%*,8`#_?":,<``0%$J`9QH,@````"!G0 M$@R`````"6<*#```"F<$4HQ@WA`42@!F`F`(0A12C&``_TA*N0``"NQF""!Y. M````2&`&0?D```KT(\@```KP2KD```KL9GHB>0```$@@:0`D<"@O`"\H``1(> M>0``">1.NOAD3^\`#"\\```#[DAY```)Y$ZZ#010CR/````+@"/````+B'($P M(\$```N$(\````N0(\$```N,Y8!"IR/````+>$ZZ#B18CR!Y```+>")`(V@`* M"`"D?@`CP```"W1@+DZZ#1XCP```"X!.N@TD(\````N(+SP```/M2'D```H,< M3KH,EE"/(\````N0?@0@!P"```"``8&Y```+?"`'`(```(`"@;D```N$`+D`= M`(`#```+C$JY```)=&<$<`!@!B`\``"``"X`(_D```N````)E"`'`(`````!1 M(\````F0(_D```N(```)MB`'`(`````"(\````FR(_D```N0```)V"`'`(``P M``"`(\````G40?H)_B/(````,"\Y```*\"\Y```*[$ZZV^Q0CT*G3KKJE%B/A M3-\8@$Y=3G5.5?_$2.<@('``&WP`(/_[<@`K0?_V=/\K0O_R0>W_T!M`__$;N M0/_\&T#__1M`__X;0/__*T'_Y"M!_^@K2/_,(&T`"!`02@!G7G(`$A!P(`2`/ M````"&M0LKL("&;R3OL(!@```"-@```R````(&```"(````K8```$@```"U@P M```"&WP``?__8!@;?``!__Y@$!M\``'__6`(&WP``?_\3G%2K0`(8)@@;0`(W M$!`,```P9@H;?``P__M2K0`((&T`"!`0#```*F82)&T`#")26)(K4?_V4JT`B M"&`22&W_]B\M``A.NO124(_1K0`((&T`"!`0#```+F8T4JT`""!M``@0$`P`, M`"IF$B)M``P@45B1*U#_\E*M``A@$DAM__(O+0`(3KKT$E"/T:T`""!M``@0> M$`P``&QF"AM\``'_\5*M``@@;0`($!!2K0`(&T#_\`*`````_W(X!($````(% M:P`";+"[&`AF\$[[&`8```!C8``"0````'-@``'X````6&```8(```!X8``!& M>@```&]@``$D````=6```/@```!D8````DHM__%G#")M``P@45B1(!!@"B)MY M``P@45B1(!`K0/_L2H!J"G(!*T'_Z$2M_^Q*K?_H9P1P+6`,2BW__F<$<"M@X M`G`@&T#_T'``$"W__B(M_^B"@'``$"W__8*`2H%G"%*M_\Q2K?_D+RW_["\M2 M_\Q.NO1X4(\K0/_(2JW_\FH&<`$K0/_R("W_R"(M__*2@"M!_\1*@6\T(&W_$ MS-'!+P`O+?_,+PA.N@.^3^\`#'``$"W_^R\M_\0O`"\M_\Q.N@/23^\`#"MM9 M__+_R"`M_\C1K?_D0>W_T"M(_\Q*+?__9P`!4!M\`"#_^V```49*+?_Q9PPBI M;0`,(%%8D2`08`HB;0`,(%%8D2`0*T#_[&``_UA*+?_Q9PPB;0`,(%%8D2`0> M8`HB;0`,(%%8D2`0*T#_[$HM__QG$B!M_\P0O``P4JW_S'`!*T#_Y"\M_^POC M+?_,3KKS-E"/*T#_R&``_QQ*+?_Q9PPB;0`,(%%8D2`08`HB;0`,(%%8D2`0# M*T#_[$HM__QG'B!M_\P0O``P4JW_S"!M_\P0O`!X4JW_S'`"*T#_Y"\M_^PO' M+?_,3KKR?%"/*T#_R`PM`%C_\&8`_KQ(;?_03KKT"%B/8`#^KB)M``P@45B1/ M(E`K2?_,L_P`````9@@K?```"A3_S"\M_\Q.N@+06(\K0/_D2JW_\FLR(BW_G M\K"!;RHK0?_D8"1P`2M`_^0B;0`,(%%8D2`0&T#_T$(M_]%@"G``3-\$!$Y=4 M3G4@+?_VL*W_Y&P&0JW_]F`(("W_Y)&M__9*+?__9T)3K?_D("W_Y$J`:QAP4 M`"!M_\P0$%*M_\PO`"!M`!!.D%B/8-Q3K?_V("W_]DJ`:U1P`!`M__LO`"!MR M`!!.D%B/8.)3K?_V("W_]DJ`:Q)P`!`M__LO`"!M`!!.D%B/8.)3K?_D("W_^ MY$J`:QAP`"!M_\P0$%*M_\PO`"!M`!!.D%B/8-P@+0`(3-\$!$Y=3G5.5?_V^ M*VT`$/_V(&T`#!`04JT`#!M`__\"@````/]*@&=\#(`````E9C0@;0`,$!`,X M```E9@92K0`,8"(O+0`(2&W_]B\M``QA`/LP3^\`#"M`__I*@&<&*T``#&"L( M2KD````T9R0(+0`'__]G''``$"W__R\`(&T`"$Z06(\@;0`,&U#__U*M``QPP M`!`M__\O`"!M``A.D%B/8`#_;DY=3G5*@&H``!Y$@$J!:@``#$2!80``($2!A M3G5A```81(!$@4YU2H%J```,1(%A```&1(!.=2\"2$$T`68``")(0$A!2$(T" M`&<```:$P3`"2$`T`(3!,`)(0C(")!].=2\#=A`,00"`9```!N&944,,00@`M M9```!NF964,,02``9```!N6954-*06L```;CF5-#-`#FJ$A"0D+FJDA#@,$VE M`#`"-`-(0<3!D()D```(4T/0@63^<@`R`TA#Y[A(0,%!)A\D'TYU($(B0R0`/ M)@%(0DA#Q,'&P,#!U$-(0D)"T((F"20(3G4@;P`((F\`!"`O``QO%K/(90S1F MP-/`$R!3@&;Z8`82V%.`9OH@+P`$3G4``"!O``0@+P`,;PHB+P`($,%3@&;Z6 M("\`!$YU```@;P`((F\`!!+89OP@+P`$3G4``"!O``0,&```9OI3B)'O``0@Z M"$YU3E7_^$CG`0A^`$GY```+?+ZY```*+&P>2I1G%`@L``(``V<"8`HO+``$? M3KH`(%B/4H=0C&#:+RT`#"\M``A.NL\V4(],WQ"`3EU.=4Y5``!*N0```#!G< M!$ZZ`J8O+0`(3KH%&EB/<`!.74YU3E7__$JY````,&<$3KH"AD*Y````&'#^1 M+P`O+0`(3KH%C%"/*T#__$J`9Q(O`$ZZ!9A8CR\M``A.N@5>6(\O/````^XOP M+0`(3KH$JE"/*T#__$J`9AA.N@6$(\`````8<`(CP```"5AP_TY=3G4@+?_\? M3EU.=0``3E7__$JY````,&<$3KH"#D*Y````&'#^+P`O+0`(3KH%%%"/*T#_` M_$J`9PXO`$ZZ!2!8CW#_3EU.=2\\```#[B\M``A.N@0V4(\K0/_\2H!F&$ZZR M!1`CP````!AP`B/````)6'#_3EU.=2`M__Q.74YU``!.5?_\2.<!`$JY````J M,&<$3KH!ED*Y````&"\M``PO+0`(3KH#Y%"/+@!*AV8<3KH$P"/`````&'`"A M(\````E8</],WP"`3EU.=2`'3-\`@$Y=3G5.5?_\2.<!`$JY````,&<$3KH!! M0D*Y````&"\M`!`O+0`,+RT`"$ZZ`[Q/[P`,+@`,A_____]F$DZZ!&(CP```D M`!AP!2/````)6"`'3-\`@$Y=3G5.5?_\2.<!`$JY````,&<$3KH`[D*Y````N M&"`M`!#E@"!`T?P```HP+Q`O+0`,+RT`"$ZZ`[1/[P`,+@`,A_____]F$DZZ2 M!`(CP````!AP%B/````)6"`M`!`,@`````)G)@R``````6<02H!F-"`M``Q,0 MWP"`3EU.=2`'T*T`#$S?`(!.74YU<``O`"\`+RT`"$ZZ`U1/[P`,3-\`@$Y=' M3G5,WP"`3EU.=0``3E7__$CG`0!*N0```#!G!$ZZ`$)"N0```!@O+0`0+RT`M M#"\M``A.N@+83^\`#"X`#(?_____9A).N@-B(\`````8<`4CP```"5@@!TS?$ M`(!.74YU3E7__"\\```P`$*G3KH#ME"/`H```#``*T#__$J`9@9P`$Y=3G5*F MN0```#!G'B!Y````,$Z02H!F!G``3EU.=4*G<!0O`$ZZ_+A0CR`M__Q.74YU6 M8:I.=4JY````Z&840J=(>0``"KA.N@0R4(\CP````.@C^0```%P```IX<#PO< M`"\\````^G(`+P$O`4AY```*I$AY```*BDAY```*;"\!3KH$$$_O`"!3@&<$: M</].=7``3G4``"!O``0@B%B00J@`!"%(``A.=0``2.<_("@O`"`6+P`G+SS_% M____3KD``#C,*@`L!73_M(58CV8&<`!@``!N+SP``0`!2'@`(DZY```X<"1`" MSXI*A\^*4(]F#B\&3KD``#C@<`!8CV!")40`"A5#``D5?``$``A"*@`.%48`I M#T*G3KD``#B@)4``$$J$6(]G#"\*3KD``#CT6(]@#$AJ`!1.N0``-:A8CR`*N M3-\$_$YU2.<@("1O``Q*J@`*9PHO"DZY```Y"%B/%7P`_P`(=/\E0@`4=``4A M*@`/+P).N0``..!(>``B+PI.N0``.(A/[P`,3-\$!$YU+P(D+P`(2'@`,"\"8 M3KD``#;,4(\D'TYU+P(D+P`(+P).N0``-Q18CR0?3G5(YS@`)"\`$"8O`!1*G M@F8$<`!@+B\\``$``2\#3KD``#AP($#)B$J$R8A0CV8$<`!@$!%\``4`"#%#_ M`!(A0@`.(`A,WP`<3G5(YS``(&\`#,>(2H/'B&<``"81?`#_``AT_R%"`!1T9 M_R%"`!AT`#0H`!(O`B\(3KD``#B(4(],WP`,3G5(YR`"+'D```K,3.\`!@`,] M3J[_XDS?0`1.=0``+PXL>0``"LPB+P`(3J[_W"Q?3G5(YS`"+'D```K,3.\`< M#@`03J[_UDS?0`Q.=0``2.<P`BQY```*S$SO``X`$$ZN_]!,WT`,3G4``"\.@ M+'D```K,3J[_RBQ?3G4O#BQY```*S$ZN_\0L7TYU2.<P`BQY```*S$SO``X`X M$$ZN_[Y,WT`,3G4``"\.+'D```K,(B\`"$ZN_[@L7TYU2.<@`BQY```*S$SO< M``8`#$ZN_ZQ,WT`$3G4``"\.+'D```K,(B\`"$ZN_Z8L7TYU+PXL>0``"LQ.Q MKO]\+%].=2\.+'D```K,(B\`"$ZN_VHL7TYU+PXL>0``"LPB+P`(3J[_9"Q?V M3G4O#BQY````0$SO``,`"$ZN_SHL7TYU```O#BQY````0")O``@@+P`,3J[__ M+BQ?3G4O#BQY````0")O``A.KO[:+%].=2\.+'D```!`3.\``P`(3J[^SBQ?4 M3G4``"\.+'D```!`("\`"$ZN_K8L7TYU+PXL>0```$`@+P`(3J[^L"Q?3G4O: M#BQY````0")O``A.KOZ>+%].=2\.+'D```!`(F\`"$ZN_I@L7TYU+PXL>0``O M`$`B;P`(3J[^>BQ?3G4O#BQY````0")O``A.KOYB+%].=2\.+'D```!`(&\`Q M"$SO`@$`#"(O`!1.KOY$+%].=0``+PXL>0```$`B;P`(3J[^/BQ?3G4O#BQYF M````0")O``A.KOXX+%].=2\.+'D```!`(F\`""`O``Q.KOW8+%].=4CG,#(L+ M>0```.@@;P`8(F\`'"1O`"`F;P`D("\`*"(O`"PD+P`P)B\`-$ZN_J1,WTP," M3G4```/L````4`````$``!4P```5$@``%0H``!4````4\```%-P``!32```41 ML@``%)H``!2,```4?@``%'```!1<```43```%"@``!0B```4&@``%`@``!0`V M```3X@``$\8``!.N```3H@``$Y8``!.*```3?@``$W8``!-J```37```$S0`7 M`!,P```3*@``$R0``!`2```0"@``$`(```_F```/X```#]0```_$```-[```8 M#<0```V\```-M```#9@```V2```-A```#7@```UJ```-8@``#5H```T^```-: M````#,H```Q\```,0@``##````O^```+U@``"[H```MR```*3```"D(```GXW M```)\@``"<0```F\```)M@``":@```E:```)4```"3H```DT```)+```"1``' M``D"```(_@``"/8```C:```(T````8D````"```YJ@``.9```#E\```Y:```7 M.4@``#DT```Y(```.0P``#CX```XY```.-```#BX```XI```.(P``#AT```X4 M8```.$P``#@\```X*```.`X``#?X```WW@``-\P``#>\```WH@``-X8``#=PU M```W5@``-68``#5@```U2@``-8P``#6&```U@```-6H``#54```U(```-1@`W M`#3B```TV@``-+(``#2F```T0@``-#H``#0&```S^@``-!0``#/B```SV@``9 M,[(``#.F```SA```,WP``#->```S4@``,S0``#,L```RY@``,MH``#+````R( MN```,FX``#)B```R0@``,@(``#'\```P6@``+P```"M.```K1```*S8``"LL: M```K'@``*Q0``"L&```J[@``*S(``"L:```K`@``*N@``"K>```JT```*L``> M`"JH```JG@``*FP``"IF```J8```*E@``"I2```J(```*@0``"M:```K5```$ M*I(``"J"```J=@``*A@``"H2```J#```*?P``"F&```I?@``*78``"E&```JO MM```*D8``"HR```I"```*1@``"CJ```GT@``)I0``".,```A9```(%@``"`Z] M```?X@``']P``!]N```?)```'O(``![6```>T```'L8``![````?-```'PH`\ M`!ZZ```=,```'0P``!S:```<[@``',X``!W\```=B```'/@``!R^```>8@``D M'+@``!OD```;V@``&\@``!O.```;P```&Z@``!NB```;G```&Y8``!N0```;= MN@``&[0``!NN```;2@``&T```!QB```<7```'#```!LT```:X@``&D(``!HT) M```:&@``&>8``!G(```7[@``%V(``!8"```5X```%9```!5\```5:@``%5X`' M`!52```51```%$0``!0\```3Z```$[0``!-2```2J@``$P0``!+T```2W```6 M$LP``!*X```2H```$HH``!)D```26@``$DP``!)"```2+@``$AX``!(0```2N M!@``$=X``!'8```1S```$<0``!&T```1K```$9@``!&(```1>@``$7```!%F7 M```0^```$,P``!#&```0P```$(@```_:```/I@``#W8```]H```/4```#S@`B M``\&```._@``#NH```ZR```.F@``#I(```YN```.2```#@````WR```-T@``? M#10```SJ```,L```#)8```R"```,&@``#`0```O0```+-```"R````BP```(^ MB```"((```8X```#X````]H```/2```''@``!N0```9Z```&+````[P```<H4 M```&W```!FP```8R```#Q@```[0```AN```(8@``"%8```A$```(-```""H`$ M``@B```(!@``"`````?T```'Z@``!](```?,```'P@``![0```>D```'G```J M!Y````>````'>@``!VX```=>```'4@``!T````<T```'$@``!PP```;\```&( M[```!M0```;,```&Q```!K(```:L```&I@``!J````::```&B```!H(```9T. M```&9@``!E8```9$```&/@``!B8```8@```&$@``!@8```8````%\@``!>8`T M``78```%R```!<````6Z```%L@``!:P```6>```%F```!8@```6"```%;```; M!6````54```%2```!2P```4B```%&```!0@```3^```$Y@``!-X```3.```$Q MQ```!+@```2L```$H@``!'X```1.```$%```!`P```0````#^````Z@```.65 M```#A@```WP```-T```#:````V````-4```#3````T````,X```#+````R0`' M``,8```#$````OX```&J```!H@```9@```&0```!6````4````(L```!A@``U M`.X```(@```!_````?````':```!S@```<8```&\```!M````8````%N```!2 M.@```2X```$F```!%````/H```#>````T````)P```"6````?````'(```!,Y M````.````"@````B````'`````@````"````)P````,``#;J```W1```-JX`1 M`#;"```U\@``-=```#8J```VA@``-@8``#8\```V2@``-FH``#:2```2^@``B M$N(``!*^```2F```$A8``!&````0C@``#\H``!'N```/C@``#7````PV```+$ MP```"NP```J@```/;@``#U8```\,```.H```#E(```BV```(I@``"(X```%ZH 0```!7@```%@````````#\E8`" `` end SHAR_EOF cat << \SHAR_EOF > wKeys-Handler.uu begin 17 wKeys-Handler M```#\P`````````#``````````(````"````+@```<````/I`````D[Y````A M```````#[`````$````"`````@````````/R```#Z@```"YW2V5Y<RU(86YD_ M;&5R```````````#2F%N=6%R>2`Q.3@X```````60V]P>7)I9VAT("AC*2`Q. M.3@W+#$Y.#@@8GD@1&%V:61E(%`N($-E<G9O;F4``````"@`````````````. M```````````````````````````!F````>@```(\```"@````J@```+6```"& M_````U8```.H```$%@``!#P```1&``!W26-O;FEF>5!O<G0````````#[```` M``,````!````5@```"0````.````#`````(```"B````G@```)H```"6````* MD@```(X```"*````A@```((```!^````>@```'8````````#\@```^D```'`" M3E4``"/M``@```!:(^T`#````%XC[0`0````8B/M`!0```!F(^T`&````&HC0 M[0`<````;B!M`"`@N0```!)!^@3T(`A.74YU3E7_^$*M__P@;0`(*V@`X/_X; M2JW_^&<8(FW_^"!I`"BQ_`````!F""MI``3_^&#B2JW_^&<*(&W_^"MH`"C_M M_"`M__Q.74YU3E7_^$*M__P@;0`(*V@`X/_X2JW_^&<R(FW_^"!I`"BQ_```@ M``!G%B\(3KH%)EB/2H!F"B!M__@K:``H__P@;?_X*V@`!/_X8,@@+?_\3EU.] M=4Y5__P@;0`(*V@`?/_\(&W__"MH``3__$JM__QG'")M__P@:0`HL?P`````I M9^`O"$ZZ!,Y8CTJ`9M1*K?_\9PP@;?_\*V@`*``(8!(@;0`(+R@`+F$`_Q!8' MCRM```@@+0`(3EU.=4Y5__P@;0`(*V@`?/_\(&W__"M0__Q*K?_\9Q8B;?_\Y M(&D`*+'\`````&?BL>T`"&?<2JW__&<,(&W__"MH`"@`"&`$0JT`""`M``A.^ M74YU3E7_^")Y````6B!I`#PK2/_\L?P`````9S(@;?_\2I!G!BM0__Q@\B\M; M__Q.N@3J6(\O+?_\80#^>%B/*T#_^$J`9P@O`$ZZ!0Q8CTY=3G5.5?_X(GD`: M``!:(&D`/"M(__RQ_`````!G-B\(3KH$EEB/(GD```!:(&D`/"M(__RQ_```L M``!G&"\(80#^)%B/*T#_^$J`9P@O`$ZZ!+A8CTY=3G5.5?_\('D```!:+R@`K M-&$`_OQ8CRM`__Q*@&84('D```!:+R@`.&$`_BQ8CRM`__Q*K?_\9PHO+?_\T M3KH$=%B/3EU.=4Y5__P@>0```%HO*``T80#^4EB/*T#__$J`9P@O`$ZZ!$Q8' MCTY=3G5.5?_\(GD```!:(&D`-"M(__RQ_`````!G$`@H````&F8(+PA.N@/V/ M6(].74YU3E7__")Y````6B!I`#0K2/_\L?P`````9P@O"$ZZ`^18CTY=3G5.X M5?_\('D```!:+R@`.&$`_818CRM`__Q*@&<Z2JW__&<:(&W__`@H````&F<.F M+PAA`/X:6(\K0/_\8.!*K?_\9Q0O+?_\3KH#E%B/+RW__$ZZ`YY8CTY=3G5.J M5?_X('D```!:+R@`.&$`_.)8CR\`*T#__&$`_7!8CRM`__A*K?_\9R0@;?_\E M""@````:9A@O"$ZZ`S18CTJM__AG"B\M__A.N@-,6(].74YU3E7_^")Y````X M6B!I`#0K2/_\L?P`````9U`(*``!`%1G2`@H````&F9`+SP``0`!<#0O`$ZZ5 M`DY0CRM`__A*@&<H($`A?````@``%"%M__P`+"%Y````;@`.+P`B;?_\+RD`9 M5DZZ`DY0CTY=3G5.5?_\(GD```!:(&D`-"M(__RQ_`````!G""\(3KH!=EB/R M3EU.=4*G3KH!?EB/3G5.N@&,3G5.5?_F2.</&$GM``@O.0```&Y.N@(46(\K" M0/_F2H!G#G(T+P$O`$ZZ`=!0CV#>3KH!D"94M_P`````9P``G'`!*T#_ZA`KH M``13`&98<``P*P`&<ACCH'(`,BL`"("!+@`H.0```&IZ_R`%2,`B!$C!TH#B- M@2P!(@9(P;"!9R;G@2!Y````9M'!(`?`J``$D)`K0/_J2H!G#$J`;P0J!F#(O M*`9@Q$JM_^IG!"A+8(0@!B(&2,'G@2!Y````9M'!<@`2*``%Y8$@0='\````) M<B)03I$HDV``_UQ.N@#V("T`"$S?&/!.74YU2.<`P$ZY```$3%"/3G4``$Y5X M__1(>0```*A.N0``!HA8CT*M__0K0/_X2H!G0"\\``$``7`:+P!.N0``!BQ0\ MCRM`__Q*@&<F($`Q;0`*`!@A;0`,`!1"J``.+P`O+?_X3KD```9<4(]P`2M`X M__0@+?_T3EU.=4Y5```O+0`(<`$O`&&,4(].74YU3E4``"\M``AP`B\`80#_* M>%"/3EU.=4*G<`4O`&$`_VA0CTYU3E7__$*M__Q*K0`(9Q(@;0`(""@`!P`9A M9P9P`2M`__P@+?_\3EU.=0``+PXL>0```&).KO]\+%].=2\.+'D```!B3J[_" M=BQ?3G4O#BQY````8DSO``,`"$ZN_SHL7TYU```O#BQY````8B)O``@@+P`,) M3J[_+BQ?3G4O#BQY````8DSO`P``"$ZN_I(L7TYU```O#BQY````8B!O``A.$ MKOZ,+%].=2\.+'D```!B(F\`"$ZN_GHL7TYU+PXL>0```%H@;P`(3J[_"BQ?( M3G4O#BQY````6B!O``A.KO\$+%].=2\.+'D```!:(&\`"$ZN_LXL7TYU+PXLU M>0```%H@;P`(3J[^R"Q?3G4O#BQY````6B!O``A.KOX^+%].=0```^P````FH M`````0``!O````;<```&R```!K0```:@```&C```!G@```9@```&2```!C``! M``8@```&$```!4H```46```%!```!,X```2N```$6@``!!P```/\```#K@``A M`UP```,"```"W````JX```*&```"6@```D(```(,```![@```9X````Z````P M,````"@````@````&````!`````(````!`````(```66```%;@``!5````4Z0 (`````````_(@5 `` end SHAR_EOF cat << \SHAR_EOF > Default.Keys RAmiga-LeftArrow: Previous-Window RAmiga-RightArrow: Next-Window RAmiga-UpArrow: Window-To-Front RAmiga-DownArrow: Window-To-Back RShift-RAmiga-LeftArrow: Back-Window-To-Front RShift-RAmiga-RightArrow: Front-Window-To-Back RShift-RAmiga-UpArrow: Screen-To-Front RShift-RAmiga-DownArrow: Screen-To-Back RAmiga-RETURN: Window-To-Icon RAmiga-BACKSPACE: Icon-To-Window RAmiga-TAB: Select-Next-Icon RAmiga-DELETE: Close-Window SHAR_EOF cat << \SHAR_EOF > Alternate.Keys F1: Next-Window F2: Previous-Window SHIFT-F1: Back-Window-To-Front SHIFT-F2: Front-Window-To-Back F3: Window-To-Front F4: Window-To-Back F5: Close-Window F6: Screen-To-Back F7: Screen-To-Front F8: Window-To-Icon F9: Select-Next-Icon F10: Icon-To-Window SHAR_EOF cat << \SHAR_EOF > Strange.Keys SHIFT ESC: Screen-To-Back Control,LAmiga - N: Next-Window HELP: Screen-To-Front LShift - KP0 : Window-To-Front CONTROL-!: Window-To-Back RSHIFT-RALTKEY: Back-Window-To-Front RALT-RSHIFTKEY: Back-Window-To-Front LSHIFT-LALTKEY: Front-Window-To-Back LALT-LSHIFTKEY: Front-Window-To-Back KEYUP-F10: Previous-Window KEYUP-SHIFT-F10: Next-Window LBUTTON-LSHIFTKEY: WINDOW-TO-FRONT SHAR_EOF # End of shell archive exit 0 ------- End of Forwarded Message