[maemo-commits] [maemo-commits] r15484 - in projects/haf/trunk/osso-af-startup: debian services

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Apr 24 15:12:11 EEST 2008
Author: kihamala
Date: 2008-04-24 15:12:10 +0300 (Thu, 24 Apr 2008)
New Revision: 15484

Modified:
   projects/haf/trunk/osso-af-startup/debian/changelog
   projects/haf/trunk/osso-af-startup/services/real-af-startup
Log:
added key code 104


Modified: projects/haf/trunk/osso-af-startup/debian/changelog
===================================================================
--- projects/haf/trunk/osso-af-startup/debian/changelog	2008-04-24 09:57:41 UTC (rev 15483)
+++ projects/haf/trunk/osso-af-startup/debian/changelog	2008-04-24 12:12:10 UTC (rev 15484)
@@ -3,7 +3,7 @@
   * Do not create /tmp/.opi.tmp when running inside scratchbox
   * Fixes: NB#77416
   * Depend on osso-af-utils (>= 1.16-1) because of an xset770 bug fix.
-  * Use symbolic key codes for xset770. Fixes: NB#81350
+  * Use symbolic key codes for xset770, and add code 104. Fixes: NB#81350
 
  -- Gabriel Schulhof <gabriel.schulhof at nokia.com>  Tue, 22 Apr 2008 14:38:23 +0300
 

Modified: projects/haf/trunk/osso-af-startup/services/real-af-startup
===================================================================
--- projects/haf/trunk/osso-af-startup/services/real-af-startup	2008-04-24 09:57:41 UTC (rev 15483)
+++ projects/haf/trunk/osso-af-startup/services/real-af-startup	2008-04-24 12:12:10 UTC (rev 15484)
@@ -39,7 +39,8 @@
 
   echo "Running xset770 -- the future of xset!"
   # disable keyrepeat for select, fullscreen, menu, plus, minus, escape
-  xset770 -r Return 0 -r F4 0 -r F6 0 -r F7 0 -r F8 0 -r Escape 0
+  # (code 104 is Return for the slide keyboard)
+  xset770 -r Return 0 -r F4 0 -r F6 0 -r F7 0 -r F8 0 -r Escape 0 -r 104 0
 
   # block here if device lock is on
   if [ -x /sbin/devlock-blocker ]; then


More information about the maemo-commits mailing list