Short: When typing in right-to-left direction (believe it - it's Type: util/rexx Architecture: m68k-amigaos possible to type right-to-left on Amiga:-)) languages (Hebrew for example) there's big problem: when "enter" pressed - wrong side (the right one) of line goes down. "Reverse-Enter.REXX" makes the left part of the line to go downwards, like this: before (-----------a--------)[cursor](--------b--------) after (--------b--------) (-----------a--------)[cursor] "Hebrew-Enter.REXX" works only in FinalWriter. It doesn't writes to disk and doesn't forgets text that you cut before. It also checks if FinalWriter is running. You may ask how this script may be useful. It won't if you don't edit any text in Hebrew or other language where the direction of writing is right-to-left. REQUIREMENTS: AREXX installed and running FinalWriter INSTALLATION: Assign it as AREXX script ("rx Hebrew-Enter.REXX) to hotkey with any commodity that able to create hotkeys (Workbench's "Fkey", MCP/YAK/MagicCX or anything like them). Or place the "Hebrew-Enter.REXX" anywhere (REXX: directory - is the best). Assign it as AREXX script to FinalWriter's menu or button. "Hebrew-Enter.REXX" was tested with FinalWriterII release 1.It should work with all versions of FinaWriter. If it doesn't work check if FinalWriter's AREXX portname is 'FINALW.1'. If it isn't change it in the script to the right value in the script. This program is Public domain. It may be distributed for no profit only and may not be modified. Mindelis Jack, Bodenhaimer 26-b,Haifa Israel E-Mail aet1018@aerodyne.technion.ac.il. ************************************************* *Any Israely Amiga users - feel free to contact.* *************************************************