package chamo

  1. Overview
  2. Docs

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 : (Stk.Key.keystate list * string) list Ocf.conf_option

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 : Stk.Key.keystate list -> 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 add_multiclip_key_binding but the combination of key hits is given as a string.

OCaml

Innovation. Community. Security.