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

Unable to change KeyBindings #20764

Closed
DartBot opened this issue Sep 1, 2014 · 5 comments
Closed

Unable to change KeyBindings #20764

DartBot opened this issue Sep 1, 2014 · 5 comments
Assignees
Labels
os-osx P3 A lower priority bug or feature request
Milestone

Comments

@DartBot
Copy link

DartBot commented Sep 1, 2014

This issue was originally filed by po...@florianhirsch.de


The "Toggle Comment" function is mapped to "COMMAND+/". On a german MacBook there is no single slash key.
You need to type "SHIFT+7" but "COMMAND+SHIFT+7" is mapped to the Help Menu.
So I tried to change the key binding but this change to breaks another key binding.

What steps will reproduce the problem?

  1. Preferences -> Key Bindings -> Reset to defaults and export to file
  2. Change "Toggle Comment" to "COMMAND+7" and import from file
  3. Toggle Comment is working but e.g. "COMMAND+F" reacts like "COMMAND+A". "COMMAND+F" is also defined as "OPEN GLANCE" in the exported file but removing or changing this does not help.

This is just one example. It seems like every change breaks another key binding.

What version of the product are you using?

Dart Editor build 39553.

On what operating system?

Mac OS 10.9.4

@anders-sandholm
Copy link
Contributor

Added Area-Editor, OpSys-OSX, Triaged labels.

@stevemessick
Copy link
Contributor

Not sure when I'll get to this, so here are a couple remarks.

The confusion between Cmd-F and Cmd-A is due to a bug in the export. There are two definitions for Select All and the second overwrites Cmd-F. Puzzling...

Cmd-Shift-7 is not bound to anything in my debug build.

@DartBot
Copy link
Author

DartBot commented Sep 9, 2014

This comment was originally written by po...@florianhirsch.de


Cmd-Shift-7 is globally mapped to "Help Menu" on Mac OS X. I could also live Cmd-Shift-C like in Eclipse.
But even if I reset my keybindings to the defaults, export and import it without any change Cmd-F is broken. This is just one example. Many other keybindings (like e.g. Cmd-Arrow-x) also don't act like before.

@stevemessick
Copy link
Contributor

Added this to the 1.7 milestone.
Added Fixed label.

@DartBot
Copy link
Author

DartBot commented Oct 1, 2014

This comment was originally written by po...@florianhirsch.de


Tested 1.7.0-dev.4.0 and COMMAND+A and COMMAND+F are working now after importing a keybindings file. Still some duplicate definitions after using the exported bindings but this can be changed in the file.

Thanks!

Attached a german MacOS keybinding file if anyone else having problems.


Attachment:
keybindings-mac-os-de.xml (8.04 KB)

@DartBot DartBot added Type-Defect P3 A lower priority bug or feature request os-osx labels Oct 1, 2014
@DartBot DartBot added this to the 1.7 milestone Oct 1, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
os-osx P3 A lower priority bug or feature request
Projects
None yet
Development

No branches or pull requests

3 participants