------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 Summary: 'Ctrl+F6' Conflict with KDE global shortcut Product: digikam Version: 0.9.4-beta5 Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Usability AssignedTo: digikam-devel kde org ReportedBy: msp debian org Version: 0.9.4-beta5 (using 3.5.9, Debian Package 4:3.5.9.dfsg.1-4 (lenny/sid)) Compiler: Target: powerpc-linux-gnu OS: Linux (ppc) release 2.6.18-5-powerpc I have been confused for a while why 'Ctrl+F6' wouldn't "Add to light table" per the Image Menu. So I checked the setup under configure shortcuts, sure enough 'Ctrl+F6' is assigned to "Add to light table", but if you try and map to 'Ctrl+F6' KDE returns with the error message: The 'Ctrl+F6' key combination has already been allocated to the global action "Switch to Desktop 6". Even though I don't have 'Desktop 6'. 'Ctrl+F[1-4]' do switch desktops. Perhaps digikam needs to use an alternative to 'Ctrl+F6' as that allready seems to be taken by a KDE global action. Mark _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From caulier.gilles gmail com 2008-05-30 06:18 ------- Mark, Right ! any suggestions ? Gilles Caulier _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-05-30 14:03 ------- I can confirm this, too. Even though I have removed this global shortcut (I only use 4 virtual desktops), you can not add an image with this shortcut. The only solution seems to be a shortcut like CTRL+SHIFT+F6, there are not much other possibilities. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-05-30 14:05 ------- Oh, CTRL+SHIFT+F6 is also assigned as a global shortcut... _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From caulier.gilles gmail com 2008-05-30 14:33 ------- Andi, Look here : http://en.wikipedia.org/wiki/Table_of_keyboard_shortcuts Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 11:41 ------- This is a tricky one. Maybe we should get away from F6 in general and use something like CTRL+L, SHIFT+CTRL+L etc? In KDE control center you can set different shortcut schemes, right now I'm using "KDE Default for 4 Modifier Keys" that uses the WIN-Key for Desktop switching, so we can't use Win+F6 for this case, too. There might be other users having this scheme installed. Maybe we can assign shortcuts like this: - 'L': open LightTable - 'SHIFT+L': Place on LightTable - 'SHIFT+CTRL+L': add to LightTable Andi _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From caulier.gilles gmail com 2008-08-14 11:46 ------- Andy, Fine for me. Note that KDE4 and KDE3 must use the same shortcuts and handbook need to be fixed. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 11:53 ------- I have to check if SHIFT+CTRL+L is not used for "lock screen" in any keyboard scheme. Normally this should be CTRL+ALT+L or WIN+L. Andi _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 13:07 ------- SVN commit 846987 by aclemens: New keyboard shortcuts for accessing and controlling the light table to prevent conflicts with KDE's global shortcuts: - 'L': open Light Table - 'SHIFT+L': Place on Light Table - 'SHIFT+CTRL+L': Add to Light Table CCBUGS:162845 M +48 -48 digikam/digikamapp.cpp M +2 -2 utilities/lighttable/lighttablewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=846987 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 13:09 ------- SVN commit 846991 by aclemens: backport commit #846987 from KDE3 branch CCBUGS:162845 M +18 -18 digikam/digikamapp.cpp M +2 -2 utilities/lighttable/lighttablewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=846991 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 13:16 ------- Somehow I think CTRL+L for Place.. and SHIFT+CTRL+L for Add... would be better. SHIFT+L is a strange shortcut for an action... I guess this is ok for you? _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 14:22 ------- SVN commit 847011 by aclemens: New keyboard shortcut for "Place Onto Light Table": CTRL+L This seems to be more common than using SHIFT+L as an action shortcut. CCBUGS:162845 M +1 -1 digikam/digikamapp.cpp M +2 -2 utilities/lighttable/lighttablewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=847011 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 14:23 ------- SVN commit 847013 by aclemens: backport commit #847011 from KDE3 branch CCBUGS:162845 M +1 -1 digikam/digikamapp.cpp M +2 -2 utilities/lighttable/lighttablewindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=847013 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 ------- Additional Comments From andi.clemens gmx net 2008-08-14 15:23 ------- SVN commit 847023 by aclemens: New shortcuts for Light Table have been merged with the digiKam handbook. CCBUGS:162845 M +3 -3 index.docbook M +2 -2 menu-descriptions.docbook WebSVN link: http://websvn.kde.org/?view=rev&revision=847023 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Mark Purcell
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=162845 andi.clemens gmx net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From andi.clemens gmx net 2008-08-14 15:27 ------- SVN commit 847026 by aclemens: update BUG:162845 M +3 -1 NEWS WebSVN link: http://websvn.kde.org/?view=rev&revision=847026 _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |