-
-
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
Show a page in the Object Inspector with all available keyboad shortcuts #1463
Comments
From ccordoba12 on 2013-09-04T12:39:08Z The only shortcut was Ctrl+MouseWheel but after 2.2.2 they are Ctrl+'+' to zoom in and Ctrl+'-' to zoom out, which are the expected shortcuts on any other program. So do you still see the need to document them? Labels: Cat-Editor MS-v2.3 |
From [email protected] on 2013-09-04T13:36:51Z In the new version the problem seems to have gone away, so I guess it was mouse wheel events being generated somehow. I'm sure someone can Google to find this thread if they can't find the shortcut, although it's a bit nicer to have them listed somewhere :-). Thanks for the nice editor! |
From [email protected] on 2013-10-11T08:37:48Z Generally, I'd prefer all shortcuts to be in the keyboard shortcuts preferences page. Some shortcuts because I'd like to permanently disable them (some commands are mildly dangerous, some are terribly laggy). Others because that's the simplest way to discover new useful shortcuts. But generally, having consistent documentation of them in the logical place is desirable (if minor). |
From ccordoba12 on 2013-12-11T12:42:00Z Labels: -MS-v2.3 MS-v2.3.1 |
From ccordoba12 on 2014-08-17T18:43:04Z Labels: -MS-v2.3.1 MS-v2.4 |
From ccordoba12 on 2014-09-21T11:30:13Z Most shortcut values can be got from config.py. The rest can be added manually, and the page can be created in rst, to pass it to Sphinx. Summary: Show a page in the Object Inspector with all available keyboad shortcuts (was: Document Shortcut for Increase/Decrease Text Size) |
@ccordoba12 I believe this was taken care of with PR #3464? |
Yes, it was. Thanks! |
From [email protected] on 2013-06-26T17:55:07Z
I am using Spyder 2.20rc on a MacBook Pro OS version 10.8.
I know there is a key combination to increase or decrease the text size. However, I don't know what this keyboard shortcut is. Thus I request that it be documented in Spyder -> Preferences -> Keyboard shortcuts.
The problem is that the text size keeps changing, typically when I am trying to use Ctrl+Z. I have to reset it by going to Spyder, Preferences, and manually reset the font size. This is a pain because it happens frequently while I am programming. However, if the keyboard shortcut were documented in Spyder -> Preferences -> Keyboard Shortcuts, then I could avoid this change of font size by modifying the shortcut to something else (or reversing the change by using the shortcut).
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1463
The text was updated successfully, but these errors were encountered: