Skip to content

Autopaste writes "v" instead of the selected text/image #367

@hugoboissiere

Description

@hugoboissiere

I'm on arch with KDE Plasma + wayland. In my config.json, i have

    "autoPaste": {
        "enabled": true,
        "keybind": "ctrl+shift+v",
        "buffer": 1000
    },

And i'm running clipse by having konsole -e clipse -auto-paste binded to meta + v (klipper is disabled)

Whenever i select something from clipse, either from clicking or using enter, instead of pasting it, it waits 1s (from the buffer) then just types "v". the item is selected, so i can paste it manually. I tried running clipse with just konsole -e clipse binded to no avail.
I did do

sudo groupadd input
sudo usermod -aG input <username>
sudo vi /etc/udev/rules.d/99-uinput.rules --> add 'KERNEL=="uinput", GROUP="input", MODE="0660"'
sudo udevadm control --reload-rules
sudo udevadm trigger

And restarted my pc, which didn't change anything. Am i missing something? apart from that i'm really enjoying clipse, but idk what's wrong with my autopaste feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions