By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 1695 - Replace Shift+BackTab with Shift+Tab in UI
Summary: Replace Shift+BackTab with Shift+Tab in UI
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: other (any) (show other bugs)
Version: R14.0.x [Trinity]
Hardware: All All
: P5 minor
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-11-01 21:55 CDT by Michele Calgaro
Modified: 2018-05-27 10:48 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Calgaro 2013-11-01 21:55:38 CDT
While developing the code for bug 1677, we discovered that TDE refers to Shift+Tab as Shift+BackTab. This is counter intuitive for the user.
We should investigate the possibility to replace Shift+BackTab with Shift+Tab in the UI wherever applicable. This probably affects only shortcuts.
Comment 1 Michele Calgaro 2013-11-02 10:35:01 CDT
>(from Darrell)
>In KControl, Keyboard Shortcuts, when I press Shift+Tab the UI displays
>Shift+Tab. Not Shift+Backtab.

This is interesting. From the Konqueror -> Configure Shortcut window instead, Shift+Tab is displayed as Shift+BackTab, so there is definitely something strange going on here. I wonder if this Shift+BackTab was not a bug after all.
Comment 2 Slávek Banko 2013-11-02 10:47:33 CDT
It seems to me that this may have the same basis as my problem with Alt+H mentioned in bug 1676.

As I found, AltGr+H is on Czech keyboard evaluated as BackQuote. But instead of simple BackQuote was key further processed as Alt+BackQuote.

In the case mentioned in this bug report, Shift+Tab is evaluated as BackTab, but instead of simple BackTab was key further processed as Shift+BackTab.

Therefore, I believe that the problem is not only incorrect display in UI.