this post was submitted on 21 Jul 2026
132 points (98.5% liked)

Linux

14385 readers
172 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] passenger@sopuli.xyz 21 points 2 days ago* (last edited 23 hours ago) (2 children)

Until you realize that cannot be done. Since they completely fd up the f-ing p.o.s. key.

In short, pressing the key you get several key down and key up events. Letting go of the copilot key will produce no events.

You cannot in any sensible way map this to any modifier key. Unless you set some kind of timer, which will never produce the exact same result but something a bit like it.

[–] rhpp@programming.dev 2 points 19 hours ago

What's more confusing is that on my laptop pressing the copilot key only sends the key down events and releasing sends the corresponding key up events, which makes it actually usable as a modifier key without resorting to weird timers.

[–] gsv@programming.dev 2 points 1 day ago (1 children)

Does that mean the copilot key behaves like a key-combination? Sounds like it but maybe I’m misunderstanding.

[–] passenger@sopuli.xyz 1 points 23 hours ago* (last edited 23 hours ago)

Yes, normal key is a key down event when pressed and key up event when released.

Copilot key has different functionality AFAIK on different laptops / keyboards. It will fire several key down events followed by release events. When you let go it will not give any events.

Shortly, yes it behaves like a key combo pressed and released in some order.

Thus, there are several lengthy articles for workarounds.

And it is not standard procedure, unfortunately.