home *** CD-ROM | disk | FTP | other *** search
- REGEDIT4
- ; Key macros for LYNX-style motion, i.e. when a command line is empty,
- ; left arrow will move one level up in directory hierarchy, while right
- ; arrow will move one level down.
-
- [HKEY_CURRENT_USER\Software\Far\KeyMacros\Shell\Left]
- "Sequence"="CtrlPgUp"
- "DisableOutput"=dword:00000001
- "EmptyCommandLine"=dword:00000001
- "NotEmptyCommandLine"=dword:00000000
-
- [HKEY_CURRENT_USER\Software\Far\KeyMacros\Shell\Right]
- "Sequence"="CtrlPgDn"
- "DisableOutput"=dword:00000001
- "EmptyCommandLine"=dword:00000001
- "NotEmptyCommandLine"=dword:00000000
-
-
-