Language.shortcuts = [
    { input : '[space]', output : ' ' },
    { input : '[enter]', output : '<br />' } ,
    { input : '[j]', output : 'testing' },
    { input : '[7]', output : '&amp;' }