I am looking for a Mac OS utility that will allow me to use the Compose key sequences known from Linux. Using the Option key is not an alternative as I need it to be consistent with my existing Linux installation.
feedback
|
|
Based on information from the site LaC linked to I wrote a script that converts an X.org compose table to a cocoa keybindings file. Check my writeup for more information and download links. | ||||
|
feedback
|
|
You don't need a special utility. The Cocoa text system is very configurable, and you can set up key combinations and/or key sequences to perform various actions, including inserting special characters as in compose. See this excellent document. Of course, you're going to have to spend a bit of time converting the sequences from your Linux compose file to Cocoa dictionary format. A script could probably help here. | |||
|
feedback
|
|
Maybe try DoubleCommand? DoubleCommand is software for Mac OS X (a kernel extension) that lets you remap keys, in other words change the way your keyboard works. Often used to make a PC keyboard more comfortable with a Mac, swapping the Alt (Option) and Windows (Command or Apple) keys, since they are in swapped positions on Mac and PC keyboards. DoubleCommand is a quick and easy way to fix this if you use a PC keyboard with your Mac. Cheers! | |||||
|
feedback
|
|
I converted a list of compose keys from hermit.org/Linux/ComposeKeys.html to a simple tab-delimited format: gist.github.com/1004721. They could be imported to a snippet application using some special delimiter or affix to avoid conflicts. Or AppleScript:
| |||
|
feedback
|