1

I was wondering if it's possible to remap the keyboard shortcuts for Ctrl + C & Ctrl + V on Xubuntu 14.04?

I couldn't find anything in Settings Manager -> Settings Editor -> xfce4-keyboard-shortscuts nor in Settings Manager -> Keyboard -> Application Shortcuts.

Is there maybe a workaround to reassign the copy and paste keyboard shortcuts to a different one?

Thanks in advance!

1 Answers1

1

Okay, I guess I figured this one out myself. To change the keys in Xubuntu, you have to enter the following in the terminal:

sudo xmodmap -e "remove mod4 = Super_L"
sudo xmodmap -e "add control = Super_L"

This worked for me, even after reboot.

Evgeni Sergeev
  • 115
  • 1
  • 2
  • 8