Where can I find keymap for KDE?
Hi,
I use KDE keymap in Intellij. Where can I find the list of keyboard shortcuts used for KDE keymap so that I can find a comparable keyboard shortcut when folks talk about default (Windows/XWin) keymap.
Thanks.
请先登录再写评论。
Are you looking for the keymap reference? Once can export a PDF using https://plugins.jetbrains.com/plugin/7066?pr=idea .
KDE keymap is based on XWin keymap: https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources/src/idea/Keymap_KDE.xml
https://github.com/JetBrains/intellij-community/blob/master/platform/platform-resources/src/idea/Keymap_XWin.xml .
These 2 XML files contain all the shortcut differences from the default keymap.
Thanks Serge, the Keymap exporter would save me a lot of time bu unfortunately it is broken. Thanks for the links though.
Update:- upstream seems to have been abondoned. The last commit was 2 years ago and other Jetbrains product also seem to be affected by it. https://github.com/denis-zhdanov/intellij-plugin-export-keymap
Is there a file that holds user friendly names such as used in Keymap settings UI for these action ids? For example action id "ProjectViewChangeView" corresponds to Others>Change View? I tried searching the github but couldn't get to the right file.