author | mickeyl <mickeyl> | 2004-08-19 10:35:11 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-08-19 10:35:11 (UTC) |
commit | 64bf315f998ef3ce0114adffa95fafaf2482ee17 (patch) (unidiff) | |
tree | f659b84db59f30e9ebb4333a7ad1fda2dffff2c4 | |
parent | 50636a24f8ec2e603f1888a18dba044a1045bf0b (diff) | |
download | opie-64bf315f998ef3ce0114adffa95fafaf2482ee17.zip opie-64bf315f998ef3ce0114adffa95fafaf2482ee17.tar.gz opie-64bf315f998ef3ce0114adffa95fafaf2482ee17.tar.bz2 |
fix #1225
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | share/zkb/common.xml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,16 +6,17 @@ | |||
6 | * Fifteen can have custom background images (zecke) | 6 | * Fifteen can have custom background images (zecke) |
7 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) | 7 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
8 | * Integrated the new security framework into libopie2 (zecke,clem) | 8 | * Integrated the new security framework into libopie2 (zecke,clem) |
9 | * Converted the launcher to use the new security framework (zecke) | 9 | * Converted the launcher to use the new security framework (zecke) |
10 | * Backup can now handle custom locations for backup and restore (ar) | 10 | * Backup can now handle custom locations for backup and restore (ar) |
11 | 11 | ||
12 | Fixed Bugs | 12 | Fixed Bugs |
13 | -------- | 13 | -------- |
14 | * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) | ||
14 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) | 15 | * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) |
15 | * #1370 - Pimconverter now reacts on cancel key (eilers) | 16 | * #1370 - Pimconverter now reacts on cancel key (eilers) |
16 | 17 | ||
17 | 2004-07-06The Opie Team <opie@handhelds.org> | 18 | 2004-07-06The Opie Team <opie@handhelds.org> |
18 | 19 | ||
19 | * Tagged as Version 1.1.4 (devel) | 20 | * Tagged as Version 1.1.4 (devel) |
20 | 21 | ||
21 | New Features | 22 | New Features |
diff --git a/share/zkb/common.xml b/share/zkb/common.xml index 255e677..4f85146 100644 --- a/share/zkb/common.xml +++ b/share/zkb/common.xml | |||
@@ -510,17 +510,17 @@ | |||
510 | </map> | 510 | </map> |
511 | <map keycode="OK" pressed="true"> | 511 | <map keycode="OK" pressed="true"> |
512 | <event keycode="F33" unicode="-1" pressed="true" autorepeat="true"/> | 512 | <event keycode="F33" unicode="-1" pressed="true" autorepeat="true"/> |
513 | </map> | 513 | </map> |
514 | <map keycode="Off" pressed="true"> | 514 | <map keycode="Off" pressed="true"> |
515 | <event keycode="F34" unicode="-1" pressed="true"/> | 515 | <event keycode="F34" unicode="-1" pressed="true"/> |
516 | </map> | 516 | </map> |
517 | <map keycode="Light" pressed="true"> | 517 | <map keycode="Light" pressed="true"> |
518 | <event keycode="F35" unicode="-1" pressed="true" autorepeat="true"/> | 518 | <event keycode="F35" unicode="-1" pressed="true" autorepeat="false"/> |
519 | </map> | 519 | </map> |
520 | <map keycode="Space" pressed="false"> | 520 | <map keycode="Space" pressed="false"> |
521 | <event keycode="Space" unicode="32" pressed="false" autorepeat="true"/> | 521 | <event keycode="Space" unicode="32" pressed="false" autorepeat="true"/> |
522 | </map> | 522 | </map> |
523 | <map keycode="Cancel" pressed="false"> | 523 | <map keycode="Cancel" pressed="false"> |
524 | <event keycode="Escape" unicode="27" pressed="false"/> | 524 | <event keycode="Escape" unicode="27" pressed="false"/> |
525 | </map> | 525 | </map> |
526 | <map keycode="Tab" pressed="false"> | 526 | <map keycode="Tab" pressed="false"> |