Class: Twterm::KeyMapper::CursorKeyMapper

Inherits:
AbstractKeyMapper show all
Defined in:
lib/twterm/key_mapper/cursor_key_mapper.rb

Constant Summary collapse

DEFAULT_MAPPINGS =
{
  bottom_of_window: 'L',
  middle_of_window: 'M',
  top_of_window: 'H',
}.freeze

Class Method Summary collapse

Methods inherited from AbstractKeyMapper

#[], commands, #initialize, #to_h

Constructor Details

This class inherits a constructor from Twterm::KeyMapper::AbstractKeyMapper

Class Method Details

.categoryObject



10
11
12
# File 'lib/twterm/key_mapper/cursor_key_mapper.rb', line 10

def self.category
  'cursor'.freeze
end