# Key bindings for the BLIT when using Steven's 'btty' driver.
# Function keys are compatible with BE, not with the 'standard B' function
# key numbering, which looks odd with the 3-2-3 arrangement of the DMD's function keys.
# Warning: this resets your function keys!

# Initialize the function keys.

[term-init]="[5620-e PF keys]\r\n\e[1;3q\ep\r\e[2;3q\eq\r\e[3;3q\er\r\e[4;3q\eu\r\e[5;3q\ev\r\e[6;1q\3\e[7;1q\25\e[8;3q\es\r" = ""

[widen]		= "\ep\r" = "f1"
[first]		= "\eq\r" = "f2"
[last]		= "\er\r" = "f3"

[previous]	= "\eu\r" = "f4"
[next]		= "\ev\r" = "f5"

[upline]	= "\et\r" = "f7"
[downline]	= "\ew\r" = "f8"

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

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