Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exported PDF does not include custom shortcuts #19

Open
cybernetics opened this issue Apr 5, 2018 · 6 comments
Open

exported PDF does not include custom shortcuts #19

cybernetics opened this issue Apr 5, 2018 · 6 comments

Comments

@cybernetics
Copy link

I created my own custom keymap based on default keymap. when I print it to PDF, it did not include my own custom shortcuts. I selected my own custom keymap during print keymap operation from dropdown.

IntelliJ IDEA 2018.1.1 (Ultimate Edition)
Build #IU-181.4445.20, built on April 2, 2018
JRE: 1.8.0_152-release-1136-b27 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 7 6.1

@dmimat
Copy link
Collaborator

dmimat commented Apr 6, 2018

Could you please tell for which commands your custom shortcuts are not included?

@cybernetics
Copy link
Author

Create new Java Class: Ctrl+Alt+Shift+1
VCS -> Annotate: Ctrl+Alt+Shift+`
VCS -> Git -> Compare with Branch: Ctrl+Alt+Shift+Q
Windows -> Editor Tabs -> Close others: Ctrl+Alt+Shift+,
Windows -> Editor Tabs -> Close Unmodified: Ctrl+Alt+Shift+.
Help -> Productivity Guide: Ctrl+Alt+Shift+O
Debugger Actions -> Add to Watches: Ctrl+Shift+F1
Debugger Actions -> Mute Breakpoints: Alt+Pause
Plugins -> Database Tools and SQL -> Count Rows: Ctrl+Alt+Shift+;
Plugins -> Database Tools and SQL -> Set Current Schema: Ctrl+Alt+Shift+Y
Plugins -> EduTools -> Browse Courses: Ctrl+Alt+Shift+2
Other -> Clear All: Ctrl+Alt+Shift+Delete
Other -> Show in Explorer: Ctrl+Alt+Shift+R
Rerun Failed Tests: Alt+Shift+Y

@dmimat
Copy link
Collaborator

dmimat commented Apr 9, 2018

OK, I see. Thing is, that the generated PDF doesn't include ALL actions, otherwise it will take several pages.
The actions that you list are considered minor and therefore not included.
Custom shortcuts for more frequently used actions (e.g. Build, Run, Debutg, Commit, etc) will be included.
What you need is probably a generation mode that will include all actions. I'll try to add such mode in the future.
Thanks for the feedback!

@buyaoshushu
Copy link

buyaoshushu commented Sep 17, 2018

OK, I see. Thing is, that the generated PDF doesn't include ALL actions, otherwise it will take several pages.
The actions that you list are considered minor and therefore not included.
Custom shortcuts for more frequently used actions (e.g. Build, Run, Debutg, Commit, etc) will be included.
What you need is probably a generation mode that will include all actions. I'll try to add such mode in the future.
Thanks for the feedback!

The default export is looks like very clear and stylish , thank you for the great pulgin.
I'm learning how to use Intellij-Idea without mouse now.
Could you please add another funtion like export all keymap.neither action group nor pdf file style are not important.However, It is useful enough with all the Actions and the Keymaps.
Thanks again.

@mattalxndr
Copy link

mattalxndr commented Nov 6, 2021

@dmimat To me, it sounds like you are aiming to mimic the "printable cheatsheet" feature that already exists in the IDE. So I'm not sure if you would be interested in this suggestion, but have you put any thought into providing a texual export as well as the cheatsheet, that would provide a complete list of shortcuts, based on the user's extensions and settings?

@SpL1Ne
Copy link

SpL1Ne commented Sep 10, 2022

I also would love to have feature to print\export full keymap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants