Dolphin (file manager) shortcuts config-file location

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












Does anyone know where Dolphin keeps the shortcuts stored?
I've already looked into the config-files in "~/.kde/share/config/", there's a dolphinrc there, but the saved shortcuts are nowhere to be found.










share|improve this question





















  • Could you elaborate about what you mean by shortcuts in the context of Dolphin?
    – DK Bose
    Mar 21 at 11:40










  • the keybindings for navigating dolphin
    – DampyGurt
    Mar 21 at 11:49














up vote
1
down vote

favorite












Does anyone know where Dolphin keeps the shortcuts stored?
I've already looked into the config-files in "~/.kde/share/config/", there's a dolphinrc there, but the saved shortcuts are nowhere to be found.










share|improve this question





















  • Could you elaborate about what you mean by shortcuts in the context of Dolphin?
    – DK Bose
    Mar 21 at 11:40










  • the keybindings for navigating dolphin
    – DampyGurt
    Mar 21 at 11:49












up vote
1
down vote

favorite









up vote
1
down vote

favorite











Does anyone know where Dolphin keeps the shortcuts stored?
I've already looked into the config-files in "~/.kde/share/config/", there's a dolphinrc there, but the saved shortcuts are nowhere to be found.










share|improve this question













Does anyone know where Dolphin keeps the shortcuts stored?
I've already looked into the config-files in "~/.kde/share/config/", there's a dolphinrc there, but the saved shortcuts are nowhere to be found.







configuration filemanager dolphin location






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 21 at 11:30









DampyGurt

82




82











  • Could you elaborate about what you mean by shortcuts in the context of Dolphin?
    – DK Bose
    Mar 21 at 11:40










  • the keybindings for navigating dolphin
    – DampyGurt
    Mar 21 at 11:49
















  • Could you elaborate about what you mean by shortcuts in the context of Dolphin?
    – DK Bose
    Mar 21 at 11:40










  • the keybindings for navigating dolphin
    – DampyGurt
    Mar 21 at 11:49















Could you elaborate about what you mean by shortcuts in the context of Dolphin?
– DK Bose
Mar 21 at 11:40




Could you elaborate about what you mean by shortcuts in the context of Dolphin?
– DK Bose
Mar 21 at 11:40












the keybindings for navigating dolphin
– DampyGurt
Mar 21 at 11:49




the keybindings for navigating dolphin
– DampyGurt
Mar 21 at 11:49










1 Answer
1






active

oldest

votes

















up vote
0
down vote



accepted










You can look at ~/.local/share/kxmlgui5/dolphin/dolphinui.rc.



The way I dug that out: I made a shortcut with Meta+Ctrl+B to report a bug. After that, I used find to find which file in my home folder was modified as a result.



Configure shortcuts



Here's part of the file:



<!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
<kpartgui version="14" name="dolphin">
... lots of deleted stuff ...
<Action shortcut="Meta+Ctrl+B" name="help_report_bug"/>
</ActionProperties>
</kpartgui>





share|improve this answer




















  • well done! the path was different for me, but the filename was the same
    – DampyGurt
    Mar 21 at 11:57










  • I'm on Kubuntu 16.04 with kubuntu-backports enabled.
    – DK Bose
    Mar 21 at 11:59










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017914%2fdolphin-file-manager-shortcuts-config-file-location%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote



accepted










You can look at ~/.local/share/kxmlgui5/dolphin/dolphinui.rc.



The way I dug that out: I made a shortcut with Meta+Ctrl+B to report a bug. After that, I used find to find which file in my home folder was modified as a result.



Configure shortcuts



Here's part of the file:



<!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
<kpartgui version="14" name="dolphin">
... lots of deleted stuff ...
<Action shortcut="Meta+Ctrl+B" name="help_report_bug"/>
</ActionProperties>
</kpartgui>





share|improve this answer




















  • well done! the path was different for me, but the filename was the same
    – DampyGurt
    Mar 21 at 11:57










  • I'm on Kubuntu 16.04 with kubuntu-backports enabled.
    – DK Bose
    Mar 21 at 11:59














up vote
0
down vote



accepted










You can look at ~/.local/share/kxmlgui5/dolphin/dolphinui.rc.



The way I dug that out: I made a shortcut with Meta+Ctrl+B to report a bug. After that, I used find to find which file in my home folder was modified as a result.



Configure shortcuts



Here's part of the file:



<!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
<kpartgui version="14" name="dolphin">
... lots of deleted stuff ...
<Action shortcut="Meta+Ctrl+B" name="help_report_bug"/>
</ActionProperties>
</kpartgui>





share|improve this answer




















  • well done! the path was different for me, but the filename was the same
    – DampyGurt
    Mar 21 at 11:57










  • I'm on Kubuntu 16.04 with kubuntu-backports enabled.
    – DK Bose
    Mar 21 at 11:59












up vote
0
down vote



accepted







up vote
0
down vote



accepted






You can look at ~/.local/share/kxmlgui5/dolphin/dolphinui.rc.



The way I dug that out: I made a shortcut with Meta+Ctrl+B to report a bug. After that, I used find to find which file in my home folder was modified as a result.



Configure shortcuts



Here's part of the file:



<!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
<kpartgui version="14" name="dolphin">
... lots of deleted stuff ...
<Action shortcut="Meta+Ctrl+B" name="help_report_bug"/>
</ActionProperties>
</kpartgui>





share|improve this answer












You can look at ~/.local/share/kxmlgui5/dolphin/dolphinui.rc.



The way I dug that out: I made a shortcut with Meta+Ctrl+B to report a bug. After that, I used find to find which file in my home folder was modified as a result.



Configure shortcuts



Here's part of the file:



<!DOCTYPE kpartgui SYSTEM 'kpartgui.dtd'>
<kpartgui version="14" name="dolphin">
... lots of deleted stuff ...
<Action shortcut="Meta+Ctrl+B" name="help_report_bug"/>
</ActionProperties>
</kpartgui>






share|improve this answer












share|improve this answer



share|improve this answer










answered Mar 21 at 11:52









DK Bose

9,603103274




9,603103274











  • well done! the path was different for me, but the filename was the same
    – DampyGurt
    Mar 21 at 11:57










  • I'm on Kubuntu 16.04 with kubuntu-backports enabled.
    – DK Bose
    Mar 21 at 11:59
















  • well done! the path was different for me, but the filename was the same
    – DampyGurt
    Mar 21 at 11:57










  • I'm on Kubuntu 16.04 with kubuntu-backports enabled.
    – DK Bose
    Mar 21 at 11:59















well done! the path was different for me, but the filename was the same
– DampyGurt
Mar 21 at 11:57




well done! the path was different for me, but the filename was the same
– DampyGurt
Mar 21 at 11:57












I'm on Kubuntu 16.04 with kubuntu-backports enabled.
– DK Bose
Mar 21 at 11:59




I'm on Kubuntu 16.04 with kubuntu-backports enabled.
– DK Bose
Mar 21 at 11:59

















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1017914%2fdolphin-file-manager-shortcuts-config-file-location%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

Which professions warranted travel in Medieval times?

How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

Trouble downloading packages list due to a “Hash sum mismatch” error