如何查看 PyCharm 中每个键的作用?
我正在 emacs 中寻找类似“Mx描述键”的东西。
我看到帮助>默认键盘映射参考
和设置> Keymap
但这两者都是按主题分组和排序的。我想要一些按键分组和排序的东西。
仅按该键的明显答案并不总是有帮助。例如,当我按 F11 时,我会在装订线中看到一个小复选框,但没有工具提示,我不知道它可能意味着什么。
我很乐意对这个特定问题的答案投赞成票,但我真的在寻找实时参考。我想如果没有,我可能会尝试自己解析配置文件,但我希望有人已经有了答案。
I'm looking for something like "M-x describe-key" in emacs.
I see Help > Default Keymap Reference
and Settings > Keymap
but both of these are grouped and sorted by topic. I want something grouped and sorted by key.
The obvious answer of just pressing the key isn't always helpful. For example, when I press F11, I get a little checkbox in the gutter, but there's no tooltip and I have no idea what it might signify.
I'll happily upvote the answer to that particular question, but I'm really looking for a live reference. I guess if there isn't one, I'll probably take a stab at parsing the config file myself, but I'm hoping someone already has an answer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
浏览jetbrains网站我发现了这个:
官方快捷方式参考
有点复杂,但几乎有你可能需要的一切。
我知道我在家里的电脑上下载了一个更简单的版本,我会检查一下并稍后将其发布到这里。
Looking through the jetbrains website I found this:
Official shortcut reference
Its a bit complex but there is almost everything on there you might need.
I know I have a simpler version downloaded on my computer somewhere at home, ill check on it and post it here later.
自从您提出问题以来,不确定这是否是新的,但在 Pycharm 1.2.1 中,您可以转到
Setting > >键盘映射
并输入快捷方式过滤器:https://i.sstatic.net/7ttoR.png< /a> (作为新手,无法内联图像——抱歉!)
在这里,您最多可以输入 2 个键并获取结果操作。
它仍然没有按键分组和排序,但至少您得到了该特定键的解释。
Not sure if this is new since you asked the question, but in Pycharm 1.2.1 you can go to
Setting > Keymap
and enter a shortcut filter:https://i.sstatic.net/7ttoR.png (can't inline images as a newbie --sorry!)
Here you can enter up to 2 keys and get the resulting action.
It is still not grouped and sorted by key but at least you get an explanation for that particular key.