Class: SetKeyboardAction
- Inherits:
-
Action
- Object
- MacroObject
- Action
- SetKeyboardAction
- Defined in:
- lib/ruby-macrodroid.rb
Instance Method Summary collapse
-
#initialize(h = {}) ⇒ SetKeyboardAction
constructor
A new instance of SetKeyboardAction.
Methods inherited from MacroObject
Constructor Details
#initialize(h = {}) ⇒ SetKeyboardAction
Returns a new instance of SetKeyboardAction.
1799 1800 1801 1802 1803 1804 1805 1806 |
# File 'lib/ruby-macrodroid.rb', line 1799 def initialize(h={}) = { } super(.merge h) end |