Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Portuguese Keyboard events not working #3861

Closed
gespinha opened this issue Oct 16, 2014 · 13 comments
Closed

Portuguese Keyboard events not working #3861

gespinha opened this issue Oct 16, 2014 · 13 comments

Comments

@gespinha
Copy link

Hi there,

I've got a Portuguese Keyboard Layout and it seems this is not working right in Atom.

Certain important shortcuts don't work, I have verified what is happening with the keybindings and Atom is not recognising most of my typing combinations.

Has this issue been addressed?

Thanks

@kevinsawicki
Copy link
Contributor

Do your issues seem similar to this one? atom/atom-keymap#35

@gespinha
Copy link
Author

@kevinsawicki Yes, its the same issue. Has it been addressed yet? This is pretty serious, as it drastically affects workflows.

@kevinsawicki
Copy link
Contributor

It has not been addressed yet.

@kevinsawicki
Copy link
Contributor

@gespinha What OS are you on? And what keybindings aren't working correctly for you?

@gespinha
Copy link
Author

I'm on OSX

@gespinha
Copy link
Author

The indentation key bindings are the ones that are not working and every key binding that includes a "]" or a "["

@kevinsawicki
Copy link
Contributor

Does your keyboard have an Alt Gr key?

@kevinsawicki
Copy link
Contributor

Can you open the keybinding resolver using cmd-. and take a screenshot of what it displays when you type the indent keybindings in the editor? Thanks

@gespinha
Copy link
Author

screen shot

I am using the apple keyboard, I do not have a Alr Gr key, I have both Left and Right Alt only.

If I click cmd + alt + ], as the image shows Atom is detecting cmd + alt + 9

@kevinsawicki
Copy link
Contributor

Okay, thanks for the details.

@gespinha
Copy link
Author

Is something fast to fix? Shouldn't the key events return the result of a key combination instead of the actual key that the user is pressing?

@kevinsawicki
Copy link
Contributor

Is something fast to fix?

No, the keydown event fired in that case says that 9 is being pressed, not ] so either Chromium has to land support for the new key event APIs, https://code.google.com/p/chromium/issues/detail?id=227231

Or there needs to be a translation table for each keyboard layout to remap these incorrect keys.

@lock
Copy link

lock bot commented Jan 25, 2019

This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants