0
The issue is pretty simple. Tildes have two forms:
- The combining tilde, which is a diacritic (ñ, ã).
- The "single" tilde, ~, notably used as a replacement for
$HOME
.
The French MacBook Pro keyboard uses the first one (Option + n
or Alt + n
- the option key is labelled Alt on a French keyboard). You have to press space to validate the single tilde (entering Alt+n
then space
will output ~
(without a space after). It is an issue in application like Vim, where ~ changes the case. Using the French keyboard it will change the case for two letters, which is very annoying. What is more, I never used the tilde as a diacritic since I first touch a computer keyboard.
This is why I would like to remap this key. This question says that it's possible with Ukulele, but I wanted to know:
- Is it possible with KeyRemap4MacBook, which I also use?
- Is there another easy way to do it?
Thanks!
I didn't find anything in http://pqrs.org/macosx/keyremap4macbook/list.html, but you could add a remapping yourself in private.xml. It's not possible with DefaultKeyBinding.dict because dead keys can't be reassigned.
– Lri – 2011-12-09T21:47:59.183The only viable option mentioned in this question was to create a new .keylayout with Ukelele: How to disable inputing characters like ãâà by default in OS X? I just want to simply type ~^`
– Lri – 2011-12-13T19:19:41.513