Usb keyboard

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(+cat)
(Matchbox keyboard)
 
(4 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
**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.
  
[[Category:Hardware]]
+
 
 +
=== Arrow keys disfunction ===
 +
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"
 +
 
 +
[http://www.columbia.edu/~djv/docs/keyremap.html this is more common instruction]  concerning the subject.
 +
 
 +
[[Category:USB]]
 +
[[Category:Keyboards]]

Latest revision as of 22:00, 12 November 2010

[edit] 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.


[edit] Arrow keys disfunction

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.