package oxbow

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

Module Command.OutputSource

Sourcemodule Swap : sig ... end
Sourcetype t =
  1. | Column_width of float Oxbow_core.Delta.t
  2. | Focus_logical of {
    1. dir : Oxbow_core.Direction.Logical.t;
    2. warp : bool option;
    }
  3. | Focus_spatial of {
    1. dir : Oxbow_core.Direction.Spatial.t;
    2. warp : bool option;
    }
  4. | Focus_match of {
    1. target : Oxbow_core.Target.Output.One.t;
    2. warp : bool option;
    }
  5. | Toggle_overview
  6. | Cycle_overview of {
    1. dir : Oxbow_core.Direction.Logical.t;
    2. until_release : string option;
    }
  7. | Swap of Swap.t
  8. | Label_add of {
    1. label : string;
    2. target : Oxbow_core.Target.Output.Any.t;
    }
  9. | Label_remove of {
    1. label : string;
    2. target : Oxbow_core.Target.Output.Any.t;
    }