- Mastering PyCharm
- Quazi Nafiul Islam
- 213字
- 2021-07-09 21:42:53
Chapter 2. Understanding the Keymap
The keymap is one of the most powerful features that PyCharm has to offer. It allows you to set your keyboard shortcuts and find the keyboard shortcuts you've seen other people use. It also allows you to use a familiar set of keyboard shortcuts that you're used to such as Eclipse and Emacs. This chapter is very much a standalone chapter, and if you understand how keymaps work, you're well on your way to using the most powerful features that PyCharm has to offer with ease.
In this chapter, we are going to go over the following topics:
- Different keymaps: PyCharm assumes that you might have had prior experience with a separate IDE or editor, so you can quickly adapt PyCharm to predetermined keyboard shortcuts.
- Finding shortcuts: A lot of times, you will see other people using keyboard shortcuts, but you won't know what they're called. This section will remedy that.
- Setting shortcuts: We will customize our own keyboard and mouse shortcuts as we see fit. We will also make our own abbreviations.
- Troubleshooting on Mac: Unlike Windows and Linux, Mac comes with support for a lot of special characters that can get in the way of using keyboard shortcuts. This section will remedy that problem.
推薦閱讀
- C# Programming Cookbook
- C/C++常用算法手冊(cè)(第3版)
- 征服RIA
- Building an RPG with Unity 2018
- 數(shù)據(jù)結(jié)構(gòu)習(xí)題解析與實(shí)驗(yàn)指導(dǎo)
- RSpec Essentials
- Building Android UIs with Custom Views
- Python Essentials
- .NET Standard 2.0 Cookbook
- Go語言開發(fā)實(shí)戰(zhàn)(慕課版)
- Software Architecture with Python
- Unity與C++網(wǎng)絡(luò)游戲開發(fā)實(shí)戰(zhàn):基于VR、AI與分布式架構(gòu)
- Getting Started with SQL Server 2014 Administration
- 數(shù)據(jù)結(jié)構(gòu):C語言描述(融媒體版)
- Vue.js從入門到精通