Bug 52825 - (trivial) UI problem with "B" key as a shortcut for two menus
Summary: (trivial) UI problem with "B" key as a shortcut for two menus
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-10 00:12 UTC by Garen
Modified: 2003-03-20 15:51 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 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.