lib/fusuma/gesture_info.rb in fusuma-0.3.2 vs lib/fusuma/gesture_info.rb in fusuma-0.3.3
- old
+ new
@@ -7,9 +7,10 @@
@action_type = action_type
end
attr_reader :finger, :direction, :action_type
def trigger_keyevent
+ MultiLogger.debug("trigger keyevent: #{shortcut}")
exec_xdotool(shortcut)
end
private