|
From: SourceForge.net <no...@so...> - 2010-02-17 17:14:12
|
Bugs item #2953661, was opened at 2010-02-17 11:14 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953661&group_id=44253 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: UI: UNIX-specific Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Nobody/Anonymous (nobody) Summary: "Go to Opening/Closing Brace" Shortcut Inserts { or } Initial Comment: On Linux, using the "Go to Opening Brace" and "Go to Closing Brace" keyboard shortcuts -- by default Ctrl-Shift-[ and Ctrl-Shift-] -- also insert the { or } character, respectively. This does not happen on MacOS (where the shortcuts are Command-Shift-[ and Command-Shift-] by default). I haven't tested this on Windows. For example, if the cursor is positioned where the | is in this example |{ ... } and Ctrl-Shift-] is pressed, the following text will result: { ... }|} where | is the cursor. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2953661&group_id=44253 |