Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Cmd+backslash isn't working yet in JIS keyboard on Mac. #209

Description

@s-shin

Prerequisites

Description

I created #165 previously, but Cmd+\ has not been able to toggle tree-view yet.

Steps to Reproduce

  1. Open atom with atom --safe ..
  2. Input Cmd-\.
    • ¥ is swapped to \ by Google Japanese Input (see the image).

fig1

FYI: ¥キーで入力する文字 means Which character to be input by '¥' key.

Expected behavior: Toggle tree-view.

Actual behavior: No effect. Key Binding Resolver shows Cmd-¥.

image

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'

image

IME layer is ignored?

¥ key seems to be always resolved ¥ character regardless of the setting of IME above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions