![]() |
2009-11-17
, 16:48
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#61
|
![]() |
2009-11-24
, 18:10
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#62
|
I have managed to create a simple application (read: quick hack) to accomplish this.
Started from xterm, it grabs a key (which should be the camera key) and when that key is pressed in any application then the app signals via dbus for the dashboard to appear (doesn't seem to work on desktop or in app menu).
I don't have the actual device yet but it works in scratchbox. Currently the key is F10 (not sure which key the actual camera key maps to).
The keypress gets eaten by my app so no other application can receive it. The app is obviously not ready to be packaged just yet, but it should prove that this is possibleI'll try to make this into a real application once I receive my device.
![]() |
2009-11-24
, 19:39
|
|
Posts: 1,259 |
Thanked: 1,341 times |
Joined on Oct 2009
@ Germany
|
#63
|
![]() |
2009-12-01
, 19:05
|
Posts: 388 |
Thanked: 842 times |
Joined on Sep 2009
@ Finland
|
#64
|
Alright, this now works on the real device with the camera key. Light press (focus) takes you to the dashboard when the lens cover is closed. Now it just has to be properly daemonized & packaged.