Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Rlim/cmd or ctrl issue #1114

Merged
merged 4 commits into from
Jun 22, 2012
Merged

Rlim/cmd or ctrl issue #1114

merged 4 commits into from
Jun 22, 2012

Conversation

RaymondLim
Copy link
Contributor

Fix #1004

@@ -237,7 +245,8 @@ define(function (require, exports, module) {

if (brackets.platform === "mac") {
displayStr = descriptor.replace(/-/g, ""); // remove dashes
displayStr = displayStr.replace("Ctrl", "\u2318"); // Ctrl > command symbol
displayStr = displayStr.replace("Ctrl", "\u2303"); // Ctrl > command symbol
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops... need to update the comment

@ghost ghost assigned jasonsanjose Jun 22, 2012
@jasonsanjose
Copy link
Member

Reviewing

@jasonsanjose
Copy link
Member

I tried debugging this and it appears that brackets-app or maybe CEF is swallowing both CTRL+Tab and SHIFT+CTRL+Tab. This looks like a blocker for this bug fix. We may have to push this out. Do either of these work for you?

@jasonsanjose
Copy link
Member

Oops, nevermind. I see that the document switching command has never worked on mac. We have issue #938 open to track that. I was able to verify that Ctrl on mac works in other commands. Ignore my prior comment.

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

Successfully merging this pull request may close these issues.

Use "Cmd" instead of "Ctrl" in code for Mac-specific keyboard shortcuts
2 participants