I know remapping the Fn key alone seems like its impossible, but what about the actual combination?

FN + c, FN + V and FN + a to be remapped to the ctrl + C, V, A.

Doable?

link|improve this question

47% accept rate
feedback

1 Answer

Not only does Fn usually not generate a usable keycode, but it will also not generate a usable keycode unless used with specific keys, as determined by the hardware. It does not generally act as a modifier. You can try to use xmodmap to remap its raw scancode to an actual modifier, but this will not work on all laptops.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.