Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

Fix #822: Improved OSX defaults for QuickOpen and Command Palette #824

Merged
merged 3 commits into from
Oct 24, 2017

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Oct 24, 2017

Issue: Most editors on OS X (like VSCode, Sublime, Atom), use <Command+P> for file finder and <Command+Shift+P> for the command palette. Oni uses the same defaults as Windows, <Control+P> and <Control+Shift+P>, which is not very intuitive, and has the other downside that <Control+P> is double-booked as both previous entry and opening the menu.

Fix: Change the defaults on OS X to use <Command+P> and <Command+Shift+P>. In addition, there was a bug where keys weren't resolved properly if Command and Shift were both pressed, so that was fixed to unblock the scenario.

@bryphe
Copy link
Member Author

bryphe commented Oct 24, 2017

Fix #822

@bryphe bryphe merged commit ba6c932 into master Oct 24, 2017
@bryphe bryphe deleted the bryphe/822/osx-keybindings-quickopen branch October 24, 2017 23:35
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.

1 participant