X
X
xilehash742021-03-27 22:06:01
atom
xilehash74, 2021-03-27 22:06:01

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

1 answer(s)
I
iBird Rose, 2021-03-27
@iiiBird

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 question

Ask a Question

731 491 924 answers to any question