Open In App

How to configure Mouse Shortcuts in PyCharm?

Last Updated : 06 Dec, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

The set of keys pressed together which tells Python to perform certain actions are called shortcuts. The shortcuts play a crucial role in the developer’s life. It lets the developer perform a specific action just by clicking certain mouse keys. In this article, we will see how we can configure mouse shortcuts in Pycharm.

Configure Mouse Shortcuts in PyCharm

Step 1: First of all, click on the File icon present on the top left corner of Pycharm.

Screenshot-2023-10-21-094407

Step 2: Now, choose Settings from the list of options available.

Screenshot-2023-10-21-094226

Step 3: Then, click on the Keymap in the left side bar.

Screenshot-2023-10-21-094717-(1)

Step 4: Further, choose among the following options for which you want to add the mouse shortcut.

Screenshot-2023-10-21-094851

Step 5: Later on, right click on the item for which you want to add the shortcut and choose ‘Add Mouse Shortcut‘.

Screenshot-2023-10-21-095420

Step 6: In the tab opened, perform the action you want to perform as a shortcut.

Screenshot-2023-10-21-095923

For example:

We choose ‘Copy as plain text‘ and mouse shortcut as Ctrl + Right Click. Thus, we need to press, Ctrl and right-click together which will show on the screen as follows:

Screenshot-2023-10-21-100123

Note: You can try unlimited number of mouse shortcuts possible unless you are satisfied with the shortcut.

Step 7: Finally, click on the Ok button, once you are satisfied with the shortcut key.

Screenshot-2023-10-21-100643

Once you have added the mouse shortcut successfully, you will see the shortcut you added in front of the name of the Keymap.

Screenshot-2023-10-21-101017-(1)

You can now try the certain action by using the mouse shortcut you configured.

Conclusion:

The mouse shortcuts help the developer to perform a certain action just by clicking of certain mouse keys. I hope the above article will help you configure mouse shortcuts in Pycharm. mouse shortcuts in PyCharm are a convenient way to streamline your development workflow. They allow you to perform various actions with a simple click or click-and-drag motion, making your coding experience more efficient and enjoyable. In this article, we’ll explore some essential mouse shortcuts and provide step-by-step instructions on how to configure them in PyCharm



Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads