ASUS Transformer
Търсене:
search   add   edit   back

Enter recovery mode

Инсталация на Ubuntu

Keyboard remap

http://forum.xda-developers.com/showthread.php?t=1995157

Shift+Backspace will act as Delete.

 

I made my keyboard dock more compatible with windows for remote control, so I changed
- f1-f12
- escape
- home to windows button (META_LEFT)
- search to alt (ALT_LEFT)
- lock to canc (FORWARD_DEL)
- volume mute to insert (INSERT)
- volume down to home (MOVE_HOME) which is already mapped with fn+dpadright
- volume up to end (MOVE_END) mapped with fn+dpadleft but they are too far from canc for me
the only thing I am missing is right click/long click button, which I hope splashtop will implement soon since I prefer it over vnc

 

 

/system/user/charkeys/asusec.kcm

Change

key GRAVE {
label, number: '`'
base: '`'
shift: '~'
alt, ctrl, meta: none
}

To

key GRAVE {
label, number: '`'
base: '`'
shift: '\u00ac'
alt, ctrl, meta: '\u00a6
}

Change

key 2 {
label, number: '2'
base: '2'
shift: '@'
alt, ctrl, meta: none
}

To

key 2 {
label, number: '2'
base: '2'
shift: '"'
alt, ctrl, meta: none
}