/dports/deskutils/ydotool/ydotool-0.1.8/ |
H A D | README.md | 1 # ydotool chapter 24 ydotool type 'Hey guys. This is Austin.' 28 ydotool key ctrl+alt+f1 32 ydotool key Alt+F4 36 ydotool mousemove 100 100 40 ydotool mousemove_relative -- -100 100 44 ydotool click 2 54 ydotool works differently from xdotool. xdotool sends X events directly to X server, while ydotool … 60 …d a persistent virtual device, and accept input from ydotool. When ydotoold is unavailable, ydotoo… 63 Now everyone can write their own tool to use with ydotool. Have a look at the `Tool` folder. [all …]
|
/dports/deskutils/ydotool/ydotool-0.1.8/Library/ |
H A D | Tool.hpp | 19 namespace ydotool { namespace 24 std::shared_ptr<ydotool::Instance> ydotool_instance; 30 void Init(std::shared_ptr<ydotool::Instance>& __ydotool_instance);
|
H A D | Tool.cpp | 18 using namespace ydotool::Tool; 20 void ToolTemplate::Init(std::shared_ptr<ydotool::Instance> &__ydotool_instance) { in Init()
|
H A D | libydotool.hpp | 20 namespace ydotool { namespace
|
H A D | Instance.hpp | 20 namespace ydotool { namespace
|
H A D | Instance.cpp | 15 using namespace ydotool;
|
H A D | Utils.hpp | 10 namespace ydotool { namespace
|
H A D | Utils.cpp | 7 using namespace ydotool;
|
/dports/sysutils/password-store/password-store-1.7.4/contrib/dmenu/ |
H A D | README.md | 7 On wayland [dmenu-wl][] is used to replace dmenu and [ydotool][] to replace xdotool. 19 [ydotool]: https://github.com/ReimuNotMoe/ydotool
|
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Type/ |
H A D | Type.hpp | 18 using namespace ydotool; 22 namespace ydotool { namespace
|
H A D | Type.cpp | 17 using namespace ydotool::Tools;
|
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Click/ |
H A D | Click.hpp | 20 namespace ydotool { namespace
|
H A D | Click.cpp | 18 using namespace ydotool::Tools;
|
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/MouseMove/ |
H A D | MouseMove.hpp | 22 namespace ydotool { namespace
|
H A D | MouseMove.cpp | 15 using namespace ydotool::Tools;
|
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Key/ |
H A D | Key.hpp | 20 namespace ydotool { namespace
|
H A D | Key.cpp | 16 using namespace ydotool::Tools;
|
/dports/deskutils/ydotool/ |
H A D | .license-catalog.mk | 5 _LICENSE_DISTFILES=ReimuNotMoe-ydotool-v0.1.8_GH0.tar.gz
|
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Recorder/ |
H A D | Recorder.hpp | 15 namespace ydotool { namespace
|
H A D | Recorder.cpp | 7 using namespace ydotool;
|
/dports/deskutils/ydotool/ydotool-0.1.8/Daemon/ |
H A D | ydotoold.cpp | 15 using namespace ydotool;
|
/dports/deskutils/ydotool/ydotool-0.1.8/Client/ |
H A D | ydotool.cpp | 15 using namespace ydotool;
|