Usb keyboard

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Please use this page to post your usb keybaords)
(Please use this page to post your usb keybaords)
Line 4: Line 4:
 
**[[Image:Usb keyboard-jej.jpg|300px]]
 
**[[Image:Usb keyboard-jej.jpg|300px]]
 
**Works well with SHR-Testing and usb port set to "host". Only issue i have with mine is that the up arrow seems to not work on any device. This may be an issue specific only to my keyboard. I recommend testing yours at the shop first.
 
**Works well with SHR-Testing and usb port set to "host". Only issue i have with mine is that the up arrow seems to not work on any device. This may be an issue specific only to my keyboard. I recommend testing yours at the shop first.
 +
  
 
=== Matchbox keyboard ===
 
=== Matchbox keyboard ===

Revision as of 21:59, 12 November 2010

Please use this page to post your usb keybaords

    • Smallest Usb Keyboard
    • Usb keyboard-jej.jpg
    • Works well with SHR-Testing and usb port set to "host". Only issue i have with mine is that the up arrow seems to not work on any device. This may be an issue specific only to my keyboard. I recommend testing yours at the shop first.


Matchbox keyboard

All external keyboards have similar problem with arrows mapping. This short script helps you to solve it:

#!/bin/sh
xmodmap -e "keycode 198 = Up NoSymbol Up"
xmodmap -e "keycode 204 = Down NoSymbol Down"
xmodmap -e "keycode 200 = Left NoSymbol Left"
xmodmap -e "keycode 201 = Right NoSymbol Right"

this is more common instruction concerning the subject.

Personal tools

Please use this page to post your usb keybaords

    • Smallest Usb Keyboard
    • Usb keyboard-jej.jpg
    • Works well with SHR-Testing and usb port set to "host". Only issue i have with mine is that the up arrow seems to not work on any device. This may be an issue specific only to my keyboard. I recommend testing yours at the shop first.

Matchbox keyboard

All external keyboards have similar problem with arrows mapping. This short script helps you to solve it:

#!/bin/sh
xmodmap -e "keycode 198 = Up NoSymbol Up"
xmodmap -e "keycode 204 = Down NoSymbol Down"
xmodmap -e "keycode 200 = Left NoSymbol Left"
xmodmap -e "keycode 201 = Right NoSymbol Right"

this is more common instruction concerning the subject.