[Hildon-test-aut-commits] r523 - trunk/dogtail/dogtail
aseems at garage.maemo.org
aseems at garage.maemo.org
Thu Oct 25 17:30:41 EEST 2007
Author: aseems
Date: 2007-10-25 17:30:40 +0300 (Thu, 25 Oct 2007)
New Revision: 523
Modified:
trunk/dogtail/dogtail/rocknroleN800.py
Log:
added devicesyms for going to the end of a line and to the start of a line
Modified: trunk/dogtail/dogtail/rocknroleN800.py
===================================================================
--- trunk/dogtail/dogtail/rocknroleN800.py 2007-10-25 10:36:04 UTC (rev 522)
+++ trunk/dogtail/dogtail/rocknroleN800.py 2007-10-25 14:30:40 UTC (rev 523)
@@ -121,7 +121,11 @@
'6' : 0xffb6,
'7' : 0xffb7,
'8' : 0xffb8,
- '9' : 0xffb9
+ '9' : 0xffb9,
+ 'linehome' : 0xff50,
+ 'lineend' : 0xff57,
+ 'line_start' : 0xff50,
+ 'line_end' : 0xff57
}
'''
@@ -168,7 +172,7 @@
'^':(575,360),
'\'':(640,360), # TODO : this char clashes with small and caps layout, so need to figure out a way later
'\"':(679,360),
-'£':(709,360), # pound , in case you are viewing it without the proper encoding
+'ÃÂã':(709,360), # pound , in case you are viewing it without the proper encoding
'\b':(745,360), # backspace
'\A':(745,395), # 'ABC' - caps layout key
'a':(215,395),
@@ -192,7 +196,7 @@
'4':(630,395),
'$':(630,395),
'5':(675,395),
-'€':(675,395), # euro
+'ââÂÂì':(675,395), # euro
'6':(701,395),
'%':(701,395),
'\r':(745,395), # return, enter, CR
More information about the Hildon-test-aut-commits
mailing list