Reply
Thread Tools
Posts: 459 | Thanked: 669 times | Joined on Sep 2007 @ The DMV
#31
Originally Posted by qole View Post
Can anyone report success with these scripts?

They work for me...
Thanks for the advice about the false "pairing" of the Stowaway, I will keep trying to pair until it "takes".

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.
 
Posts: 78 | Thanked: 32 times | Joined on May 2008
#32
This is so great, my iiGo Stowaway keyboard works really nice

Thanks!

I was wondering though, is there any way to get localized keyboard layouts to work?

I'm from Denmark, and we use the letters æ, ø and å alot.

It worked fine on my N810, and I would love, if it could too on the N900.
 
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#33
Originally Posted by giannoug View Post
...

How can I show / hide the mouse cursor? Now it only shows in some applications.
http://talk.maemo.org/showpost.php?p...6&postcount=61
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#34
To those wanting to show the mouse cursor: use the included "showmouse" and "hidemouse" scripts. I'm working on making it automatic.

Does anyone know about dbus and python? I hook a routine to the "PropertyChanged" of the mouse and the keyboard, but when I get a notification, I don't know which device has changed. Here's a code snippet.

First I connect the devices:

Code:
            interface = dbus.Interface(bus.get_object('org.bluez',
                                       adapter + "/" + DEVICE), 
                                       "org.bluez.Input")  

            interface.connect_to_signal("PropertyChanged", connected)
then in the handler:

Code:
def connected(*args, **kwargs):    
    if args[0] == "Connected":
        if args[1] == False:       
            iface.SystemNoteInfoprint("BT device disconnected")
        else:
            iface.SystemNoteInfoprint("BT device connected")
I copy-pasted the code from the wiki. I don't know what the args are, or the kwargs. Where is the device info passed?
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#35
the args are the non-parametrized args (=like classic php, c, js, etc), the kwargs are the parametrized ones (=like myfunc(paramname=1)). These two contain ALL the arguments you might have called that function with, a sort of python catch-all. HTH (you can always 'print args').
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 
giannoug's Avatar
Posts: 334 | Thanked: 171 times | Joined on Dec 2009
#36
showmouse / hidemouse seem to do the job, but in some applications the mouse pointer is always visible... For example SleepAnalyzer and every text field (touch it).

How can this be turned off, its really annoying. Uninstalling doesn't do the trick.
 

The Following User Says Thank You to giannoug For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#37
I've added a bit to the first post to explain how to change your keyboard layout using the ~/.btkeyboard config file.

I've got a working python script that detects mouse and keyboard connections/disconnections and runs the appropriate scripts. The next version (0.5) will have this.

Does anyone have a bluetooth mouse / keyboard or combo that does not have the appropriate "keyboard" or "mouse" in the device name? I mean, do you have a keyboard/mouse combo that doesn't have "mouse" in the name? I'm trying to figure out a rule that will detect if a device is a keyboard or mouse, and so far, all I have is that it has the device type in its name.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Posts: 42 | Thanked: 27 times | Joined on Jun 2010
#38
Qole, would it be posible to include an option to launch some external script/binary, when the device connects/disconnects?

I've made a script, to launch things like alt-tab/alt-f4 with shortcuts, and I have to launch xbindkeys when keybard is connected, and kill it when I stop using it.

Just if you may, and you find it convenient of course.

Last edited by jormartr; 2010-07-12 at 21:30.
 
Posts: 101 | Thanked: 54 times | Joined on Jul 2007
#39
qole, I have a Keysonic bt mouse/keyboard combo (ack-340bt).

Tell me which output you want - dmesg?

asys3
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#40
asys3: I want the name of your device, as shown in /var/lib/bluetooth/[bt-addr]/names so I can see what possibilities I should search for.

jormartr: I have modified the script from the wiki to detect mouse and keyboard connections. At the moment it just launches showmouse for the mouse and bt-kbd-remap for the keyboard, but perhaps I should make it launch user-set apps as well...
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 2 Users Say Thank You to qole For This Useful Post:
Reply

Tags
bluetooth, keyboard, mouse, package

Thread Tools

 
Forum Jump


All times are GMT. The time now is 13:37.