http://bugs.winehq.org/show_bug.cgi?id=34175
Bug #: 34175 Summary: Shift-backspace doesn't work as backspace in cmd Product: Wine Version: 1.6-rc5 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: b7.10110111@gmail.com Classification: Unclassified
How to reproduce: 1. Launch "wineconsole cmd" 2. Try entering "PATH=%PATH%", but make a mistake writing %PATU% instead. 3. Now try to delete two chars 4. As many people might be doing, I hold <shift> all this time because %PATH% is wholly entered with <shift>. Now I still hold it, and try pressing BS. So, result is entering ^H instead, which you try to delete and enter another one :) 5. Now notice that shift is being held, release it and delete all that junk using single BS key 3 times. 6. Compare behavior with windows cmd — Shift+BS is treated similarly to BS there, as it is in bash and sh.