PS3 BD Remote Key Mapping

I’ll start this by saying I’m absolutely new and have no idea what I’m doing - but I got this far.

I got the PS3 bluetooth remote control to work - but most of the buttons don’t do anything, and I’m wondering how I can program them, or load a preconfigured mapping into OSMC, which seems to be running Kodi. I see other remotes in the OSMC settings page - is there something I can load up into that?

I’ve been able to SSH via Terminal into the RPi 2 - but I don’t really understand the programming language enough to know what’s goin on.

http://kodi.wiki/view/HOW-TO:Set_up_PS3_BD_Remote

really good guide on how to do it

think you only have to do

sudo apt-get install libdbus-1-dev libglib2.0-dev python-dbus python-gobject

then pair with the official bluetooth settings in OSMC

and then the 1.4 example config should work

Thanks Toast!

When I put that cmd in I get the following results

osmc@osmc:/home$ sudo apt-get install libdbus-1-dev libglib2.0-dev python-dbus python-gobject
Reading package lists… Done
Building dependency tree
Reading state information… Done
python-dbus is already the newest version.
python-dbus set to manually installed.
python-gobject is already the newest version.
You might want to run ‘apt-get -f install’ to correct these:
The following packages have unmet dependencies:
libdbus-1-dev : Depends: libdbus-1-3 (= 1.8.18-0+deb8u1) but 1.8.16-1 is to be installed
Depends: pkg-config
libglib2.0-dev : Depends: libglib2.0-bin (= 2.42.1-1) but it is not going to be installed
Depends: libpcre3-dev (>= 1:8.31) but it is not going to be installed
Depends: pkg-config (>= 0.16.0)
Depends: zlib1g-dev but it is not going to be installed
xbmc-eventclients-ps3 : Depends: xbmc-eventclients-common (= 2:13.2+dfsg1-4) but it is not going to be installed
E: Unmet dependencies. Try ‘apt-get -f install’ with no packages (or specify a solution).

Not sure if this will be any help, as I’m far from the most knowledgable on this matter, but the program add on “Keymap Editor” just did the trick for me allowing me to assign actions to button presses on my remote…

will check it out. Thanks!