diff options
Diffstat (limited to 'gui/theme/common')
-rw-r--r-- | gui/theme/common/landscape.xml | 5 | ||||
-rw-r--r-- | gui/theme/common/portrait.xml | 5 | ||||
-rw-r--r-- | gui/theme/common/watch.xml | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/gui/theme/common/landscape.xml b/gui/theme/common/landscape.xml index ff5dddd50..8ca508f51 100644 --- a/gui/theme/common/landscape.xml +++ b/gui/theme/common/landscape.xml @@ -4678,6 +4678,11 @@ </button> <action> + <touch key="power"/> + <action function="togglebacklight"/> + </action> + + <action> <touch key="power+voldown"/> <action function="screenshot"/> </action> diff --git a/gui/theme/common/portrait.xml b/gui/theme/common/portrait.xml index 133d55545..fd35364b0 100644 --- a/gui/theme/common/portrait.xml +++ b/gui/theme/common/portrait.xml @@ -4759,6 +4759,11 @@ </button> <action> + <touch key="power"/> + <action function="togglebacklight"/> + </action> + + <action> <touch key="power+voldown"/> <action function="screenshot"/> </action> diff --git a/gui/theme/common/watch.xml b/gui/theme/common/watch.xml index 40ebb8e3d..6a7e6ebb8 100644 --- a/gui/theme/common/watch.xml +++ b/gui/theme/common/watch.xml @@ -5363,6 +5363,11 @@ </button> <action> + <touch key="power"/> + <action function="togglebacklight"/> + </action> + + <action> <touch key="power+voldown"/> <action function="screenshot"/> </action> |