; ******************************************************************************
; MicroEMACS Function keys 1-10 and 11-19 on machines without VT keypad
; ******************************************************************************
	

		; Function keys 1-10
		bind-to-key	gold-prefix		FN1
		macro-to-key	toggle-help 		G-FN1
		macro-to-key	toggle-fn-window	FN2
		bind-to-key	search-reverse		FN3
		bind-to-key	search-forward		FN4
		macro-to-key	toggle-help		FN5
		bind-to-key	execute-macro		FN6
		bind-to-key	delete-previous-word	FN7
		bind-to-key	delete-next-word	FN8
		bind-to-key	save-file		FN9
		bind-to-key	exit-emacs		FN0
		bind-to-key	kill-region		G-FN2
		bind-to-key	yank			G-FN3
		bind-to-key	copy-region		G-FN4
		bind-to-key	quote-character		G-FN5
		bind-to-key	query-replace-string	G-FN6
		macro-to-key	delete-current-line	G-FN7
		macro-to-key	start-of-next-line	G-FN8
		bind-to-key	write-file		G-FN9
		bind-to-key	find-file		G-FN0

		bind-to-key	previous-line		FNc
		bind-to-key	next-line		FNd
		bind-to-key	backward-character	FNe
		bind-to-key	forward-character	FNf
		bind-to-key 	exit-emacs		FNg
		bind-to-key	change-file-name	G-FNg
		bind-to-key	end-of-file		FNh
		bind-to-key	yank			G-FNh
		bind-to-key	next-line		FNi
		bind-to-key	open-line		G-FNi
!endif

