Class: Xremap::Keymap
- Inherits:
-
Struct
- Object
- Struct
- Xremap::Keymap
- Defined in:
- lib/xremap.rb
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#remap ⇒ Object
Returns the value of attribute remap.
Instance Attribute Details
#application ⇒ Object
Returns the value of attribute application
54 55 56 |
# File 'lib/xremap.rb', line 54 def application @application end |
#remap ⇒ Object
Returns the value of attribute remap
54 55 56 |
# File 'lib/xremap.rb', line 54 def remap @remap end |