xdotool 类型错误。无法键入以 -(连字符/破折号)开头的字段。(点)在同一领域

Nee*_*sht 3 command-line 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
Run Code Online (Sandbox Code Playgroud)

ste*_*ver 6

虽然我在手册页中找不到它的记录,但xdotool type似乎接受了 GNU 样式--序列来指示选项参数的结尾,即

xdotool type -- -14.7873
Run Code Online (Sandbox Code Playgroud)