[ wxwindows-Bugs-1870294 ] standard key combination for wxRichTextCtrl
SourceForge.net
noreply at sourceforge.net
Tue Feb 26 05:38:45 PST 2008
Bugs item #1870294, was opened at 2008-01-13 11:51
Message generated for change (Comment added) made by juliansmart
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1870294&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: RichTextCtrl
Group: Feature request
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Tyushkov Nikolay (softvoile)
Assigned to: Julian Smart (juliansmart)
Summary: standard key combination for wxRichTextCtrl
Initial Comment:
I don't know about other platforms, but under MSW the following key combinations is standard for text editors and users know them very well:
Common: Ctrl+A, Ctrl+Z, Ctrl+Y, Ctrl+Insert, Shift+Insert, Shift+Del, Ctrl+backspace and Ctrl+Del
For formatting: Ctrl+b, Ctrl+i, Ctrl+U
Who wxRichTextCtrl does not support it by default? I think it's good idea to add it to wxRichTextCtrl class (only under MSW if this combinations is not standard for other platform)
thanks.
----------------------------------------------------------------------
>Comment By: Julian Smart (juliansmart)
Date: 2008-02-26 13:38
Message:
Logged In: YES
user_id=59495
Originator: NO
Some accelerators should I think be specified explicitly by the
application, to allow for customisation. You can do this with an
accelerator table or in your menubar. However I've added Ctrl+Backspace to
delete words. I don't know what Shift+Del is supposed to do and can't make
it do anything in notepad or Word.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1870294&group_id=9863
More information about the wx-dev
mailing list