百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
I

IntelliJ-Key-Promoter-X

> 编程语言
开源

现代的 IntelliJ 插件,用于学习按钮的快捷键

3.1K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

现代的 IntelliJ 插件,用于学习按钮的快捷键

For more IntelliJ tips, shortcuts, and developer workflow videos, subscribe on YouTube.


I'm grateful for the community support that keeps Key Promoter X alive. This project currently receives sponsorship of $4/month from m2ger, $2/month from JensAstrup, franklinharper, macalac, and $1/month from 0x1DOCD00D, objectx, j-walker23, carstenlex, r-k-b, sprak3000, goerge, and bishiboosh.

It also received a $5 one-time sponsorship from kuhmuh. Four additional sponsors support the project privately, and I deeply appreciate their generosity while fully respecting their choice to remain anonymous.

  • Become a GitHub Sponsor and support the Key Promoter X development

Key Promoter X is a plugin for IntelliJ-based IDEs such as IntelliJ IDEA, Android Studio, and CLion. It helps you learn essential keyboard shortcuts from the mouse actions you use while working. When you click a button in the IDE with the mouse, Key Promoter X shows the keyboard shortcut you could have used instead. This makes it easier to replace repetitive mouse actions with shortcuts and gradually move toward a faster, mouse-free workflow. Currently, it supports toolbar buttons, menu actions, tool windows, and actions inside those tool windows.

Features and Documentation

Features

  • non-intrusive shortcut notifications using the IDE's built-in message framework
  • easy shortcut customization through links in the notification
  • easy creation of shortcuts for buttons that do not have one yet
  • a persistent list of missed shortcuts in an IDE tool window
  • a list of suppressed tips for shortcuts you do not want to use

Installation

You can install the plugin from Settings | Plugins | Marketplace by searching for Key Promoter X. When you click a button with the mouse, a notification shows the shortcut you could have used instead. If a button has no shortcut and you press it several times, the plugin can suggest creating one for that action.

Documentation

How does it work?

When you click something with the mouse, the plugin tries to detect whether that click triggered an IntelliJ action. If so, and if it can identify the corresponding ActionID, it records the event. If the action already has a shortcut, the plugin shows the action name (for example, Open Settings) together with its keyboard shortcut.

Additionally, Key Promoter X records these mouse actions in its statistics tool window so you can see which actions you use most often and which shortcuts are worth learning first.

If the action does not yet have a shortcut but does have an ActionID, the plugin still records the click. Depending on your settings under Settings | Tools | Key Promoter X, it can suggest creating a shortcut after the same action has been invoked a configurable number of times.

Some mouse interactions cannot be inspected reliably, even when they trigger behavior in the IDE. In those cases, Key Promoter X cannot provide a shortcut hint. This can happen, for example, with certain buttons inside tool windows.

The Key Promoter X tool window

Key Promoter X includes a built-in tool window on the right side of the IDE that gives you access to your list of missed shortcuts and suppressed items.

Every mouse click associated with an action that has a shortcut is recorded in the statistics. The items are ordered by how often you missed each shortcut.

Some mouse actions may be ones you do not want to replace with a shortcut. In those cases, click Don't show again in the notification, and the suppressed shortcut will appear in the list below the statistics. You can reactivate a suppressed item by double-clicking it there.

The Key Promoter X tool window also lets you clear your statistics and start fresh. You can also snooze notifications until the next IDE restart, or enable them again sooner if you prefer.

Settings for the Key Promoter X

Settings for the plugin can be found under Settings | Tools | Key Promoter X.

General

  • Show only keyboard shortcuts prevents notifications for mouse shortcuts. One example is the Go to declaration action, which can also be invoked with a mouse gesture. Enabling this option ensures that only keyboard shortcuts are shown.
  • Disable in presentation or distraction free mode turns off Key Promoter X when you are giving a presentation or explicitly do not want to be disturbed.

Settings

  • Clicks before notification is shown controls how often Key Promoter X displays a notification when you click a button with the mouse that already has a keyboard shortcut. For example, with a setting of 2, every second click will show a notification.
  • Number of invocations before suggesting to create controls how often a button without a shortcut needs to be clicked before you see a message suggesting that you create one for it.

Enable for

This setting controls which buttons are allowed to show a tip. Note that the All Buttons checkbox will try to capture as many mouse clicks as possible, even if you are not pressing a real button. For example, it can show a tip when you hold Ctrl and click a Java method to jump to its declaration, which can also be done with Ctrl+B.

Development

The plugin is written in Java using the IntelliJ Platform plugin framework. The codebase is relatively small and contains only a handful of well-documented classes, which makes it a good project for learning how IntelliJ plugins are implemented.

The code is hosted on GitHub and built with Gradle.

Reporting issues

If you experience bugs or unusual behavior, please create an issue on the bug tracker.

Credits

The initial version was implemented by Dmitry Kashin, who later stopped maintaining the project.

athiele then took the time to fork the original code, fix issues, and provide a version that worked with newer IntelliJ releases before that effort was also discontinued.

GitHub Issues· 10 开放

在 GitHub 查看全部
  • #144

    This function does no longer work: "Suppress Alert for this Shortcut"

    更新于 2026年6月26日
  • #117

    Add a feature to allow selecting a keymap different from the one set for Rider

    feature-request更新于 2024年2月15日
  • #94

    Key Promoter X does not seem to recognise some menus actions

    更新于 2023年4月18日
  • #87

    Clicking on unit test state filters gives unhelpful prompt

    更新于 2022年5月17日
  • #91

    Point system, leaderboard

    feature-request更新于 2022年2月24日
  • #59

    Mouse wheel click to close tabs registered as "Go to declaration or usages"

    not-my-fault更新于 2022年2月14日
  • #63

    Reset (or reduce) click counter when I get it right.

    更新于 2020年8月3日

核心特点

  • •Become a GitHub Sponsor and support the Key Promoter X development
  • •non-intrusive shortcut notifications using the IDE's built-in message framework
  • •easy shortcut customization through links in the notification
  • •easy creation of shortcuts for buttons that do not have one yet
  • •a persistent list of missed shortcuts in an IDE tool window
  • •a list of suppressed tips for shortcuts you do not want to use
  • •Show only keyboard shortcuts prevents notifications for mouse shortcuts. One example is the
  • •Disable in presentation or distraction free mode turns off Key Promoter X when you are giving a presentation or
  • •Clicks before notification is shown controls how often Key Promoter X displays a notification when you click
  • •Number of invocations before suggesting to create controls how often a button without a shortcut needs to be clicked

> 标签

Javaintellijintellij-pluginkeyboard-shortcutlearn-shortcuts

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言