Class: Twterm::KeyMapper::AppKeyMapper

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

Constant Summary collapse

DEFAULT_MAPPINGS =
{
  cheatsheet: 'F1',
  me: 'm',
  quit: 'F10',
}.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/app_key_mapper.rb', line 10

def self.category
  'app'.freeze
end