-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | share/zkb/common.xml | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -6,16 +6,17 @@ * Fifteen can have custom background images (zecke) * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) * Integrated the new security framework into libopie2 (zecke,clem) * Converted the launcher to use the new security framework (zecke) * Backup can now handle custom locations for backup and restore (ar) Fixed Bugs -------- + * #1225 - Fixed repeated light flashing on Zaurus with keyz (mickeyl) * #1361 - Fixed auto upercase in Opie-Addressbook (eilers) * #1370 - Pimconverter now reacts on cancel key (eilers) 2004-07-06 The Opie Team <opie@handhelds.org> * Tagged as Version 1.1.4 (devel) 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 @@ </map> <map keycode="OK" pressed="true"> <event keycode="F33" unicode="-1" pressed="true" autorepeat="true"/> </map> <map keycode="Off" pressed="true"> <event keycode="F34" unicode="-1" pressed="true"/> </map> <map keycode="Light" pressed="true"> - <event keycode="F35" unicode="-1" pressed="true" autorepeat="true"/> + <event keycode="F35" unicode="-1" pressed="true" autorepeat="false"/> </map> <map keycode="Space" pressed="false"> <event keycode="Space" unicode="32" pressed="false" autorepeat="true"/> </map> <map keycode="Cancel" pressed="false"> <event keycode="Escape" unicode="27" pressed="false"/> </map> <map keycode="Tab" pressed="false"> |