On mac ctrl-n should behave exactly like DownArrow#7316
On mac ctrl-n should behave exactly like DownArrow#7316joaomoreno merged 3 commits intomicrosoft:masterfrom
Conversation
The same is true for ctrl-p and UpArrow. This fixes that
|
By analyzing the blame information on this pull request, we identified @joaomoreno and @egamma to be potential reviewers |
|
Hi @elemongw, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
|
@elemongw, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR. |
|
There is also src/vs/base/parts/quickopen/browser/quickOpenWidget.ts and it is pretty important too. However, I didn't change that as it would require a lot of if's for mac-specific code and I don't know if that is desired. |
|
I would love feedback on this one as, if it's accepted, I would like to continue with similar changes that make vscode behave more like a cocoa app on mac. |
|
@elemongw Why did you close it? |
|
I shouldn't be working when I'm this tired. I was using vscode 1.2 and the shortcuts I fixed here were working fine so I throught I messed up and proceeded to close the pull request. Seeing your message now I remembered that the reason they were working was because I had manually added them to my keybindings.json. Oh well, mistakes happen, I'm reopening the pull request |
|
Hi @elemongw, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
|
Looks awesome, thanks! 🎆 |
|
I think this causes a regression from 1.3. In 1.3, with It took a few goes to get used to this behavior, but eventually I found it preferable. It doesn't work anymore in 1.4. If this change was intentional, is there a way to get the old behavior back? |
|
@bpasero Maybe I broken the behaviour when I accepted this PR. Can you review it and see what we can do about it? |
|
Can we have a new issue assigned to August for this instead of lingering in some old closed PRs? |
|
@ithinkihaveacat as a workaround you could configure this: That allows you to use Ctrl+N for quick open navigation but will disable it in all other trees. |
The same is true for ctrl-p and UpArrow. This fixes that