atg / chocolat-public

Public bug tracker for the private chocolat project
http://chocolatapp.com
180 stars 4 forks source link

Disable Command + R Keyboard shortcut #1702

Open AshSpera opened 9 years ago

AshSpera commented 9 years ago

How do I disable the ⌘+R shortcut?

I find it very impractical and annoying, and possibly dangerous.

I am often switching back and forth from my browser and Chocolate; when on the browser, I hit ⌘+R to refresh the display but if I;m in chocolate and I accidentally hit ⌘+R, Chocolate opens up Terminal and runs every line of my HTML as a terminal command. This not only fills up my .bash_history file but if there were a line of code in my file that could case damage in the Terminal, that like would get executed.

Please can you tell me how to disable the ⌘+R shortcut?

Thank you

pketh commented 9 years ago

So you can do this in the following way:

Go to System Preferences -> Keyboard -> Shortcuts tab -> App Shortcuts -> Add Chocolat and blank out or change whatever the default for ⌘+R is.

AshSpera commented 9 years ago

Thanks for your reply. That helped.