typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Fix replace shortcut for text editor on macOS #640

Closed jamesreprise closed 2 years ago

jamesreprise commented 2 years ago

What is the goal of this PR?

The shortcut to open the replace dialog in Studio on macOS was CTRL+R, but it should be CMD+R. This has now been fixed.

What are the changes implemented in this PR?

This is a very small change 1+ 1- change, moving the line from under the CTRL modifier case to the CMD modifier case. Users should now be able to run CMD+R to open the replace functionality in Studio.

grabl commented 2 years ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Code

Architecture