-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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-request: add a keyboard shortcut for print menu #578
Comments
From ccordoba12 on 2011-03-22T06:40:26Z Labels: -Type-Defect Type-Enhancement |
From pierre.raybaut on 2011-05-16T01:29:01Z Labels: Cat-Settings |
From pierre.raybaut on 2011-05-18T00:31:24Z Status: ContributorNeeded |
From fhe...@gmail.com on 2011-11-10T05:52:56Z added Ctrl+P as shortcut for File->Print option. Attachment: editor.py |
From fhe...@gmail.com on 2011-12-18T15:52:36Z How do I propose incorporate the changes? |
From techtonik@gmail.com on 2011-12-19T09:43:40Z
Comment |
From fhe...@gmail.com on 2011-12-22T07:24:21Z I created this patch using 'diff -Naur spyderlib/plugins/editor.py ../spyder-2.1.6-original/spyderlib/plugins/editor.py > print_shortcut.patch ' against the current stable. Attachment: print_shortcut.patch |
From techtonik@gmail.com on 2011-12-22T08:01:24Z No. The change is opposite. You need 'diff oldfile newfile". The easiest ways to do this is https://code.google.com/p/spyderlib/wiki/NoteForContributors#Running_from_source and use |
From fhe...@gmail.com on 2011-12-22T08:27:54Z Thanks. Attached is the output of hg diff > print_shortcut.patch Attachment: print_shortcut.patch |
From ccordoba12 on 2011-12-22T15:04:00Z Hi fheday, thanks for your contribution. We will surely push your patch to the main repo because it adds a missing functionality. However, it doesn't really solve the issue as reported by the first person, i.e. Tim. He wants a way to print the whole table of Spyder shortcuts, the one you find in Tools > Preferences > Keyboard shortcuts Thanks for taking the time to improve Spyder and for your effort, |
From ccordoba12 on 2011-12-22T16:34:53Z I uploaded the patch. It works great! See revision 7fae533eef16 |
From techtonik@gmail.com on 2012-02-28T23:03:30Z This feature request was hijacked, so I changed the title to avoid confusing and time waste. Tim, could you please open a new issue for your enhancement? Summary: feature-request: add a keyboard shortcut for print menu |
From tim.mich...@gmail.com on 2011-03-10T09:33:40Z
Using shortcuts can make the work with Spyder much more efficient.
Learning these is not easy.
I would like to have a possibility to print the table of the shortcuts contained in the prefernces settings dialogue.
This would serve as quick reference.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=578
The text was updated successfully, but these errors were encountered: