# Key bindings for the 5620-2 (5620 with new ROMs), my personal preferences.
# (Guido)

# Initialize the function keys.

[term-init]="[Changing PF keys!]\r\n\e[1;2q\eW\e[2;2q\eF\e[3;2q\eL\e[4;2q\eb\e[5;2q\ef\e[6;2q\es\e[7;2q\er\e[8;2q\ep" = ""

# 5 function key bindings are the same as for BE, F6-F8 are different.

[widen]		= "\eW" = "f1"
[first]		= "\eF" = "f2"
[last]		= "\eL" = "f3"

[previous]	= "\eb" = "f4"
[next]		= "\ef" = "f5"

[copy]		= "\es" = "f6"
[redo]		= "\er" = "f7"
[extend]	= "\ep" = "f8"

# Find some use for CLEAR, HOME and HOME DOWN keys.

[upline]	= "\e[H"	= "HOME"
[downline]	= "\e[70;1H"	= "HOME-DOWN"
[look]		= "\e[2J"	= "CLEAR"

# Bind DEL to [delete]

[delete]	= "\177"	= "DEL"
