# File lib/as_input_pad.rb, line 104
  def kaxis(name, key1, key2)
    daxis(name, AS::Event.for_key(key1), AS::Event.for_key(key2))
  end