[pywin32-bugs] [ pywin32-Bugs-1297822 ] smart-backspace brokes backpacing for non-ascii chars
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2005-09-21 15:04:51
|
Bugs item #1297822, was opened at 2005-09-21 18:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1297822&group_id=78018 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: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Oleg Noga (oleg_noga) Assigned to: Nobody/Anonymous (nobody) Summary: smart-backspace brokes backpacing for non-ascii chars Initial Comment: if trying to backspace non-ascii characters need to press backspace twice for each character. One pressing produces strange rectangle. Second removes it. Quick solution is to turn of smart backspace: just comment out one line in pythonwin\pywin\default.cfg ------------ #Back = <<smart-backspace>> ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1297822&group_id=78018 |