diff options
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | gui/devices/800x480/res/ui.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml index 6a2c08fa9..9c56ca381 100755..100644 --- a/gui/devices/800x480/res/ui.xml +++ b/gui/devices/800x480/res/ui.xml @@ -279,6 +279,11 @@ <touch key="power" /> <action function="overlay">lock</action> </object> + + <object type="action"> + <touch key="power+voldown" /> + <action function="screenshot" /> + </object> </template> <template name="progress_bar"> @@ -4167,6 +4172,11 @@ <action function="overlay">lock</action> </object> + <object type="action"> + <touch key="power+voldown" /> + <action function="screenshot" /> + </object> + <object type="template" name="keyboardtemplate" /> <object type="action"> |