114
|
1 |
<configuration>
|
|
2 |
<!--
|
|
3 |
Entry <app> describes single application, only application that must use nondefault values should be defined
|
|
4 |
List of attributes:
|
|
5 |
uid - UID of application that is configured
|
|
6 |
ignored (1/0:0) - when true, all events from the application are ignored (i.e. Screen Saver)
|
|
7 |
reset (1/0:0) - when true, it resets BS history if the application gains focus (i.e. app shell, mmk, active idle)
|
|
8 |
ignoredIfStartedFrom (1/0:0) - when true, BS ignores back evenst when application started from application in question (app shell)
|
|
9 |
resetIfThru (1/0:0) - when true, BS reset history when application was activated thru application in question (fast swap)
|
|
10 |
-->
|
|
11 |
<app uid="0x101F4CD2" reset="1" /> <!-- App Shell -->
|
|
12 |
<app uid="0x101FD64C" reset="1" /> <!-- Active Idle -->
|
|
13 |
<app uid="0x102750F0" reset="1" /> <!-- Active Idle 2 -->
|
|
14 |
<app uid="0x10282BF6" reset="1" /> <!-- MMMenu -->
|
|
15 |
<app uid="0x20016BF0" ignoredIfStartedFrom="1" resetIfThru="1" /> <!-- FastSwap -->
|
|
16 |
<app uid="0x100056CF" ignored="1" /> <!-- screen saver -->
|
|
17 |
</configuration>
|