# File lib/sup/keymap.rb, line 4
  def initialize
    @map = {}
    @order = []
    yield self if block_given?
  end