class Gkeybind::KeyLookup

Defined in:

key_lookup.cr

Constant Summary

MODIFIERS = [Key::Leftshift, Key::Rightalt]

Constructors

Instance Method Summary

Constructor Detail

def self.new(layout : Config::Layout | Nil = nil) #

[View source]

Instance Method Detail

def from_char(char : Char) #

[View source]
def from_name(name : String) #

[View source]