struct Obsctl::TUI::Keymap::Entry

Overview

A key that can be pressed next, given what has been pressed so far.

Defined in:

obsctl/tui/keymap.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(token : String, label : String, sequence : String, group : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(token _token = @token, label _label = @label, sequence _sequence = @sequence, group _group = @group) #

[View source]
def group : Bool #

def label : String #

def sequence : String #

def token : String #