xdotool вводят ошибку. Не может ввести поле, начинающее с - (дефис/тире) с. (точка) в том же поле

$ xdotool type -14.7873
type: unrecognized option '-14.7873'
Usage: type [--window windowid] [--delay milliseconds] <things to type>
--window <windowid>    - specify a window to send keys to
--delay <milliseconds> - delay between keystrokes
--clearmodifiers       - reset active modifiers (alt, etc) while typing
--args N  - how many arguments to expect in the exec command. This is
            useful for ending an exec and continuing with more xdotool
            commands
--terminator TERM - similar to --args, specifies a terminator that
                    marks the end of 'exec' arguments. This is useful
                    for continuing with more xdotool commands.
-h, --help             - show this help output
3
задан 9 July 2017 в 00:36

1 ответ

Хотя я не могу найти, что это зарегистрировало в странице руководства, xdotool type кажется, принимает стиль GNU -- последовательность для указания на конец аргументов опции т.е.

xdotool type -- -14.7873
5
ответ дан 1 December 2019 в 15:34

Другие вопросы по тегам:

Похожие вопросы: