pdcgomes / XCActionBar

"Alfred for Xcode" plugin
MIT License
1.21k stars 36 forks source link

Activation shortcut #9

Closed eimantas closed 9 years ago

eimantas commented 9 years ago

Would it make sense to make shortcut's reachability better? Cmd+Shift+8 doesn't look very comfortable to me (even after trying it a few times). Maybe something closer to Xcode's "Open Quickly..."? Like Alt+Shift+O?

iv-mexx commented 9 years ago

You can change the shortcut via the Keyboard Shortcuts System Preference like explained here in the installation section. Maybe this should go into the Readme of this project as well...?

eimantas commented 9 years ago

Thanks for the tip. It probably could be included into readme.

pdcgomes commented 9 years ago

As an alternative you can also use double press the CMD key to present/dismiss the action bar, and double press the ALT key to repeat the last action. These shortcuts can also be configured, but the process is slightly different.

The documentation has been updated to reflect this.