readme & man: tweak
This commit is contained in:
parent
7688cc321c
commit
ba251d1afd
2 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
|||
# dotool
|
||||
|
||||
dotool reads actions from stdin and simulates keyboard/mouse input using
|
||||
Linux's uinput module. It works system-wide, including in X11, Wayland
|
||||
and TTYs.
|
||||
Linux's uinput module. It works systemwide and supports keyboard layouts.
|
||||
|
||||
## Install From Packages
|
||||
|
||||
|
|
|
@ -34,9 +34,8 @@ and then it's foolproof to reboot to make the group and rule effective.
|
|||
*dotool* may type gobbledygook if it's simulating keycodes for a different
|
||||
keyboard layout than your environment is expecting.
|
||||
|
||||
You can have *dotool* simulate keycodes for whatever layout by setting the
|
||||
environment variables *DOTOOL_XKB_LAYOUT* and *DOTOOL_XKB_VARIANT*. For
|
||||
example:
|
||||
You can specify the layout with the environment variables *DOTOOL_XKB_LAYOUT*
|
||||
and *DOTOOL_XKB_VARIANT*. For example:
|
||||
|
||||
*echo type azerty | DOTOOL_XKB_LAYOUT=fr dotool*
|
||||
|
||||
|
|
Loading…
Reference in a new issue