diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2024-02-11 13:22:16 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-11 13:22:16 +1000 |
commit | 89288b972ea04b1196c6998f2a2a48456fbdcf60 (patch) | |
tree | ec4cbc779a52015b1655ad3bfd2e4019157fc0ea /system | |
parent | 6a2d50891ee044f8c18d78141b7e1ef82ae246c4 (diff) | |
parent | e0f4b16aa4260f80ff7bbda7f0d72c55d1a59864 (diff) |
Merge pull request #24536 from DaVukovic/revert_23806
[keymaps] change show shutdownmenu to poweroff action
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 10f802d035..5c0baf7e9d 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>ActivateWindow(ShutdownMenu)</power> + <power>ShutDown()</power> <myvideo>ActivateWindow(Videos)</myvideo> <mymusic>ActivateWindow(Music)</mymusic> <mypictures>ActivateWindow(Pictures)</mypictures> |