J'ai le prochain DefaultKeyBinding.dict dans ~/Library/KeyBindings :
/*
Key Modifiers
^ : Ctrl
$ : Shift
~ : Option (Alt)
@ : Command (Apple)
# : Numeric Keypad
*/
{
"$~1" = ("insertText:", "");
}
Mais lorsque j'appuie sur la combinaison de touches "$~1" (shift+alt+1), j'obtiens un petit "" et non une double barre "". Une solution ?