文本输出中句点的编码

encoding of period in text output

我正在尝试将此 xdotool type '172.06' 输出到文本框中,但它输入 17206. 编码有问题吗?为什么最后会进入周期?请注意,当我 运行 在终端中使用它时,它工作得很好。

我找到了关于该主题的 google group discussion,但没有看到适用于 . 符号的答案

备注:

  • xdotool 版本 3.20150503.1
  • 布局:我们
  • xdotool 在终端中工作(linux mint)
  • 文本框是游戏 EVE 中的文本输入字段(不知道如何提供更多信息)

  • 当你 运行

    时会发生什么
    xdotool type '172' && xdotool type '.' && xdotool type '06'
    

    ?如果可行,请尝试增加打字延迟

    xdotool type --delay 25 '172.06'