Please enable JavaScript to view this site.

A-Shell Development History

VUE refinement (edit 311): The typical PC interpretation of the HOME/END keys is now supported via the INI.VUE switch PCNAV = TRUE. (This is more of a new feature than a bug fix, but we'll compromise and call it a 'refinement' in order to sneak it in to the stable 6.0 release.) When enabled, the HOME (^^) and END (^E) keys go to the start and end of the current line, rather than the start and end of the file, as they do in the traditional VUE command set. (This difference has been a long-standing irritation to people accustomed to using typical PC editors.)

To go to the start or end of the file when PCNAV=TRUE, the following new extended key commands have been implemented:

Key Combo

Standard VUX Translation

Function

CTRL+_ HOME

^_^^

start of file

CTRL+_ END

^_^E

end of file