===================================================================
; If you use this CustomMenu, you can insert all of menu elements
; and tags without refering to the help document. 
; 
; This menu is automatically added in CustomMenu list.
; Default shortcut key is [Ctrl]+[Alt]+[M]
; 
;                                   Created by Hiroshi...
===================================================================


Sub Menu|
================================================================
+(Item name...)


..
[!K3 "UP"]
/E

Simple Sub Menu|
================================================================
*(Item name...)


..
[!K3 "UP"]
/E

List Menu|
================================================================
#(Item name...)


..
[!K3 "UP"]
/E
-
Menu Item (single line)  | (Item name...) | (Item contents...)
Menu Item (plural lines) |
(Item name...)|
(Item contents...)

[$/E]
[!K3 "UP"]
/E
-
Comment (single line)  | ;[$ ]
Comment (plural lines) |
[$>>>>]


[$<<<<]
[!K3 "UP"]
/E
-
+Tag
  +Date
    +Year
       (e.g.) 1997 : 4 digit | [&1]Y1[&2]
       (e.g.) 97 : 2 digit   | [&1]Y2[&2]
    ..
    +Month
       (e.g.) 4 : normal   | [&1]T1[&2]
       (e.g.) 04 : 2 digit | [&1]T2[&2]
       (e.g.) April : word | [&1]T3[&2]
       (e.g.) Apr : abbrev | [&1]T4[&2]
       (e.g.)  4 : 2 digit | [&1]T5[&2]
    ..
    +Day
       (e.g.) 7 : normal   | [&1]D1[&2]
       (e.g.) 07 : 2 digit | [&1]D2[&2]
       (e.g.)  7 : 2 digit | [&1]D3[&2]
    ..
    +Week
       (e.g.) Monday : word | [&1]W1[&2]
       (e.g.) Mon : avvrev  | [&1]W2[&2]
    ..
  .. ; Date

  +Time
    +AM/PM
       (e.g.) AM/PM : uppercase | [&1]N1[&2]
       (e.g.) am/pm : lowercase | [&1]N2[&2]
       (e.g.) Am/Pm : other     | [&1]N3[&2]
    ..
    +Hour
       (e.g.) 7 : normal (24 unit)   | [&1]H1[&2]
       (e.g.) 07 : 2 digit (24 unit) | [&1]H2[&2]
       (e.g.) 5 : normal (12 unit)   | [&1]H3[&2]
       (e.g.) 05 2 digit (12 unit)   | [&1]H4[&2]
       (e.g.)  7 : 2 digit (24 unit) | [&1]H5[&2]
       (e.g.)  5 : 2 digit (12 unit) | [&1]H6[&2]
    ..
    +Minute
       (e.g.) 7 : normal   | [&1]M1[&2]
       (e.g.) 07 : 2 digit | [&1]M2[&2]
       (e.g.)  7 : 2 digit | [&1]M3[&2]
    ..
    +Second
       (e.g.) 7 : normal   | [&1]S1[&2]
       (e.g.) 07 : 2 digit | [&1]S2[&2]
       (e.g.)  7 : 2 digit | [&1]S3[&2]
    ..
  .. ; Time

  +File/Folder/URL
    Full Path File Name | [&1]F1[&2]
    File Name           | [&1]F2[&2]
    -
    Full Path Folder Name | [&1]B1[&2]
    Folder Name           | [&1]B2[&2]
    -
    Full Path Shortcut Name  | [&1]L1[&2]
    Shortcut Name            | [&1]L2[&2]
    -
    URL Address          | [&1]R1[&2]
    URL Address (abbrev) | [&1]R2[&2]
    -
    Link File Insertion... | [&1]' [&2][!K "LEFT"][!W 200][F1][!K "RIGHT"]
  ..

  +User Spec
    &Define Item | [&1]#|Item1|Item2|Item3|...[&2]
    -
    Item&1 | [&1]#1[&2]
    Item&2 | [&1]#2[&2]
    Item&3 | [&1]#3[&2]
  ..

  +Text Modification/Conversion
    Text Modification | [&1]E (xxx)[&2]
    -
    Conv[Upper Case]    | [&1]VU[&2]
    Conv[Lower Case]    | [&1]VL[&2]
    Conv[Word Case]     | [&1]VLW[&2]
    Conv[Sentence Case] | [&1]VLS[&2]
  ..

  +Command
    Current Path Name | [&1]!P[&2]
	-
    Start up / Open |
		[/][#|Input target file name...]
		[/][&1]!E "[#1]"[&2]
	/E
    -
    Key Stroke [Down-Up] | [&1]!K ""[&2][!K2 "LEFT"]
    Key Stroke [Down]    | [&1]!D ""[&2][!K2 "LEFT"]
    Key Stroke [Up]      | [&1]!U ""[&2][!K2 "LEFT"]
    -
    Key Stroke [with Shift] | [&1]!KS ""[&2][!K2 "LEFT"]
    Key Stroke [with Ctrl]  | [&1]!KC ""[&2][!K2 "LEFT"]
    Key Stroke [with Alt]   | [&1]!KA ""[&2][!K2 "LEFT"]
    -
    Play Macro [Current]       | [&1]!M[&2]
    Play Macro [Specify Macro] | [&1]!M "[F2]"[&2]
    Record Macro               | [&1]!R[&2]
    -
    #Key Name...
        Enter | ENTER
        Tab   | TAB
        Esc   | ESC
        Space | SPACE
        Left  | LEFT
        Right | RIGHT
        Up    | UP
        Down  | DOWN
        Home  | HOME
        End   | END
        Ins   | INS
        Delete| DEL
        Page Up    | PAGE_UP
        Page Donw  | PAGE_DOWN
        Windows    | WIN
        Popup Menu | APPS
        Shift | SHIFT
        Ctrl  | CTRL
        Alt   | ALT
        Back  | BACK
    ..
    -
    Time Lag | [&1]!W [&2][!K "LEFT"]
  ..

  +Misc
    Left bracket "["  | [&1]&1[&2]
    Right bracket "]" | [&1]&2[&2]
    -
    Join Line (trim)    | [&1]&C[&2]
    Join Line (no trim) | [&1]&L[&2]
    Return Code(\r+\n)  | [&1]&R[&2]
    Specify Line Top    | [&1]/[&2]
    -
    Static Text  | [&1]$[&2][!K "LEFT"]
  ..

.. ; Tag

-
Full Path File Name...    | [F1]
Full Path Folder Name...  | [B1]
URL Address...            | [R1]
