package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Oxbow_ipc.KeymapSource

Sourcetype t =
  1. | Bind of {
    1. keybind : string;
    2. command : Command.t;
    3. mode : string option;
    }
  2. | Unbind of {
    1. keybind : string;
    2. mode : string option;
    }