-
Notifications
You must be signed in to change notification settings - Fork 285
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
Capalized key to select action fails in 10.8 #1030
Comments
To elaborate: Only the first keystroke fails when holding ⇧. (By which I mean it gets sent to the first pane instead.) Subsequent keystrokes are sent to the second pane as expected. |
So, ⇧letter is supposed to just select the letter's default object and move the focus to pane 2 without changing the action? That makes sense. Just have to change my ingrained behaviour. :) |
Assuming you have "Allow capitalized keys to select the action" enabled… No, holding down ⇧ and typing in the first pane should be equivalent to tabbing to the second pane and typing those same letters. So it should start changing the action from the first letter. It just keeps focus on the first pane and prevents you from having to tab. (Why anyone thinks holding one keystroke (⇧) is easier than just hitting one keystroke (⇥), I have no idea, but that's how it's supposed to work.)
|
Yes. :)
That's what used to happen in ß68. Now, ⇧[letter] does: [change object] then ⇥
Yes, that still works. I don't mind the new behaviour TBH, it's simple to define an action with a letter in pane 2, then subsequently run the command using ⌘⇧letter. |
Don't understand that last comment. :-) The behavior for |
Yes, that's why the broken ⇧ isn't a big deal. Actions found with 1 letter can be run with ⇧⌘letter. Actions found with 2 letters now means tabbing to pane 2 and typing 2 letters. As you said, hardly more effort than the (broken) hold ⇧ and type the 2 letters. I can't remember ever doing the latter, anyway. |
This appears to be a bug in 10.8. The
I had @pjrobertson try this on 10.7, and the messages are sent to the right place. I'll report it to Apple. |
Opened bug 12463358 with Apple. |
…uicksilver#1030 This fixes a bug by Apple, but also makes the feature more obvious. Other fixes: * Allow ⌘ (and ⇧) to show alternate actions (focus the 2nd pane) if the capslock key is on * Don't let the 1st pane resign first responder if it's empty (more reliable than doing stuff in `acceptsFirstResponder`)
Just looked at this on 10.9 and still problematic. @skurfer any news on the radar report? Might be easier to see now that Apple have finally updated Radar... I wonder if it still requires "Safari 1.0 or higher" :P I looked into it further and it seems that even though the first responder is correctly being changed the input manager doesn't pick it up. I changed the Perhaps the correct solution would be to change |
Since Mountain Lion upgrade, 'allow capitalized key to select action' has not functioned e.g. 'T' set for 'move to trash'. Using 'set as default' contextual menu option has no effect.
ß69 (3932)
The text was updated successfully, but these errors were encountered: