Answer the question
In order to leave comments, you need to log in
Bug in atom code editor: blinking | disappears, how to fix?
In short, when I change the keyboard layout in the atom, the flashing disappears | when I write something.
A trifle, but somehow tired of pressing again.
Answer the question
In order to leave comments, you need to log in
File -> Keymap -> keymap.cson should open , add
it there:
'.platform-win32, .platform-win64, .platform-linux':
'alt': 'abort!'
'shift+alt': 'abort!'
'alt+shift': 'abort!'
'ctrl+alt': 'abort!'
'alt+ctrl': 'abort!'
'ctrl': 'abort!'
'ctrl-left+alt': 'abort!'
'alt+ctrl-left': 'abort!'
'ctrl-right+alt': 'abort!'
'alt+ctrl-right': 'abort!'
'ctrl-alt': 'abort!'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question