Giter Club home page Giter Club logo

shortcutmap's Issues

小建议

能否修改默认调用快捷键
有挺多软件默认 Win+N 已经占用。

几个建议

~新增自定义快捷键的功能
~快捷键列表字体无法自定义,中文字体显示效果不佳
~呼出快捷键一览界面后,只有按 Esc 或 Windows + N 组合键才能退出界面,建议提供相关提示,或任意键均可退出
~目前每组(列)最多只能显示13个快捷键,更多内容无法显示(不过可能常用的快捷键也不会有3×13=39个这么多哈)
~呼出快捷键一览界面时,可以考虑半透明界面,以及加入界面显示出现淡入效果,让界面更优雅

另外,代码可以写成下面这样挺方便的,我用 Excel 做好后复制到文本编辑器,
然后把 Tab 批量替换删掉即可。
{ "keys": ["Ctrl", "Alt", "V"], "action": "Extract Variable" }

Intellj IDEA 快捷键分享

Download

shortcuts.zip

Preview

{
  "app": "IntelliJ IDEA",
  "moduleName": "^idea(\\d*).exe$",
  "author": "pluveto",
  "version": "1.0",
  "description": "Shortcuts for IntelliJ IDEA",
  "groups": [
    {
      "name": "Most useful",
      "shortcuts": [
        {
          "keys": ["Ctrl", "Alt", "L"],
          "action": "Reformat code"
        },
        {
          "keys": ["Shift", "F6"],
          "action": "Rename"
        },
        {
          "keys": ["Ctrl", "Alt", "O"],
          "action": "Optimize imports"
        },
        {
          "keys": ["Shift", "Shift"],
          "action": "Search Everywhere"
        },
        {
          "keys": ["Ctrl", "Shift", "A"],
          "action": "Find Action/Commands"
        },
        {
          "keys": ["Alt", "F7"],
          "action": "Find Usages"
        },
        { "keys": ["Ctrl", "F"], "action": "Find" },
        { "keys": ["Ctrl", "R"], "action": "Replace" },
        { "keys": ["Ctrl", "LFind"], "action": "next" }
      ]
    },
    {
      "name": "Run / Debug",
      "shortcuts": [
        {
          "keys": ["Shift", "F10"],
          "action": "Run"
        },
        {
          "keys": ["Shift", "F9"],
          "action": "Debug"
        },
        {
          "keys": ["F7"],
          "action": "Step into"
        },
        {
          "keys": ["F8"],
          "action": "Step over"
        },
        {
          "keys": ["Shift", "F7"],
          "action": "Smart step into"
        },
        {
          "keys": ["Shift", "F8"],
          "action": "Step out"
        }
      ]
    },
    {
      "name": "Refactoring",
      "shortcuts": [
        {
          "keys": ["Ctrl", "Alt", "M"],
          "action": "Extract Method"
        },
        { "keys": ["Ctrl", "Alt", "V"], "action": "Extract Variable" },
        { "keys": ["Ctrl", "Alt", "F"], "action": "Extract Field" },
        { "keys": ["Ctrl", "Alt", "C"], "action": "Extract Constant" },
        { "keys": ["Ctrl", "Alt", "P"], "action": "Extract Parameter" }
      ]
    }
  ]
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.