T
T
Taras Serevann2015-04-23 18:39:59
linux
Taras Serevann, 2015-04-23 18:39:59

Specific command to emulate keystrokes on Linux?

It is necessary to emulate CTRL + E on Linux (don't ask why). There is an idea to use a bash script. Can someone suggest a specific command that will work? Or how to do it differently?
Thanks for answers.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Deerenaros, 2015-04-23
@Taras_Serevann

xdotool

A
Andrey Surnin, 2015-04-24
@imitsuran

xvkbd -xsendevent -text "\[Control_L]\[E]"

V
Vlad Zhivotnev, 2015-04-24
@inkvizitor68sl

xte 'keydown Control_L' 'key e' 'keyup Control_L'
The xautomation package, respectively.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question