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

Please post all general support questions for LXDE here.
Locked
Leonie
Posts: 2
Joined: Fri Apr 09, 2021 8:38 pm

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

Post by Leonie »

Keyboard shortcuts are easily configurable with lxhotkeys, but where are they stored? Thank you.
Last edited by Leonie on Sun Apr 11, 2021 8:25 am, edited 1 time in total.
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: Where are keyboard shortcuts stored?

Post 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'
Leonie
Posts: 2
Joined: Fri Apr 09, 2021 8:38 pm

Re: [SOLVED] Where are keyboard shortcuts stored?

Post by Leonie »

On my Debian 9, it is $HOME/.config/openbox/lxde-rc.xml. Thank you.
drooly
Posts: 791
Joined: Mon Apr 08, 2013 6:45 am

Re: [SOLVED] Where are keyboard shortcuts stored?

Post by drooly »

Great. I marked this thread as SOLVED for you.
Locked