# Input Editing Key-Bind
# Format:
#  key      function
# the function is called by typeing the key
#  this input edit function is avairable in input procedure
#   on Page-mode Territory
^a	beginning-of-line
^b	backward-char
^d	delete-char
^e	end-of-line
^f	forward-char
^h	delete-backward-char
^k	kill-line
^l	redraw
^u	kill-line
