# File lib/sup/keymap.rb, line 69
  def action_for kc
    action, help, keys = @map[kc]
    [action, help]
  end