Module Input.KeyboardSource

Sourcetype t =
  1. | Repeat of {
    1. rate : int;
    2. delay : int;
    }
  2. | Layout_file of string