Bug 52825

Summary: (trivial) UI problem with "B" key as a shortcut for two menus
Product: [Applications] kdevelop Reporter: Garen <garen>
Component: kdevelop 2.x (obsolete)Assignee: KDevelop-Devel List <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Garen 2003-01-10 00:12:51 UTC
Version:           3.0 Alpha 3 (using KDE Devel)
Installed from:    Compiled sources
OS:          Linux

e.g. when I press ALT+B, either the "Build" menu or the "Bookmarks" menu opens up.  These should be separate.
Comment 1 Amilcar do Carmo Lucas 2003-03-20 13:15:17 UTC
I tried to solve it with this patch, but it didn't work :( 
 
Index: src/gideonui.rc 
=================================================================== 
RCS file: /home/kde/kdevelop/src/gideonui.rc,v 
retrieving revision 1.43 
diff -u -r1.43 gideonui.rc 
--- src/gideonui.rc	18 Mar 2003 23:21:12 -0000	1.43 
+++ src/gideonui.rc	20 Mar 2003 12:10:11 -0000 
@@ -64,7 +64,7 @@ 
     <Action name="project_close"/> 
   </Menu> 
   <Menu name="build"> 
-    <text>&amp;Build</text> 
+    <text>B&amp;uild</text> 
     <Merge/> 
     <Separator/> 
     <Action name="stop_processes"/> 
 
Comment 2 Caleb Tennis 2003-03-20 15:51:10 UTC
Fixed in CVS using above example.  You may need to delete your gideonui.rc file in your personal 
configuration directory if you've made menu changes.