You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should add that Ctrl+Shift+E is already taken for Switch to Editor, so perhaps the default should be Ctrl+E? Ctrl+A is tied up for select all, so I had attempted to keep them symmetric. I am open to suggestions.
From steven.s...@gmail.com on 2012-12-28T00:54:52Z
Added two extra shortcuts for the editor in spyderlib/widgets/sourcecode/codeeditor.py.
Ctrl+Shift+A takes you to the first character on the line.
Ctrl+Shift+E takes you to the last character on the line.
This emulates the emacs (and bash) keybindings for those features.
Tested with the dev branch on Ubuntu 12.04, 32 bit.
Please see my repository, https://code.google.com/r/stevensilvester-rich-text-to-thread/source/browse for review.
Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1212
The text was updated successfully, but these errors were encountered: