7

Is there a list anywhere of the keyboard shortcuts in Raspbian? There's nothing obvious in the documentation that I've found. I've established that Cmd+r opens starts 'run' and Cmd+e opens an explorer window. Are there any others?

geotheory
  • 575
  • 3
  • 10
  • 20

2 Answers2

4

Assuming that you are using LXDE, the default desktop, you are actually runnig openbox as the window manager.

grep -A 1 \<keybind /etc/xdg/openbox/rc.xml will give you the default ones.

~/.config/openbox/rc.xml contains your shortcuts if it exists.

M Noit
  • 926
  • 5
  • 7
1

The configuration file is the lxde-pi-rc.xml that contains different keybind keys. Just add one that you want in this file following the examples.

I found the lxde-pi-rc.xml but in my case it was in a different path: /etc/xdg/openbox/lxde-pi-rc.xml

I guess that in the recent versions they changed the path.

I hope it can help you.