| Summary: | Can not permanently change the default shortcut for 'Create Folder' in Konqueror | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Michele Calgaro <michele.calgaro> |
| Component: | tdebase | Assignee: | Michele Calgaro <michele.calgaro> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, michele.calgaro, slavek.banko |
| Priority: | P5 | ||
| Version: | R14.0.0 [Trinity] | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: |
tdebase konqueror patch for action shortcuts
Multiplication of menu items New patch without the problem of menu item replication |
||
|
Description
Michele Calgaro
2013-10-28 04:29:17 CDT
As a reminder (to myself) for future analysis, search code for
m_paNewDir = new TDEAction( i18n("Create Folder..." ), Key_F10
in konq_mainwindow.cc
This also extends to the actions "Copy files..." and "Move files..." Created attachment 1595 [details]
tdebase konqueror patch for action shortcuts
Proposed patch that fixes the problem for "Create folder", "Copy Files" and "Move files" shortcuts
Created attachment 1605 [details]
Multiplication of menu items
The patch needs to fix! After several view mode switching menu appears, as shown in the attached picture.
Sorry for the Czech, but I assume that the problem is still clearly visible :)
(In reply to comment #4) > Created attachment 1605 [details] > Multiplication of menu items > The patch needs to fix! After several view mode switching menu appears, as > shown in the attached picture. > Sorry for the Czech, but I assume that the problem is still clearly visible :) Interesting behavior. Obviously there is something I missed :) I will have a new look at this and revert, probably during the weekend. (In reply to comment #5) > (In reply to comment #4) > > Created attachment 1605 [details] [details] > > Multiplication of menu items > > The patch needs to fix! After several view mode switching menu appears, as > > shown in the attached picture. > > Sorry for the Czech, but I assume that the problem is still clearly visible :) I can reproduce the problem also on my computer. I will work on this. Created attachment 1607 [details]
New patch without the problem of menu item replication
Reworked patch. I tested locally and I have no more any menu item replication.
Great, thank you. Pushed to GIT in hash 6525a4c1. |