Summary: | Unable to reassign terminal panel keyboard shortcut (or any panel shortcut for that matter) | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | SiegeLord <siegelords_abode> |
Component: | panels: terminal | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | balazs, flyser42, marcinkocur |
Priority: | NOR | ||
Version: | 1.6.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.0 | |
Sentry Crash Report: | |||
Attachments: |
Patches the panel actions
Patch #2 dolphin-4.7.2-fix-panel-shortcuts.patch |
Description
SiegeLord
2011-05-11 17:49:00 UTC
This should be marked as a regular bug, not a wish. If you open Settings/Shortcuts configuration dialog, you can find there all positions from View/Pannels: - Places F9 - Informations F11 - Folders F7 - Terminal F4 - Find F12 In Settings/Shortcuts configuration They don't have any shortcuts assigned and still, they are activated under keystrokes shown above. If I change F4's function to some other command, KDE shows error that this shortcut is ambiguous. It is a bug, not a wishlist item. I always press F4 in Dolphin following by #@%#^@&#$! :) Please correct it. Thanks in advance! Created attachment 63711 [details]
Patches the panel actions
Created attachment 63712 [details]
Patch #2
Ok, so I created a patch that seems to fix it for me. Basically, what seems to be at fault is the DolphinMainWindow::addActionCloneToCollection. Firstly, it creates an incomplete clone (it doesn't clone the shortcut) and secondly the clone it creates doesn't get added to the menu (View->Panels). The patch fixes those two things. Note that I know absolutely nothing about KDE programming... so my fixes may be incorrect. The patches are against the 4.6 branch... ask me if you want it done against the trunk. Created attachment 64393 [details]
dolphin-4.7.2-fix-panel-shortcuts.patch
I modified the patch to apply for dolphin 4.7.2.
Is this in trunk or kde 4.7.3 yet?
Regards,
Fabian Henze
Git commit 30dbb39fb6e39e7cb0f6c9c68b65d5e31112fb4a by Peter Penz. Committed on 10/10/2011 at 22:05. Pushed by ppenz into branch 'master'. Allow changing shortcuts for the Panel actions Until now the shortcuts of the Panel actions could not be changed as they did not show up in the "Configure shortcuts..." dialog. The patch is based on the work of "SiegeLord" and Fabian Henze attached to bug 273050. BUG: 273050 FIXED-IN: 4.8.0 M +16 -20 dolphin/src/dolphinmainwindow.cpp M +9 -7 dolphin/src/dolphinmainwindow.h http://commits.kde.org/kde-baseapps/30dbb39fb6e39e7cb0f6c9c68b65d5e31112fb4a Thanks Fabian and "SiegeLord" for the patch! I'm sorry that I did not reply earlier, but I missed that a patch has been attached (-> I'd kindly ask to use git.reviewboard.kde.org in future for patches instead, as this is easier to track for the maintainers). Regarding the patch: I just pushed a modified version based on your patch. The reason why I did not take your patch 1:1 was that it results in removed checkboxes in the panel-menu, so for the user it would be not visible anymore which panels are active and which are not. |