Skip to content

layout while using on-screen keyboard #123

Open

Description

I have modified a little the original compose-key in order to be able to use it with my japanese chromebook.
It works great as long as I am on the physical keyboard, but I have noticed that when I go into tablet mode, I always get an american layout displayed on the on-screen keyboard, while the pressed key is indeed mapping the japanese layout correctly.
This is how I changed the manifest, but perhaps I am missing something so the on-screen keyboard is displayed correctly?

    {
      "name": "Compose Key (for Japanese keyboard)",
      "type": "ime",
      "id": "compose_key_jp",
      "description": "Adds Compose key functionality to the JP keyboard.",
      "language": "ja",
      "layouts": ["jp"]
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions