home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / misc / mbf_1 / !MBF / !Help next >
Text File  |  1994-05-17  |  2KB  |  58 lines

  1.  
  2. My Best Friend !MBF: What !Help didn't tell you
  3. ===============================================
  4.  
  5.  
  6. Hotkeys ?
  7. ---------
  8.  
  9. • To select the 'directory under the pointer'
  10.   press Ctrl and Tab simultaneously
  11.  
  12. • To bring both desktop MBF and desktop Bin to the 'front'
  13.   press RIGHT HAND Alt, Shift and Ctrl simultaneously
  14.  
  15. • f11 opens the Task Manager window
  16.  
  17. • Tab simulates a double-click with SELECT
  18.   so Shift+Tab over a file will load it at least into !Edit
  19.  
  20. • SPACE simulates a double-click with ADJUST
  21.   so Shift+SPACE over a file will load it and close 'its' directory viewer
  22.  
  23. • Pressing B sends the window under the pointer to the 'Bottom'
  24.  
  25. • Pressing T brings the window under the pointer to the 'Top'
  26.  
  27. • Pressing C Closes the window under the pointer and
  28.   un/fortunately opens that window's parent window
  29.  
  30. Most of the above won't work if MBF doesn't get a 'key pressed' event
  31. due to the current input focus owner intercepting the relevant codes.
  32.  
  33. You can withdraw the input focus from the current owner by
  34. - 'killing the caret' from the MBF's Caret menu (click on Caret.Kill)
  35. - pressing RIGHT HAND Alt and Ctrl simultaneously.
  36.  
  37.  
  38. Miscellany
  39. ----------
  40.  
  41. • The directory sprite changes on a resolution change
  42.  
  43. • The missing hand
  44.   A double-click with SELECT or ADJUST on an application directory will open
  45.   it instead of run it if the button is held down after the second click
  46.   (ADJUST also closes application window's parent window)
  47.  
  48. • 'Friend' is singular, friends is VDU 7
  49.  
  50. • MBF's state is saved in various files in !MBF.State .
  51.   'Sensible defaults' will be assumed when some are missing.
  52.  
  53. • The Bin won't delete !MBF, any objects in the !MBF directory (except
  54.   when you click on 'empty' to empty !MBF.Bin) or a parent directory of !MBF.
  55.   This 'works' by path comparison, which means that if ADFS::Disc1.$.!MBF is
  56.   running, an ADFS:$.!MBF won't be binned/deleted, since it could have been
  57.   the one currently running (insert Disc1 & say: Filer_OpenDir ADFS:$)
  58.