You are not logged in.
Hello I'm wondering if it's possible to do Enter without the keyboard in the terminal ?
Before it was possible to just copy a command and move the mouse to execute the command without pressing Enter on the keyboard but after a certain update it was not anymore.
Thanks
Last edited by sushi (2023-05-13 06:08:20)
Offline
readline enabled bracketed paste by default some time back that stripped the CR from pasted content - forcing you to press the enter key. You can disable it via:
bind "set enable-bracketed-paste off"
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thank a lot ToZ !
Can be helpfull if the keyboard get unresponsive. But there is no way to send the "Enter command" trough the mouse, right ?
Offline
You can use xbindkeys to bind the return key to a mouse button - but this would be system-wide. With xfce4-terminal you can also bind an event to the right mouse button (Preferences > Advanced > "Right click action"), but sending a line/carriage return is not an option.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I think that in case of emergency you can always use the virtual keyboard even though it is much more clicks (and more surface of screen occupied)...
Offline
@ ToZ :
The (Preferences > Advanced > "Right click action") has no personalized action choice. I have also tried to launch the bind "set enable-bracketed-paste off" command trough Preferences > general > personalized command without success. It means the command has to be sent manually every time in every terminal. The only remaining choice is xbindkeys.
Anyway, thank you.
Offline
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 535.04 KiB (Peak: 535.88 KiB) ]