View Single Post
Posts: 32 | Thanked: 77 times | Joined on Dec 2011
#345
Hi,

unluckily there are quite a few different freedom keyboards around.
There is the freedom keyboard (which I have),
the freedom i-connex and the freedom pro. The respective languages are not relevant for kbdd as they are translated by the keyboard language set in extkbd.

If you want to contribute your keys, use
Code:
 sudo gainroot
 stop kbdd # to stop the running daemon
 rfcomm bind all #once to create the device files
 kbdd -d -c /etc/bluetooth/kbdd/kbdd.conf # to output the input keys
 start kbdd # to start the daemon again
press the keys which are working wrong and send me the output. Please add some annotation what the respective key presses are.

I set the keyboard layout to standard 105 keys. kbdd maps the key events to uinput keys which are standard keyboard (which is English) equivalent.
 

The Following User Says Thank You to hypnotoad123 For This Useful Post: