i have f1 set to 'find uses' , and unset kdevelop handbook and what's this so that there isnt a conflict when using f1. Every time i restart kdevelop, those two unset settings go back to defaults. Reproducible: Always Steps to Reproduce: 1. Unset 'Kdevelop Handbook' and 'What's This?' in configure shortcuts 2. restart kdevelop 3. open configure shortcuts again Actual Results: Kdevelop Handbook setting is back at f1 and What's this? is back at Shift+f1. Expected Results: the two settings should still be unset
if i were to take a look at fixing this, where should i look? i did some searching in the source code but i never could find anything that seemed related to this. Maybe it is just built into kde?
The shortcuts are from kconfig.git: % ag F1 kconfig/src/gui/kstandardshortcut.cpp 126: { Help, "Help", QT_TRANSLATE_NOOP3("KStandardShortcut", "Help", "@action"), Qt::Key_F1, 0, QList<QKeySequence>(), false }, 127: { WhatsThis, "WhatsThis", QT_TRANSLATE_NOOP3("KStandardShortcut", "What's This", "@action"), SHIFT(F1), 0, QList<QKeySequence>(), false }, I'm not sure where/how to fix this issue, to be honest
Thank you for reporting this bug in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
seems to be working in the latest version