home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 January / PCWorld_2001-01_cd.bin / Software / TemaCD / far / far165.exe / Addons / Macros / Lynx-mot.reg < prev    next >
Encoding:
Windows Registry Data  |  1998-07-28  |  565 b   |  19 lines

  1. REGEDIT4
  2. ; Key macros for LYNX-style motion, i.e. when a command line is empty,
  3. ; left arrow will move one level up in directory hierarchy, while right
  4. ; arrow will move one level down.
  5.  
  6. [HKEY_CURRENT_USER\Software\Far\KeyMacros\Shell\Left]
  7. "Sequence"="CtrlPgUp"
  8. "DisableOutput"=dword:00000001
  9. "EmptyCommandLine"=dword:00000001
  10. "NotEmptyCommandLine"=dword:00000000
  11.  
  12. [HKEY_CURRENT_USER\Software\Far\KeyMacros\Shell\Right]
  13. "Sequence"="CtrlPgDn"
  14. "DisableOutput"=dword:00000001
  15. "EmptyCommandLine"=dword:00000001
  16. "NotEmptyCommandLine"=dword:00000000
  17.  
  18.  
  19.