Class: Twterm::KeyMapper::StatusKeyMapper

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

Constant Summary collapse

DEFAULT_MAPPINGS =
{
  compose: '^N',
  conversation: 'c',
  destroy: 'D',
  like: 'F',
  open_link: 'o',
  quote: 'Q',
  reply: 'r',
  retweet: 'R',
  user: 'U',
}.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



16
17
18
# File 'lib/twterm/key_mapper/status_key_mapper.rb', line 16

def self.category
  'status'.freeze
end