hluk / CopyQ

Clipboard manager with advanced features
GNU General Public License v3.0
8.84k stars 452 forks source link

It switches keyboard layout after pasting #1574

Open Motodavide opened 3 years ago

Motodavide commented 3 years ago

Description Pasting causes CopyQ to switch to the default XKB layout (it) from another (us).

To Reproduce Steps to reproduce the behavior:

  1. Switch to another keyboard layout
  2. Copy something
  3. Paste
  4. keyboard layout returned to the default one

Expected behavior It should remain in the selected keyboard layout after pasting.

Version, OS and Environment

hluk commented 3 years ago

Not sure how this would be possible. Does Shift+Insert change keyboard layout? That's what CopyQ uses to paste clipboard.

Motodavide commented 3 years ago

No actually, it doesn't. It happens only when I press Return in CopyQ. I configured Alt + Shift as the combination for switching between layouts using setxkbmap, I don't know if it is related...