diff options
author | Matthias Reichl <hias@horus.com> | 2023-09-22 23:41:51 +0200 |
---|---|---|
committer | Matthias Reichl <hias@horus.com> | 2023-09-24 01:43:13 +0200 |
commit | 7a4b9bda685ebe21c5dc97e7d9b0c818030f4d2d (patch) | |
tree | 0a139cb4177aee8de39e75c30a50ae462c3361da /system | |
parent | e0b42ee7cd099aff3c7fa9514e3a54c4cd901954 (diff) |
keymaps: change remote poweroff action to show shutdown menu
Signed-off-by: Matthias Reichl <hias@horus.com>
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/remote.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/keymaps/remote.xml b/system/keymaps/remote.xml index c122b99188..baebf679c0 100644 --- a/system/keymaps/remote.xml +++ b/system/keymaps/remote.xml @@ -50,7 +50,7 @@ <volumeplus>VolumeUp</volumeplus> <volumeminus>VolumeDown</volumeminus> <mute>Mute</mute> - <power>ShutDown()</power> + <power>ActivateWindow(ShutdownMenu)</power> <myvideo>ActivateWindow(Videos)</myvideo> <mymusic>ActivateWindow(Music)</mymusic> <mypictures>ActivateWindow(Pictures)</mypictures> |