Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with keymaps on macOS #25

Closed
TylerLeonhardt opened this issue Jul 4, 2019 · 3 comments
Closed

Issues with keymaps on macOS #25

TylerLeonhardt opened this issue Jul 4, 2019 · 3 comments
Milestone

Comments

@TylerLeonhardt
Copy link

Steps to reproduce:

  1. Insert mode
  2. type “backtick” (`) char, equals = char, tilda ~ char or plus + char

Expected:

backtick, equals, tilda, or plus is written

Actual:

“none” is written for backtick and equals
nothing is written for tilda and plus

image

NOTE:

on my keyboard layout (standard en-US), tilda is accessed via SHIFT+` and plus is accessed via SHIFT++

@yatli yatli mentioned this issue Jul 9, 2019
@yatli yatli added this to the version 0.2 milestone Jul 9, 2019
@yatli
Copy link
Owner

yatli commented Jul 9, 2019

This is an upstream issue, see: https://github.com/AvaloniaUI/Avalonia/blob/master/native/Avalonia.Native/src/OSX/KeyTransform.mm#L29

Some of the keycodes are commented out.

@yatli
Copy link
Owner

yatli commented Jul 9, 2019

CC @kekekeks @jkoritzinsky

@yatli
Copy link
Owner

yatli commented Jul 9, 2019

upstream PR merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants