Page 1 of 1

[SOLVED] Where are keyboard shortcuts stored?  Topic is solved

Posted: Fri Apr 09, 2021 8:46 pm
by Leonie
Keyboard shortcuts are easily configurable with lxhotkeys, but where are they stored? Thank you.

Re: Where are keyboard shortcuts stored?

Posted: Sun Apr 11, 2021 7:15 am
by drooly
Leonie wrote: Fri Apr 09, 2021 8:46 pm Keyboard shortcuts are easily configurable with lxhotkeys, but where are they stored? Thank you.
Hello Leonie.
Personally, I never use lxhotkeys, I always edit

Code: Select all

$HOME/.config/openbox/rc.xml
On an LXDE system this file could be in a slightly different location under a slightly different name though.
Probably easiest if you perform the following to find it:

Code: Select all

find "$HOME/.config/" -name '*rc*.xml'

Re: [SOLVED] Where are keyboard shortcuts stored?

Posted: Sun Apr 11, 2021 8:31 am
by Leonie
On my Debian 9, it is $HOME/.config/openbox/lxde-rc.xml. Thank you.

Re: [SOLVED] Where are keyboard shortcuts stored?

Posted: Sat Apr 17, 2021 7:49 pm
by drooly
Great. I marked this thread as SOLVED for you.