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
@@ -8,12 +8,13 @@
* 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)
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
@@ -512,13 +512,13 @@
<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"/>