# File lib/as_input_pad.rb, line 56
  def key(name, key, &proc)
    button(name, AS::Event.for_key(key), &proc)
  end