View Source AFK.Keycode.Transparent (afk v0.3.2)

Represents a key that is transparent to its layer.

Any key-press it registers falls to lower layers, of any.

Link to this section Summary

Functions

Creates a Transparent keycode.

Link to this section Types

@type t() :: %AFK.Keycode.Transparent{}

Link to this section Functions

@spec new() :: t()

Creates a Transparent keycode.

examples

Examples

iex> new()
%AFK.Keycode.Transparent{}