atom/atom-keymap

cannot type **]** at Spanish keyboard (help please)

Closed this issue · 1 comments

Description

Cannot type ]
Spanish keyboard over Windows 10 x64

Checked solutions

I checked several solutions from several issues (most of them sumarized at #35):

A) keymap.cson

'.platform-win32 .editor':
  'ctrl-alt-g-]': 'unset!'

'atom-workspace atom-text-editor:not([mini])':
  'ctrl-alt-]': 'unset!'

B) init.coffee

#remove offending keybindings (https://github.com/atom/atom-keymap/issues/35)
atom.keymap.keyBindings = atom.keymap.keyBindings.filter((binding, i) ->
 ['ctrl-alt-['].indexOf(binding.keystrokes) == -1
)

But init.coffee fix is not working. Error: keyBindings of undefined
Tried atom.keymap and atom.keymaps but no luck.

Versions

C:\Users\Victor Arribas>atom --version
Atom    : 1.10.2
Electron: 0.37.8
Chrome  : 49.0.2623.75
Node    : 5.10.0

C:\Users\Victor Arribas>apm --version
INFORMACIÓN: no se pudo encontrar ningún archivo para los patrones dados.
El sistema no puede encontrar el archivo especificado.
apm  1.12.5
npm  3.10.5
node 4.4.5
python 3.5.2
git
visual studio 2015

Windows 10 x64 Spanish

This will be fixed in Atom 1.12.0.