Fremantle Bluetooth Keyboard Layout

m (N900 link)
(Devices)
Line 16: Line 16:
| Nokia: [http://www.nokia.co.uk/support/product-support/nokia-su-8w]
| Nokia: [http://www.nokia.co.uk/support/product-support/nokia-su-8w]
| [http://talk.maemo.org/showpost.php?p=490996&postcount=31]
| [http://talk.maemo.org/showpost.php?p=490996&postcount=31]
 +
|-
 +
| Neos BluSlim Bluetooth Compact Keyboard BTK-1
 +
| ECT: [http://www.ect.com.hk/1/en/enduser/product_details.php?id=534&category_id=66]
 +
| [http://talk.maemo.org/showpost.php?p=613850&postcount=267]
|}
|}

Revision as of 18:09, 16 April 2010

Bluetooth keyboards are not officially supported on the N900, i.e. Maemo Fremantle, but it's possible to get them working with some hacking.

Devices

Device Product Link Success Reports
iGo Stowaway Keyboard Amazon: [1] [2]
Nokia SU-8W Nokia: [3] [4]
Neos BluSlim Bluetooth Compact Keyboard BTK-1 ECT: [5] [6]

Procedure

  • Enable HID support as described here. Note that the DisablePlugins line needs to be there, but it should not include the "input" keyword.
  • As root, download the tar file from [7] and extract it:
sudo gainroot
cd /usr/share/X11/
wget http://talk.maemo.org/attachment.php?attachmentid=5221 -O xkb-chinook.tar
tar xf xkb-chinook.tar
cp -i xkb-chinook/symbols/pc xkb/symbols/.
cp -i xkb-chinook/symbols/us xkb/symbols/.
cp -i xkb-chinook/geometry/pc xkb/geometry/.
  • You need to know your keyboard ID
hildon-im-xkbtool --list

will show the device #

  • Every time the keyboard connects, you need to run setxkbmap:
setxkbmap -device 4 -I -I/usr/share/X11/xkb-chinook -rules base -model pc105 -layout us

For the Nokia SU-8W keyboard, use "nokiasu8w" instead of "pc105".

After running this command, press any key on the N900's internal keyboard, and you should be able to type numbers and symbols on the bluetooth keyboard.

References

General procedure: [8]

DisablePlugins is required: [9]

Installing the tarball: [10]

Special copy commands: [11]

Script to automatically run the setxkbmap command: [12]