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.
I'm wondering if your keyboard layout is US. If so, this issue might not be reproduced.
I can also give you one more screenshot below.
When I pressed ¥ key, the keydown event by document.addEventListener('keydown', e => console.log(e), true); says key: "¥" in console, but \ is inputted in the editor area.
Prerequisites
Description
I created #165 previously, but
Cmd+\
has not been able to toggle tree-view yet.Steps to Reproduce
atom --safe .
.Cmd-\
.¥
is swapped to\
by Google Japanese Input (see the image).FYI:
¥キーで入力する文字
meansWhich character to be input by '¥' key
.Expected behavior: Toggle tree-view.
Actual behavior: No effect. Key Binding Resolver shows
Cmd-¥
.Reproduces how often: Always.
Versions
Additional Information
Work Around
To wok around this issue, we can add the following in keymap.cson.
IME layer is ignored?
¥
key seems to be always resolved¥
character regardless of the setting of IME above.The text was updated successfully, but these errors were encountered: