Home
last modified time | relevance | path

Searched refs:ydotool (Results 1 – 22 of 22) sorted by relevance

/dports/deskutils/ydotool/ydotool-0.1.8/
H A DREADME.md1 # 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 DTool.hpp19 namespace ydotool { namespace
24 std::shared_ptr<ydotool::Instance> ydotool_instance;
30 void Init(std::shared_ptr<ydotool::Instance>& __ydotool_instance);
H A DTool.cpp18 using namespace ydotool::Tool;
20 void ToolTemplate::Init(std::shared_ptr<ydotool::Instance> &__ydotool_instance) { in Init()
H A Dlibydotool.hpp20 namespace ydotool { namespace
H A DInstance.hpp20 namespace ydotool { namespace
H A DInstance.cpp15 using namespace ydotool;
H A DUtils.hpp10 namespace ydotool { namespace
H A DUtils.cpp7 using namespace ydotool;
/dports/sysutils/password-store/password-store-1.7.4/contrib/dmenu/
H A DREADME.md7 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 DType.hpp18 using namespace ydotool;
22 namespace ydotool { namespace
H A DType.cpp17 using namespace ydotool::Tools;
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Click/
H A DClick.hpp20 namespace ydotool { namespace
H A DClick.cpp18 using namespace ydotool::Tools;
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/MouseMove/
H A DMouseMove.hpp22 namespace ydotool { namespace
H A DMouseMove.cpp15 using namespace ydotool::Tools;
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Key/
H A DKey.hpp20 namespace ydotool { namespace
H A DKey.cpp16 using namespace ydotool::Tools;
/dports/deskutils/ydotool/
H A D.license-catalog.mk5 _LICENSE_DISTFILES=ReimuNotMoe-ydotool-v0.1.8_GH0.tar.gz
/dports/deskutils/ydotool/ydotool-0.1.8/Tools/Recorder/
H A DRecorder.hpp15 namespace ydotool { namespace
H A DRecorder.cpp7 using namespace ydotool;
/dports/deskutils/ydotool/ydotool-0.1.8/Daemon/
H A Dydotoold.cpp15 using namespace ydotool;
/dports/deskutils/ydotool/ydotool-0.1.8/Client/
H A Dydotool.cpp15 using namespace ydotool;