Wie euch allen bekannt ist, gestaltet sich das Programme beenden und zwischen Programmen wechseln beim HD2 als nicht gerade sehr einfach...
Deshalb war ich schon lange nach einer guten Lösung und hatte sie bisher in TaskFacade gefunden, welches ich auf langes Drücken des Annahmebuttons legte.
INFO zu TaskFacade
Jetz habe ich bei den Devs eine noch bessere Lösung gefunden. Der altbekannte Entwickler l3v5y hat zusammen mit noname81 ein Programm geschrieben, dass im Hintergrund nach bestimmten Multitouch Gesten schaut und darauf mit den zugeordneten Aktionen reagiert. Diese Aktionen sind frei bestimmbar und können durch eine "Lerngeste" zugeordnet werden! Die "Lerngeste" ist das doppelte Fragezeichen. Einfach im gewünschten Programm (was zugeordnet werden soll) diese Lerngeste und danach die Geste, der es zugeordnet werden soll, machen... Siehe Video!
Strings (Gesten) im Überblick:
- SquareDouble
- QuestionmarkDouble
- BottomToTopLineDouble
- TopToBottomLineDouble
- Delete
- RightToLeftLineDouble
- LeftToRightLineDouble
- ArrowLeftDouble
- ArrowRightDouble
- Square
(Siehe Bild unten)
BEITRAG auf pocketnow.com mit sehr gutem Video
XDA-Devs Thread
Für mich ein wahnsinnig gutes Programm. Freu mich schon auf folgende Versionen.
Viel Spaß!
Grüße
(11.02.2010)
Edit: neue Version (0.2)
Changelog:
- fixed setting MultiTouchDemo to "1" via LMT. Hope that works now
- added blacklist support for Close gesture. Just add a multistring "BlackListClose" with the full path to each process to exclude (no default values yet)
- added blacklist support for Start gesture. Just add a multistring "BlackListStart" with the full path to each process to exclude (no default values yet)
- added whitelist support for Back command on DoubleLineLeft gesture (e.g. Opera). Just add a multistring "WhiteListBack" with the full path to each process to include (no default values yet)
(16.02.2010)
Edit: neue Version (0.3)
Changelog:
- reworked internal debug mode (better gesture testing now)
- better gesture recognition (correct value swapping)
- added LMT to autostart
- added default BlackListClose for manila.exe and shell32.exe
- set MultiTouchDemo to "0" when closing LMT
(28.02.2010)
Edit: neue Version (0.4)
Changelog:
- added gwes.exe to default BlackListClose
- added Opera9 & Opera10 to WhiteListBack
- improved overlay code
- added parameter support for program launcher. Just add program parameter after a comma, e.g. "\Windows\tmail.exe,-RunInBKG"
- found bug in ipc mechanism (now 2 times faster!)
- added single touch gesture support (see attached new gestures). To activate support, set reg value SingleTouchGestureSupport to "1" and restart LMT
(neue Gesten - siehe Bild!)
(05.03.2010)
Edit: neue Version (0.5)
Changelog:
- enabled compressed cab
- all reg values can be modified during runtime
- back command now supports Opera Back & normal back behavior
- removed BlackListStart and added BlackListAll to be able to disable LMT completely for a fg app (e.g. Morphgear)
- removed hard coded gesture commands. All internal commands can be mapped to any gesture now. Just add the following strings to the gesture in the registry for an internal command:
- CloseLMT -> closes LMT
- CloseApp -> closes the fg app
- Learn -> activates learn mode
- Back -> sends back key
- Start -> Start menu
- Lock -> Lock phone
- Phone -> Phone app
- Up -> sends Dpad up
- Down -> sends Dpad down
- Left -> sends Dpad left
- Right -> sends Dpad right
(19.03.2010)
Edit: neue Version (0.6)
Changelog:
- fixed bug in gesture engine (sometimes wrong touch value assignments for mt gestures)
- added tap and hold feature for mt gestures. Activate it via reg key "TapAndHoldGestureSupport".
- value = 1 -> activated with default bounding box for tap area (width and height = 30 pixel)
- value > 1 -> activated with user defined bounding box in pixel
- added four new internal commands:
- PrevApp -> switch to previous app (Alt-Tab feature)
- NextApp -> switch to next app (Alt-Tab feature)
- Home -> switch to Homescreen
- Rotate -> rotate screen
- added BlackListSwitch to be able to exclude processes from TaskSwitcher
- added default values for all gestures
(Datum unbekannt, da leider verpennt)
Edit: neue Version (0.7)
Changelog:
- some small performance optimizations
- fixed killProcess (now the fg app is closed properly)
- fixed problem with overlay timer
- prepared to be rotation aware
- added new internal command:
- Controller -> activates the multitouch controller/dpad (default for "Square" gesture). Use it for FPSEce, morphgear, etc... The controller converts the touches to key events. You can define the keys to be sent via reg value "ControllerKeys": Down, up, left, right, 1, 2, A, B, C, D, X, Y. The button "R" toggles between portrait and landscape mode; the button "x" deactivates the controller mode. The reg value "ControllerVibrate" defines the vibrate status: 0=off, 1=default, >1=time in ms. For example the FPSEce config (fpse.ini):
[JOY0KEY]
...
Up=38
Down=40
Left=37
Right=39
Start=13
Select=12
Triangle=96
Quadrangle=97
Circle=98
Cross=99
L1=0
L2=100
R1=0
R2=101
...
(07.05.2010)
Edit: neue Version (0.8 )
Changelog:
- fixed rotation feature
- controller button "R" now toggles between: Portrait (fg app touchable) -> Landscape (fg app touchable) -> Portrait (full screen lock) -> Landscape (full screen lock)
- added Mario feature in controller mode: The areas between A and B, C and D and X and Y will lead to both keyevents. When you e.g. run in Mario Bros. with button "C" and jump with button "D" you can run with "C" and then slide your finger right. Then "C" and "D" will be both pressed. Mario will run and jump...
- fixed rotate and exit button in controller mode (no interference with fg app)
- added dword reg value "ShowOverlay": 0=overlays deactivated, 1=overlays activated with default time, >1=overlays activated with custom time (ms)
- optimized square gestures
- removed arrow gestures
- added 5 new mt gestures: Double Diamond and Swipe left/right, right/left, up/down, down/up
- added 1 st gesture: Diamond
- added \Windows\services.exe to BlackListClose
- set new defaults for gestures (see registry!)
- LMT is now rotation arware and works also in landscape mode (only 270°)
- Controller supports now real landscape mode (e.g. for flash games)









Automatisch generierter Sicherheitshinweis

sollte eigentlich funktionieren. Hast du LMT danach neu gestartet? Die Black- und Whitelisten werden nur beim Startup aus der Registry gelesen.
