#
#
#		       Pink shell v3.2 configuration file
#		Copyright (c) October 1993 by Pink House Systems
#

[Setup]
StartupFileDisplayMode	= Size 			# OwnerGroup, DateTime or Size
StartupLeftPanelPath 	=  			# empty means current directory
StartupRightPanelPath 	=
NormalModeHelp		= F3 View  F4 Edit  F5 Copy  F6 Move  F7 MkDir  F8 Del  F10 Exit  F11 Ln F12 SymLn
CommandLineModeHelp	= Del Delete cmd line  Up/Down History  CtrlO Switch mode  F10 Exit  CtrlZ Suspend
ErrorLogDirectory	=

# Comment this section if you have a monochrome monitor
# (To ignore a section just comment its name)

[Colors]					# color monitor
TitleForeground			= MAGENTA
TitleBackground			= BLUE
TitleBrightness			= ON
UserName			= YELLOW
TtyName				= YELLOW    		
ClockForeground			= BLACK		
ClockBackground 		= CYAN
ClockBrightness 		= OFF
PanelFrame 			= WHITE
PanelBackground 		= BLUE
PanelSelectedFile 		= YELLOW
PanelSelectedFileBrightness	= ON
PanelNotSelectedFile		= WHITE
PanelNotSelectedFileBrightness	= ON
PanelCurrentSelectedFile	= YELLOW
PanelCurrentNotSelectedFile	= WHITE
PanelCurrentFile		= CYAN
PanelPath 			= RED
PanelPathBrightness 		= OFF
PanelDeviceFreeSpace        	= RED
PanelDeviceFreeSpaceBrightness	= OFF
PanelFileInfo 			= RED
PanelFileInfoBrightness 	= OFF
PanelFilesInfo			= BLACK
PanelFilesInfoBrightness	= OFF
CommandLineForeground		= WHITE
CommandLineBackground		= BLACK
CommandLineBrightness		= ON
StatusBarForeground 		= BLACK
StatusBarBackground 		= CYAN
StatusBarBrightness 		= OFF
StatusBarWarningForeground 	= BLACK
StatusBarWarningBackground 	= WHITE 
StatusBarWarningBrightness 	= OFF
StatusBarErrorForeground 	= WHITE
StatusBarErrorBackground 	= RED
StatusBarErrorBrightness 	= ON


# Uncomment this section if you have a monochrome monitor

#[Colors]
TitleForeground			= WHITE
TitleBackground			= BLACK
TitleBrightness			= ON
UserName			= WHITE
TtyName				= WHITE
ClockForeground			= BLACK
ClockBackground 		= WHITE
ClockBrightness 		= OFF
PanelFrame 			= WHITE
PanelBackground 		= BLACK
PanelSelectedFile 		= WHITE
PanelSelectedFileBrightness	= ON
PanelNotSelectedFile		= WHITE
PanelNotSelectedFileBrightness	= OFF
PanelCurrentSelectedFile	= WHITE
PanelCurrentNotSelectedFile	= BLACK
PanelCurrentFile		= WHITE
PanelPath 			= BLACK
PanelPathBrightness 		= OFF
PanelDeviceFreeSpace        	= BLACK
PanelDeviceFreeSpaceBrightness	= OFF
PanelFileInfo 			= BLACK
PanelFileInfoBrightness 	= OFF
PanelFilesInfo			= BLACK
PanelFilesInfoBrightness	= OFF
CommandLineForeground		= WHITE
CommandLineBackground		= BLACK
CommandLineBrightness		= ON
StatusBarForeground 		= BLACK
StatusBarBackground 		= WHITE
StatusBarBrightness 		= OFF
StatusBarWarningForeground 	= BLACK
StatusBarWarningBackground 	= WHITE 
StatusBarWarningBrightness 	= OFF
StatusBarErrorForeground 	= BLACK
StatusBarErrorBackground 	= WHITE
StatusBarErrorBrightness 	= OFF


# COMMAND FORMAT:
# key = command name; formatted command; new dir; save screen; pause; hide

# SEE MANUAL FOR COMPLETE DOCUMENTATION ABOUT FORMATTED COMMANDS  (man psh)
# BRIEF:
# 	FORMAT SPECIFIERS:
# 	- %s{question,default_answer} 

# 	- %f file (not directory)
# 	- %d directory (not file)
# 	- %l symbolic link
# 	- %a all kind of directory entry (file, directory, link)
# 	- %m current file mode
# 	- %g current file group
# 	- %o current file owner
#	- %p current panel path

# 	- %F file (not directory) 		(for the other panel)
# 	- %D directory (not file) 		(for the other panel)
# 	- %L symbolic link 			(for the other panel)
# 	- %A all kind of directory entry (file, directory, link) (for the other panel)
# 	- %M current file mode			(for the other panel)
# 	- %G current file group			(for the other panel)
# 	- %O current file owner			(for the other panel)
#	- %P the other panel path

# F11, ShiftF5 and ShiftF11 are the same
# F12, ShiftF6 and ShiftF12 are the same

