Module: XDo
- Defined in:
- lib/xdo.rb,
lib/xdo/drive.rb,
lib/xdo/mouse.rb,
lib/xdo/xwindow.rb,
lib/xdo/keyboard.rb,
lib/xdo/clipboard.rb,
lib/xdo/simulatable.rb
Overview
The namespace of this library.
Defined Under Namespace
Modules: Clipboard, Drive, Keyboard, Mouse, Simulatable Classes: ParseError, XError, XWindow
Constant Summary collapse
- XDOTOOL =
The command to start xdotool.
"xdotool"
- XSEL =
The command to start xsel.
"xsel"
- XWININFO =
The command to start xwininfo.
"xwininfo"
- XKILL =
The command to start xkill.
"xkill"
- EJECT =
The command to start eject.
"eject"
- VERSION =
The version of this library.
File.read(File.join(File.(File.dirname(__FILE__)), "..", "VERSION")).freeze