Mer/Status/SmartQ: Difference between revisions

From Maemo Wiki
Jump to navigationJump to search
Line 12: Line 12:
* There are no arrow keys currently. The by-pass can be use xmodmap
* There are no arrow keys currently. The by-pass can be use xmodmap
vim .mod in your home directory
vim .mod in your home directory
<source>
 
keycode 73 = Up
keycode 73 = Up
keycode 74 = Down
keycode 74 = Down
keycode 36 = Right
keycode 36 = Right
keycode 9 = Left
keycode 9 = Left
</source>


Then run xmodmap .mod
Then run xmodmap .mod


[[Category:Mer]]
[[Category:Mer]]

Revision as of 22:35, 9 July 2009

This page describes the status and tips for the SmartQ devices

0.15 Mainly works

Known issues specific to SmartQ

  • None

Known issues specific to SmartQ5

  • None

Known issues specific to SmartQ7

  • There are no arrow keys currently. The by-pass can be use xmodmap

vim .mod in your home directory

keycode 73 = Up
keycode 74 = Down
keycode 36 = Right
keycode 9 = Left

Then run xmodmap .mod