freemind001 / easy-switcher

Easy Switcher - keyboard layout switcher for Linux
GNU General Public License v2.0
23 stars 2 forks source link

select text mouse for translate #4

Open cappelikan opened 3 months ago

cappelikan commented 3 months ago

Is it possible to select a piece of text with the mouse for translation?

freemind001 commented 3 months ago

As the concept of easy switcher is to interact with linux kernel for converting keys, there is no option to convert the selection. The advantage of this approach is that it is independent of the desktop environment and, as a result, free of bugs related to platform differences. It supports a wide variety of distributions, and potentially, will be stable in future OS releases. The disadvantage of this approach is that we can't do some things like converting the selections, clipboard and typing in the wrong case.

cappelikan commented 3 months ago

As the concept of easy switcher is to interact with linux kernel for converting keys, there is no option to convert the selection. The advantage of this approach is that it is independent of the desktop environment and, as a result, free of bugs related to platform differences. It supports a wide variety of distributions, and potentially, will be stable in future OS releases. The disadvantage of this approach is that we can't do some things like converting the selections, clipboard and typing in the wrong case.

Yeah!! Got it all, thanks for the answer