logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

wtype - xdotool type for Wayland

Author

       wtype has been started by Josef Gajdusek.  Man page is written by Michael 'jubalh' Vetter.

0.4                                             23 November 2020                                        wtype(1)

Bugs

       No known bugs.

Description

       wtype  is  a  Wayland tool that allows you to simulate keyboard input like xdotool type for X11.  This is
       accomplished via the virtual-keyboard Wayland protocol.

Name

       wtype - xdotool type for Wayland

Options

       Modifier can be one of "shift", "capslock", "ctrl", "logo",  "win",  "alt",  "altgr".   Beware  that  the
       modifiers get released automatically once the program terminates.

       Named keys are resolved by libxkbcommon, valid identifiers include "Left" and "Home".

       -MMOD Press modifier MOD.

       -mMOD Release modifier MOD.

       -PKEY Press key KEY.

       -pKEY Release key KEY.

       -kKEY Type (press and release) key KEY.

       -dTIME
              Sleep  for  TIME  milliseconds  between keystrokes when typing texts.  Can be used multiple times,
              default 0.

       -sTIME
              Sleep for TIME milliseconds before interpreting the following options. This can be used to perform
              more complicated modifier sequences.

       -      Read text to type from stdin. This option can appear only once.

Synopsis

wtype [TEXT]

       wtype [OPTION_OR_TEXT]... -- [TEXT]...

       wtype [OPTION_OR_TEXT] -

See Also