6

On my keyboard, there are three keys - Cut, Copy, and Paste:

However, I cannot assign these as xev doesn't detect them. What can I do?

Tim
  • 33,500

2 Answers2

1

Posted by tempforFind Me In The Woods on May 1 2016. Untested, do not know if this will work 7 years later.

You may be able to get the keyboard's unrecognized keys mapped with KeyTouch. Note that if your keyboard is not yet supported, you can get in touch with the developer Here.

Install it with sudo apt-get install keytouch keytouch-editor .

The app will be located in System -> Preferences -> Keytouch

Tim
  • 33,500
1

If xev can't detect the keys then you will need to use or write a different driver that can enable the keys. That keyboard looks very much like a rebranded Logitech keyboard so their drivers might be a start.

Tim
  • 33,500
Amias
  • 5,359