summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--ChangeLog1
-rw-r--r--share/zkb/common.xml2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a93102..b5d27c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,24 +2,25 @@
New Features
------------
* Fifteen gained configurable number of items (zecke)
* 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
------------
* Added four themes courtesy Robert Griebl (http://www.softforge.de/zstyle)
* Added Conversion tool for pim-data (eilers)
* Introduced new OPimAccessFactory and OBackendFactory which simplyfies database access (eilers)
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
@@ -506,25 +506,25 @@
<event keycode="F13" unicode="-1" pressed="true" autorepeat="true"/>
</map>
<map keycode="Middle" pressed="true">
<event keycode="F30" unicode="-1" pressed="true" autorepeat="true"/>
</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">
<event keycode="Tab" unicode="9" pressed="false"/>
</map>
<map keycode="Backspace" pressed="false">
<event keycode="Backspace" unicode="127" pressed="false"/>