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

[feature] keyboard shortcut for saving project #1609

Closed
Bleuzen opened this issue Aug 7, 2022 · 2 comments
Closed

[feature] keyboard shortcut for saving project #1609

Bleuzen opened this issue Aug 7, 2022 · 2 comments
Labels
GUI Issues in jadx-gui module new feature
Milestone

Comments

@Bleuzen
Copy link
Contributor

Bleuzen commented Aug 7, 2022

Describe your idea:

So usually in every program the shortcut Ctrl + S saves the project. But in JADX this standardized shortcut does... save decompiled sources. And there is no shortcut at all to save the current project.

A simple solution for now could be to move the Ctrl + S shortcut from saving sources to saving the project.
Here is why (extremely scientific me study):

  • saving decompiled sources is an action one most likely won't need often, maybe only once for an app
  • saving the project is an action used much more often (for me after every change so sometimes every few seconds) -> makes more sense to have the shortcut here, not having one is purely annoying

If you don't want to 'just move' the shortcut maybe assign a different one to saving the decompiled sources.
But Ctrl + S is a standard for saving the project and I suggest JADX doing the same.

@skylot
Copy link
Owner

skylot commented Aug 7, 2022

Sure! Looks like I totally forgot about #1085, it already has that mapping 🤣
And for Save source I want to set shortcut to CTRL + E after merging it with export, but for now CTRL + SHIFT + E is also fine.

@skylot skylot added the GUI Issues in jadx-gui module label Aug 7, 2022
@skylot skylot added this to the TBD milestone Aug 7, 2022
@skylot
Copy link
Owner

skylot commented Aug 3, 2023

Now is possible to change these shortcuts. The feature was implemented by @Mino260806 in PR #1980.

@skylot skylot closed this as completed Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI Issues in jadx-gui module new feature
Projects
None yet
Development

No branches or pull requests

2 participants