1wtype(1)                        wtype man page                        wtype(1)
2
3
4

NAME

6       wtype - xdotool type for Wayland
7

SYNOPSIS

9       wtype [TEXT]
10
11       wtype [OPTION_OR_TEXT]... -- [TEXT]...
12
13

DESCRIPTION

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

OPTIONS

21       Modifier  can  be  one  of  "shift", "capslock", "ctrl", "logo", "win",
22       "alt", "altgr".  Beware that the modifiers get  released  automatically
23       once the program terminates.
24
25       Named  keys  are  resolved  by  libxkbcommon, valid identifiers include
26       "Left" and "Home".
27
28
29       -M MOD Press modifier MOD.
30
31
32       -m MOD Release modifier MOD.
33
34
35       -P KEY Press key KEY.
36
37
38       -p KEY Release key KEY.
39
40
41       -k KEY Type (press and release) key KEY.
42
43
44       -s TIME
45              Sleep for TIME milliseconds before  interpreting  the  following
46              options.  This  can be used to perform more complicated modifier
47              sequences.
48
49

LIMITATIONS

51       To support arbitrary unicode characters, wtype generates  a  keymap  on
52       the  fly  and  submits  it to the compositor for distribution. Unfortuā€
53       nately this is broken under Xwayland as X has an  upper  limit  on  the
54       amount of defined keycode-keysym pairs.
55
56

BUGS

58       No known bugs.
59
60

AUTHOR

62       wtype  has  been  started  by  Josef  Gajdusek.  Man page is written by
63       Michael 'jubalh' Vetter.
64
65
66
670.2                            23 November 2020                       wtype(1)
Impressum