Keyboard Shortcut to Add Characters
已回答
I want the key combination `cmd + m` to add the characters `>>>` to my editor.
From my experience in other IDEs, this is slightly faster than actually typing `>>>` each time.
Is it possible to do this in PyCharm?
请先登录再写评论。
Hello,
You could record a macro: https://www.jetbrains.com/help/pycharm/using-macros-in-the-editor.html#record-a-macro and then assign a shortcut for it: https://www.jetbrains.com/help/pycharm/using-macros-in-the-editor.html#bind.