[Keys]
F1  	 = MOUNT; mount /dev/fd0 /mnt/fd0; /mnt/fd0;;;1
F2  	 = MOUNT; mount /dev/fd1 /mnt/fd1; /mnt/fd1;;;1
F3  	 = VIEW; bpe %f;;0
F4  	 = EDIT; joe %f;;0
F5  	 = <Copy>
F6  	 = <RenameMove>
F7  	 = <MkDir>
F8  	 = <Delete>
F9  	 = MAKE; make
F10 	 = <Exit>
F11 	 = <Link>
F12 	 = <SymbolicLink>
ShiftF1  = UMOUNT; umount /dev/fd0;;;;1
ShiftF2  = UMOUNT; umount /dev/fd1;;;;1
ShiftF3  = UMOUNT; umount /dev/hda4;;;;1
ShiftF4  = NEW FILE; joe %s{New file name: ,}
ShiftF5  = ignored						# same as F11
ShiftF6  = ignored						# same as F12
ShiftF7  = FIND; find %s{Path: ,/} -name %s{File name: ,};;;1
ShiftF8  =
ShiftF9  =
ShiftF10 =
ShiftF11 = ignored						# same as F11
ShiftF12 = ignored						# same as F12
CtrlA 	 =
CtrlB 	 =
CtrlC 	 = ignored						# SIGINT
CtrlD 	 = 
CtrlE    = <HistoryBack>
CtrlF    =
CtrlG 	 =
CtrlH 	 =
CtrlI 	 = ignored						# TAB
CtrlJ 	 = ignored
CtrlK  	 = KILL; kill %s{Signal number: ,-11} %s{Processes: ,};;;;1
CtrlL 	 =
CtrlM 	 = ignored						# ENTER
CtrlN 	 =
CtrlO 	 = <ShowTty>
CtrlP 	 = PROCESSS SHOW; ps -la;;;1
CtrlQ 	 = ignored
CtrlR 	 = <Refresh>
CtrlS 	 = ignored
CtrlT 	 = <GotoRoot>
CtrlU 	 =
CtrlV 	 = COMPARE; cmp %f %s{Compare %f with: ,}
CtrlW 	 = WHO; who;;;1
CtrlX 	 = <HistoryNext>
CtrlY 	 =
CtrlZ	 = ignored						# SIGTSTP
Alt0 	 =
Alt1 	 =
Alt2 	 =
Alt3 	 =
Alt4 	 =
Alt5 	 =
Alt6 	 =
Alt7 	 =
Alt8 	 =
Alt9 	 =
AltA 	 = MOUNT; mount -t %s{Filesystem type: ,msdos} /dev/fd0  /mnt/fd0;  /mnt/fd0
AltB 	 = MOUNT; mount -t %s{Filesystem type: ,msdos} /dev/fd1  /mnt/fd1;  /mnt/fd1
AltC 	 = MOUNT; mount -t %s{Filesystem type: ,msdos} /dev/hda4 /mnt/hda4; /mnt/hda4
AltD 	 = <FileDisplayMode>
AltE 	 = ENVIRONEMENT; env;;;1
AltF 	 = FSCK; fsck -larvsm %s{File system to verify/repair: ,/dev/hda1}
AltG 	 = CHGRP; chgrp %s{Enter new group of %a (current group is %g):,} %a;;;;1
AltH 	 =
AltI 	 =
AltJ 	 =
AltK 	 =
AltL 	 =
AltM 	 = CHMOD; chmod %s{New mode of %a: ,%m} %a;;;;1
AltN 	 =
AltO 	 = CHOWN; chown %s{Enter new owner of %a (current owner is %o): ,} %a;;;;1
AltP 	 =
AltQ 	 = MAN; man %s{Question: ,}
AltR 	 = RMDIR; rm -r -f %s{Removing directory: ,%d};;;;1
AltS 	 = SYNC; sync&;;;;1
AltT 	 = TREE COPY; cp -r %d %s{Copying directory %d to: ,%P};;;;1
AltU 	 =
AltV 	 =
AltW 	 =
AltX 	 = X Window System; startx
AltY 	 =
AltZ 	 =
Alta 	 = MOUNT; mount -t %s{Filesystem type: ,msdos} /dev/fd0  /mnt/fd0;  /mnt/fd0
Altb 	 = MOUNT; mount -t %s{Filesystem type: ,msdos} /dev/fd1  /mnt/fd1;  /mnt/fd1
Altc 	 = MOUNT; mount -t %s{Filesystem type: ,msdos} /dev/hda4 /mnt/hda4; /mnt/hda4
Altd 	 = <FileDisplayMode>
Alte 	 = ENVIRONEMENT; env;;;1
Altf 	 = FSCK; fsck -larvsm %s{File system to verify/repair: ,/dev/hda1}
Altg  	 = CHGRP; chgrp %s{Enter new group of %a (current group is %g): ,} %a;;;;1
Alth 	 =
Alti 	 =
Altj 	 =
Altk 	 =
Altl 	 =
Altm 	 = CHMOD; chmod %s{New mode of %a: ,%m} %a;;;;1
Altn 	 =
Alto 	 = CHOWN; chown %s{Enter new owner of %a (current owner is %o): ,} %a;;;;1
Altp 	 =
Altq 	 = MAN; man %s{Question: ,}
Altr 	 = RMDIR; rm -r -f %s{Removing directory: ,%d};;;;1
Alts 	 = SYNC; sync&;;;;1
Altt 	 = TREE COPY; cp -r %d %s{Copying directory %d to: ,%P};;;;1
Altu 	 =
Altv 	 =
Altw 	 =
Altx 	 = X Window System; startx
Alty 	 =
Altz  	 =
Del      = <DeleteCmdLn>
Ins      = <FileSelect>
CtrlBksp = <CopyFileToCmdLn>
Home     = <Home>
End      = <End>
PageUp	 = <PageUp>
PageDown = <PageDown>
