home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / w3m / examples / menu.default < prev    next >
Encoding:
Text File  |  2002-12-12  |  1.0 KB  |  36 lines

  1. # A sample of ~/.w3m/menu  (default)
  2. #
  3. # menu MENU_ID
  4. #  func  LABEL FUNCTION KEYS
  5. #  popup LABEL MENU_ID  KEYS
  6. #  nop   LABEL
  7. # end
  8. #
  9. # MENU_ID
  10. #  Main:   Main menu
  11. #  Select: Buffer selection menu
  12.  
  13. menu Main
  14.   func   " Back         (b) "  BACK        "b"
  15.   popup  " Select Buffer(s) "  Select        "s"
  16.   popup  " Select Tab   (t) "  SelectTab    "tT"
  17.   func   " View Source  (v) "  VIEW        "vV"
  18.   func   " Edit Source  (e) "  EDIT        "eE"
  19.   func   " Save Source  (S) "  SAVE        "S"
  20.   func   " Reload       (r) "  RELOAD        "rR"
  21.   nop    " -----------------"  
  22.  
  23.   func   " Go Link      (a) "  GOTO_LINK    "a"
  24.   func   "   on New Tab (n) "  TAB_LINK        "nN"
  25.   func   " Save Link    (A) "  SAVE_LINK    "A"
  26.   func   " View Image   (i) "  VIEW_IMAGE    "i"
  27.   func   " Save Image   (I) "  SAVE_IMAGE    "I"
  28.   func   " View Frame   (f) "  FRAME        "fF"
  29.   nop    " ---------------- "
  30.   func   " Bookmark     (B) "  BOOKMARK        "B"  
  31.   func   " Help         (h) "  HELP        "hH"
  32.   func   " Option       (o) "  OPTIONS        "oO"
  33.   nop    " ---------------- "
  34.   func   " Quit         (q) "  QUIT        "qQ"
  35. end
  36.