;*************************************************************************
; F-Key file for ZeeTerm
;
; Comments at lines starting with ';'
;
; F-keys are starting with 1, so that F1 = the key F1, F0 = the key F10
;
; Lines may maximum contain 100 characters including the two first.
;
; A '\' character is used instead of carriage return, so that
; e.g.
; F1Per Hansen\
; becomes 'Per Hansen<CR>' on the F1-key
;
; A '|' character is used instead of line feed, so that
; e.g.
; F1Test\|
; becomes 'Test<CR><LF>' on the F1-key
;
; If you want a '\' or a '|' character within the macro, this is specifyed
; by writing that character twice.
; ZeeTerm will sense this as a single character when read, so that e.g.
;
; F1\\/\\/\\/\\/\
; becomes '\/\/\/\/<CR>' on the F1-key
;
; and
;
; F1||/Test\\||\|
; becomes '|/Test\|<CR><LF>' on the F1-key
;
; No further special functions are supported..
;
; Following will be valid F-key assignments:
;
; F1-0 = F1 - F10
; S1-0 = Shift + F1 - F10
; A1-0 = ALT + F1 - F10
; C1-0 = CTRL + F1 - F10
;
;**************************************************************************
F1This is F1
S1This is Shift + F1
A1This is Alt + F1
C1This is Ctrl + F1
F0This is F10
