2

I have a macbook and I want to remap the keyboard because my Ctrl key stops working so I found this how to, but since the Ctrl key doesn't work I can't obtend the keycode that this tutorial mention is there another way to do this?.

My MacBook its an Aluminium Unibody (5,1) btw

Noir86
  • 21

1 Answers1

1

You can remap keys with Xmodmap.

The code for the Left Ctrl button is

keycode 37 (keysym 0xffe3, Control_L)
snoop
  • 4,110
  • 9
  • 41
  • 58
cweiske
  • 3,395