Parameter that specifies a keymap-initialization procedure. This procedure is called to initialize the keymap of a text-field% object or an text% object created by graphical-read-eval-print-loop.
The initializer takes a keymap object and returns nothing. The default initializer chains the given keymap to an internal keymap that implements standard text editor keyboard and mouse bindings for cut, copy, paste, undo, and select-all. The right mouse button is mapped to popup an edit menu when the button is released. Under X, start-of-line (Ctl-A) and end-of-line (Ctl-E) are also mapped.
Returns the current initializer procedure.
Sets the initializer procedure.