Friday, November 21, 2014

Customize Mac OS X Keyboard Layout



I need to know if there is a way to remap certain characters to certain other keys in Mac OSX (by modifying a file or something).



I want to try out TextMate, but whenever I press Control + Alt + , (which is my sequence for ^<), it prints out this: "—"



Any way I could remap that somewhere else?




By the way, I'm using a mac mini on Snow Leopard with a windows usb keyboard, and my current keyboard layout is French Canadian CSA.


Answer



You have answered your question, but as a generic tool, Ukulele for OS X is a full unicode-aware keyboard map editor:



http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=ukelele


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...