0

I'm using XEmacs on Windows 7 installed in MacBookPro. So I don't have a Control-Key on the right side. I would like to make the right-option key to work as right-ctrl.

I googled and tried the code below, but it is not working:

(setq mac-option-modifier 'control)
(setq mac-command-modifier 'meta)

Any other suggestion?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Prabu
  • 2,313
  • 2
  • 28
  • 31

1 Answers1

0

Try KeyTweak software. Remap Cmd to Ctrl with that.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Alexk
  • 94
  • 1
  • 12