class Gkeybind::Keys

Defined in:

action.cr

Constructors

Instance Method Summary

Instance methods inherited from class Gkeybind::Action

run(uinput : Evdev::UinputDevice) run

Constructor methods inherited from class Gkeybind::Action

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) new

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def init(lookup : KeyLookup) #

Initialize on startup in case we have bad names, then they'll fail fast


[View source]
def keys : String #

[View source]
def run(uinput) #

[View source]