After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 379109 - keyboard shortcuts without modifiers make searching impossible
keyboard shortcuts without modifiers make searching impossible
Status: RESOLVED DUPLICATE of bug 368436
Product: banshee
Classification: Other
Component: User Interface
0.11.2
Other All
: Normal normal
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-25 12:48 UTC by Chris Turchin
Modified: 2006-11-25 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chris Turchin 2006-11-25 12:48:29 UTC
Please describe the problem:
when i try and type "silbermond" in the search text/box the "b" gets processed as a command "back one track" since the keyboard shortcut is not using a modifier key like control or alt.

Steps to reproduce:
1. search for something with "n" or "b"
2. banshee recognizes character as a command 
3. character is not entered in the search text box


Actual results:

3. character is not entered in the search text box

Expected results:

3. character is entered in the search text box, shortcut is not activated.

Does this happen every time?
yep

Other information:
workaround: copy and paste characters. this is tedious and not intuitive...
Comment 1 Chris Turchin 2006-11-25 12:56:56 UTC
possible fix, use shift-ctrl modifier
(works for me, but probably not in interest of app):

in ActionManager.cs:

   /* Playback Actions */
            
            playback_actions.Add(new ActionEntry [] {
                new ActionEntry("PlayPauseAction", "media-playback-start",
                    Catalog.GetString("Play"), "space",
                    Catalog.GetString("Play or pause the current song"), null),
                    
                new ActionEntry("NextAction", "media-skip-forward",
                    Catalog.GetString("Next"), "<control><Shift>N",
                    Catalog.GetString("Play the next song"), null),
                    
                new ActionEntry("PreviousAction", "media-skip-backward",
                    Catalog.GetString("Previous"), "<control><Shift>B",
                    Catalog.GetString("Play the previous song"), null),
            });
Comment 2 Ruben Vermeersch 2006-11-25 13:15:00 UTC
This looks like a duplicate of bug 368436, which has been fixed in CVS. Does it also happen with the CVS version? If so, feel free to reopen the bug report.

*** This bug has been marked as a duplicate of 368436 ***