PixlOne / logiops

An unofficial userspace driver for HID++ Logitech devices
GNU General Public License v3.0
3.31k stars 263 forks source link

Add SC COPY, PASTE and CUT key #452

Closed misterbit-pro closed 3 months ago

misterbit-pro commented 4 months ago

Hello,

I like this project a lot because after my switch to linux this is the best sultion to have a Logitech Options like experience like I had on Windows, But I have one problem there are no SC_COPY, CUT and PASTE keys available. Just AC keys wich is unpractical because they do not work in every situation f.e. to copy files from one VS Code project to another. Its just working for text (code) inside the editor. Is there any solution available to add this?

MariusAlbrecht commented 3 months ago

The usual key combos should work, or am I misunderstanding something? I don't have SC COPY, PASTE and CUT keys on my keyboard either

misterbit-pro commented 3 months ago

Yeah but I can't copy files and so with the AC keys, maybe there should be an option to select to define key combinations, so it "presses" Ctrl+C for example. That would be nice

MariusAlbrecht commented 3 months ago

there should be an option to select to define key combinations

When using the Keypress acation type you can specify multiple keycodes in the keys Array. As far as I can tell that's exactly what you want to do

misterbit-pro commented 3 months ago

Oh I see, sorry, I haven't seen that option at first. That fixes it. Thx for your help