![]() |
2010-07-12
, 12:24
|
Posts: 78 |
Thanked: 32 times |
Joined on May 2008
|
#32
|
![]() |
2010-07-12
, 13:06
|
|
Posts: 4,365 |
Thanked: 2,467 times |
Joined on Jan 2010
@ Australia Mate
|
#33
|
...
How can I show / hide the mouse cursor? Now it only shows in some applications.
![]() |
2010-07-12
, 14:39
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#34
|
interface = dbus.Interface(bus.get_object('org.bluez', adapter + "/" + DEVICE), "org.bluez.Input") interface.connect_to_signal("PropertyChanged", connected)
def connected(*args, **kwargs): if args[0] == "Connected": if args[1] == False: iface.SystemNoteInfoprint("BT device disconnected") else: iface.SystemNoteInfoprint("BT device connected")
![]() |
2010-07-12
, 14:59
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#35
|
![]() |
2010-07-12
, 15:20
|
|
Posts: 334 |
Thanked: 171 times |
Joined on Dec 2009
|
#36
|
The Following User Says Thank You to giannoug For This Useful Post: | ||
![]() |
2010-07-12
, 19:24
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#37
|
![]() |
2010-07-12
, 21:01
|
Posts: 42 |
Thanked: 27 times |
Joined on Jun 2010
|
#38
|
![]() |
2010-07-12
, 21:25
|
Posts: 101 |
Thanked: 54 times |
Joined on Jul 2007
|
#39
|
![]() |
2010-07-12
, 22:10
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#40
|
If I manage to get the initial pairing to work, I will play around with using your scripts some more. Eventually though, I may consider re-flashing: I am noticing some degradation in performance (e.g., slow/jerky scrolling in the web browser, text highlighting unexpectedly), and some minor annoyances such as the mouse pointer showing up in certain applications (e.g., Touch-search widget, Conversations widget, etc).
Again, thanks for your work on the scripts--it is getting me encouraged that my BT keyboard eventually will work.