Sending keyboard input to a program from command-line

后端 未结 4 1325
轻奢々
轻奢々 2021-02-01 23:44

How do you send keyboard input to a program?

That is, under a Linux GUI, is there a good manual (programmable) way, or tool, of simulating keyboard input on a running pr

4条回答
  •  滥情空心
    2021-02-02 00:25

    I found these two programs xmacro and xremote you may take a look, but it seems that they're not well documented.

    I also found this utility xvkbd in answer to this question SO Q&A titled: Sending keycode to Xorg + wine with bash script.

提交回复
热议问题