Module Ed_multiclip_rc (.ml)


module Ed_multiclip_rc: sig .. end
Configuration of the "multiclip" view.

val factory_name : string
Name of the view.
val rc_file : string
The user's configuration file.
val key_bindings : (Okey.keyhit_state * string) Config_file.list_cp
Key bindings of the view.
val read : unit -> unit
Read the configuration file.
val write : unit -> unit
Write the configuration file.
val add_multiclip_key_binding : Okey.keyhit_state -> string -> unit
This function add a key binding for the view, described by a combination of key hits and an associated command name.
val add_multiclip_key_binding_string : string -> string -> unit
Same as Ed_multiclip_rc.add_multiclip_key_binding but the combination of key hits is given as a string.