Map keycode 133+54 to shift+control+c in Linux for Mac keyboard?
Posted
by
Edward_178118
on Super User
See other posts from Super User
or by Edward_178118
Published on 2012-09-07T08:55:57Z
Indexed on
2012/09/07
9:40 UTC
Read the original article
Hit count: 197
On Linux Mint 13 - Mate using the Terminal program Terminator with a Mac keyboard. I want the command key for COPY/PASTE to behave as it does on the Mac. I have been able to change it to treat the command key as a control key, and this works fine for most apps except in the Terminal program.
Using xev when I press command+c it's a keycode of 133 + 54. This is a ^c to the Terminal app which acts like a ^c in a shell. The default for COPY which can be changed in Terminator is Shift+Control+c. Is there a way to map the keycode of 133 + 54 to Shift+Control+c, but only for the Terminator app? Thanks!
© Super User or respective owner