Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

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

Closed
varhub opened this issue Sep 27, 2016 · 1 comment
Closed

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

varhub opened this issue Sep 27, 2016 · 1 comment

Comments

@varhub
Copy link

varhub commented Sep 27, 2016

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

@50Wliu
Copy link
Contributor

50Wliu commented Sep 27, 2016

This will be fixed in Atom 1.12.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants