You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
On Linux, when Chinese input source enabled, Atom can not map the keymap correctly.
The obviously result is that vim-mode-plus can not work and vim-mode-plus can work correctly by switch input source back to English one.
Sorry I ONLY tested English and Chinese input source at this time.
And type a in normal text-editor.
Should print hello! in console.log in chrome-dev-tools-console if correctly keymapped.
Use English input source, 'hello!' prints in console.
Switch to Chinese input source, keep it in English input mode(as in Chinese input source, you can both input Chinese and English, you can pickup which input mode), type a in normal text-editor,
a is print in the content, no 'hello!' print in console.
Versions & Platform information
I tested this on such platform,
$ atom -version
Atom : 1.15.0
Electron: 1.3.13
Chrome : 52.0.2743.82
Node : 6.5.0
My Linux is Fedora 25 running with Gnome 3.22.2.
If you want more information to reproduce this, please let me know then.
The text was updated successfully, but these errors were encountered:
Description
On Linux, when Chinese input source enabled, Atom can not map the keymap correctly.
The obviously result is that vim-mode-plus can not work and vim-mode-plus can work correctly by switch input source back to English one.
Sorry I ONLY tested English and Chinese input source at this time.
Steps to Reproduce
init.coffee
atom.commands.add 'atom-workspace',
'user:hello': ->
console.log "hello!"
keymp.cson
'atom-text-editor:not([mini])':
'a': 'user:hello'
Thanks @t9md provided this test case.
t9md/atom-vim-mode-plus#710
and I did the test on my Linux.
Should print hello! in console.log in chrome-dev-tools-console if correctly keymapped.
a is print in the content, no 'hello!' print in console.
Versions & Platform information
I tested this on such platform,
$ atom -version
Atom : 1.15.0
Electron: 1.3.13
Chrome : 52.0.2743.82
Node : 6.5.0
My Linux is Fedora 25 running with Gnome 3.22.2.
If you want more information to reproduce this, please let me know then.
The text was updated successfully, but these errors were encountered: