This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Description Prerequisites
Description
I created #165 previously, but Cmd+\ has not been able to toggle tree-view yet.
Steps to Reproduce
Open atom with atom --safe ..
Input Cmd-\.
¥ is swapped to \ by Google Japanese Input (see the image).
FYI: ¥キーで入力する文字 means Which 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
MacBook Pro (Late 2013)
JIS keyboard.
macOS Sierra 10.12.1
$ atom --version
Atom : 1.13.0
Electron: 1.3.13
Chrome : 52.0.2743.82
Node : 6.5.0
$ apm --version
apm 1.14.1
npm 3.10.5
node 4.4.5
python 2.7
git 2.10.1
Additional Information
Work Around
To wok around this issue, we can add the following in keymap.cson.
' .platform-darwin' :
' cmd-¥' : ' tree-view:toggle'
IME layer is ignored?
¥ key seems to be always resolved ¥ character regardless of the setting of IME above.
Reactions are currently unavailable
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.