home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 August / VPR0008B.BIN / DRIVER / COMPAQ / SP12386 / sp12386.exe / data1.cab / System_Files / IE3.LGM < prev    next >
INI File  |  2000-02-04  |  1KB  |  52 lines

  1. [Button Mapping - Default]
  2.  
  3.     ; Browser functions
  4.     BUTTON_BACK             = {PostCommand A121}
  5.     BUTTON_FORWARD            = {PostCommand A122}
  6.     BUTTON_STOP               = {PostCommand 0029}
  7.  
  8.     ; IE3 didn't respond to PostCommand's for these
  9.     ; functions (I don't know why).
  10.     ; Fortunately, these accelerators seem to
  11.     ; be the same for all languages (at least
  12.     ; French and English), so we use them
  13.     ; instead
  14.     BUTTON_RELOAD            = {F5}
  15.     BUTTON_FIND                = ^f
  16.  
  17.     BUTTON_SEARCH            = {PostCommand A125}
  18.     BUTTON_ADD_FAV            = {PostCommand A173}
  19.     BUTTON_HOME                = {PostCommand A124}
  20.     BUTTON_PRINT            = {PostCommand 0104}
  21.     BUTTON_HISTORY            = {PostCommand A128}
  22.     BUTTON_OPEN_FAV            = {PostCommand A172}
  23.     BUTTON_OPEN_URL            = {PostCommand 0100}
  24.  
  25.     ; Vertical scroll
  26.     BUTTON_UP                = [{Up}]
  27.     BUTTON_DOWN                = [{Down}]
  28.  
  29.     ; Next (Prev) link:
  30.     BUTTON_LINK               = {Tab}
  31.  
  32.  
  33. [Button Mapping (0410) - Default]        ; Italian
  34.     BUTTON_FIND                = %mv
  35.  
  36.  
  37. [Button Mapping - Edit]
  38.  
  39.     ; Move focus from Edit control
  40.     BUTTON_UP      = +{Tab}
  41.     BUTTON_DOWN    = {Tab}
  42.  
  43.  
  44. [Button Mapping - ComboWndClass]
  45.  
  46.     ; Move focus from combobox controls on some Web pages
  47.     BUTTON_UP       = +{Tab}
  48.     BUTTON_DOWN     = {Tab}
  49.  
  50.  
  51.  
  52.