Bug 35525 - Alt+tab doesn't work as expected in Midnight Commander
Summary: Alt+tab doesn't work as expected in Midnight Commander
Status: CLOSED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.0.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-29 02:18 UTC by arkmch
Modified: 2002-09-16 14:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description arkmch 2001-11-29 02:05:59 UTC
(*** This bug was imported into bugs.kde.org ***)

Package:           konsole
Version:           2.2.1 (using KDE 2.2.1 )
Severity:          normal
Installed from:    Compiled From Sources
Compiler:          gcc 2.95.3
OS:                Linux
OS/Compiler notes: Not Specified

It seems that Midnight Commander in Konsole can't distinguish between tab and alt+tab. When I first started MC I could switch the panels with both "tab" and "alt+tab". I used the "learn keys" option to set the "alt+tab" combination for autocomplete but then pressing both "alt+tab" and "tab" performed autocomplete. I couldn't get MC to distinguish these two different key events. I use Polish locale and Polish keyboard.

(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields Application KDE Version OS Compiler manually changed)
Comment 1 Stephan Binner 2001-11-29 18:00:53 UTC
Fixed in KDE 3.0. As a work-around for this key kombination you can copy
$KDEDIR/share/apps/konsole/default.Keytab  add following and select it:

 key Tab   +Alt        : "\E\t"
 key Tab   -Alt -Shift : "\t"
 key Tab   -Alt +Shift : "\E[Z"