---------------------------------------------------------------------- --- Knud van Eeden --- 26 November 2009 - 09:47 pm ------------------- Computer: Editor: TSE: Menu: Character: Front: Versus: Inside [quick key / shortcut] --- I am currently moving over from menu shortcut characters inside to in front. It has (maybe) some advantages as (possibly) -clearer to see (all together below each other, e.g. easier to spot duplicates) -easier to select (you can keep your mouse in front, at one column position) -more symmetric (e.g. all below each other) === Steps: Overview: 1. -E.g. create the following program: --- cut here: begin --------------------------------------------------MENU MENUKeyQuickFront() "&C: compare files", ExecMacro( "cmpfiles" ), , "compare files" "&W: where", ExecMacro( "where" ), , "where" END PROC Main() MENUKeyQuickFront() END--- cut here: end ---------------------------------------------------- 2. -This instead of putting the quick keys inside --- cut here: begin --------------------------------------------------MENU MENUKeyQuickInside() "com&Pare files", ExecMacro( "cmpfiles" ), , "compare files" "wh&Ere", ExecMacro( "where" ), , "where" END PROC Main() MENUKeyQuickInside() END--- cut here: end ---------------------------------------------------- === Book: see also: === Diagram: see also: === File: see also: === Help: see also: === Image: see also:![]()
![]()
=== Internet: see also: === Podcast: see also: === Screencast: see also: === Table: see also: === Video: see also: --- ----------------------------------------------------------------------