Usb keyboard

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Please use this page to post your usb keybaords)
(Matchbox keyboard)
 
Line 6: Line 6:
  
  
=== Matchbox keyboard ===
+
=== Arrow keys disfunction ===
 
All external keyboards have similar problem with arrows mapping. This short script helps you to solve it:   
 
All external keyboards have similar problem with arrows mapping. This short script helps you to solve it:   
  

Latest revision as of 21: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.


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.