Of course. If we are talking about the OSMC remote it doesn’t have a pause but rather a play/pause which would just need an xml file in ~/.kodi/userdata/keymaps
with…
<?xml version="1.0" encoding="UTF-8"?>
<keymap>
<Home>
<keyboard>
<play_pause mod="longpress">UpdateLibrary(music)</play_pause>
</keyboard>
</Home>
</keymap>
Although you could just as easy configure it to another button (or window) if you wished…
Introduction
This guide is intended to serve as a reference for users who want to modify the button behavior of their OSMC remote controls. This is not intended as a general guide on key mapping in Kodi, or a thread for general keymap questions. If you need to familiarize yourself with keymaps, or what things you can do with them your first step should be Kodi’s wiki on the subject .
OSMC Legacy Behaviour
The first two generations of the OSMC remote using OSMC prior to the March 2020 update …