brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Shortcut Key Combination in the Way of Latin Character Input #6136

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by Codigo-G Wednesday Feb 05, 2014 at 03:46 GMT Originally opened as https://github.com/adobe/brackets/issues/6761


When i try using Alt Gr + o i am supposed to get the "ó" character, but i instead get another kind of other shortcut, this is how my keyboard has to be set up to write these special characters, is there a way to maybe change shortcuts? I would say that would be good to be in settings.

core-ai-bot commented 3 years ago

Comment by njx Wednesday Feb 05, 2014 at 17:57 GMT


To@RaymondLim, medium priority. Should we even be getting Alt-Gr events as shortcuts instead of just getting the real character? If so, should we just consider this an instance of https://trello.com/c/4k2yalBd? Thanks.

core-ai-bot commented 3 years ago

Comment by RaymondLim Saturday Feb 08, 2014 at 23:40 GMT


@njx We won't be getting the real character if a shortcut conflicts with an Alt-Gr event since the key input is already processed as a shortcut. To fix this, we need to detect the conflict with the users' keyboard layout before we register the keyboard shortcut. So this is an instance of https://trello.com/c/4k2yalBd. Closing since it's already in the backlog.

@Codigo-G You can manually change the conflicting shortcuts in base-config/keyboard.json file if you're launching Brackets using cloned Brackets repo. If you're using an installed build, then you won't be able to change these conflicting shortcuts since we start compressing all the files a couple sprints ago. Update: you can try the Brackets Key Remapper extension from the extension manager to reassign the conflicting shortcuts.

core-ai-bot commented 3 years ago

Comment by Codigo-G Sunday Feb 09, 2014 at 16:01 GMT


Ok then, well unfortunately i have installed the full build, i guess i might switch, but is there any input i can contribute like maybe stating my keyboard layout for when the time comes to make changes to Brackets? Thanks.

core-ai-bot commented 3 years ago

Comment by RaymondLim Sunday Feb 09, 2014 at 18:19 GMT


@Codigo-G You probably didn't notice my update in the previous comment. You can use Brackets Key Remapper extension and don't have to switch to your own repo build. Thanks for the idea of users explicitly stating the keyboard layout. Actually, we're planning to detect keyboard layout changes automatically as initial implementation of https://trello.com/c/4k2yalBd.

core-ai-bot commented 3 years ago

Comment by Codigo-G Tuesday Feb 11, 2014 at 21:49 GMT


Yea sorry i became aware of both of these things, i won't take any more of your time, thank you very much for taking the time and great work on this project i really love it, will be having my full support, Thank you!