lib/fusuma/plugin/executors/sendkey_executor.rb in fusuma-plugin-sendkey-0.6.0.pre vs lib/fusuma/plugin/executors/sendkey_executor.rb in fusuma-plugin-sendkey-0.6.0.pre2

- old
+ new

@@ -5,12 +5,16 @@ module Fusuma module Plugin module Executors # Control Window or Workspaces by executing wctrl class SendkeyExecutor < Executor + def execute_keys + [:sendkey] + end + def config_param_types { - 'device_name': String + device_name: String } end # fork and execute sendkey command # @param event [Event]