pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
325 stars 240 forks source link

Disable OS X keyboard shortcuts that conflict with app keyboard shortcuts #266

Closed vrish88 closed 2 years ago

vrish88 commented 4 years ago

Not entirely sure how to do this via workstation-setup, however:

One thing I do on every machine I setup is turn off global keyboard shortcuts that conflict with common app shortcuts image and image

Could we have this project automatically disable those?

professor commented 4 years ago

I'd love to hear from others if they do something similar.

It's probably able to make these changes with defaults see https://github.com/pivotal/workstation-setup/blob/master/scripts/common/configuration-osx.sh for an example. There's a way to "record" the settings, make the change, and "record" the settings. The diff of the before and after shows which key to set with which value for default ... I wish I had more concrete directions. If you end up doing this, please let me know.

krimsz commented 4 years ago

+1 to this, I do the same, at least for [Shift + Command + A] which conflicts with IntelliJ Context Menu (action search bar).

Haven't installed it in a while now so I can't remember but there were some other conflicting for me

joemoore commented 2 years ago

Please revaluate and reopen if needed.