1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-11 20:50:15 +02:00

Red arrow+BackSpace now indeed works as Delete

This commit is contained in:
kyak 2010-10-23 00:13:11 +04:00
parent 1ceee39ceb
commit 2f3b1982ce
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ static u_short shift_map[NR_KEYS] = {
static u_short altgr_map[NR_KEYS] = { static u_short altgr_map[NR_KEYS] = {
0xf200, 0xf200, 0xf200, 0xf040, 0xf200, 0xf024, 0xf200, 0xf200, 0xf200, 0xf200, 0xf200, 0xf040, 0xf200, 0xf024, 0xf200, 0xf200,
0xf07b, 0xf05b, 0xf05d, 0xf07d, 0xf05c, 0xf07e, 0xf008, 0xf200, 0xf07b, 0xf05b, 0xf05d, 0xf07d, 0xf05c, 0xf07e, 0xf116, 0xf200,
0xf021, 0xf040, 0xf023, 0xf024, 0xf025, 0xf05e, 0xf026, 0xf02a, 0xf021, 0xf040, 0xf023, 0xf024, 0xf025, 0xf05e, 0xf026, 0xf02a,
0xf028, 0xf029, 0xf200, 0xf07e, 0xf201, 0xf706, 0xf0b0, 0xf0a8, 0xf028, 0xf029, 0xf200, 0xf07e, 0xf201, 0xf706, 0xf0b0, 0xf0a8,
0xf0a4, 0xf02d, 0xf05f, 0xf07b, 0xf05b, 0xf05d, 0xf07d, 0xf200, 0xf0a4, 0xf02d, 0xf05f, 0xf07b, 0xf05b, 0xf05d, 0xf07d, 0xf200,

View File

@ -28,7 +28,7 @@ Index: linux-2.6.32.10/drivers/char/defkeymap.map
+ ctrll keycode 13 = three + ctrll keycode 13 = three
keycode 14 = Delete Delete keycode 14 = Delete Delete
- control keycode 14 = BackSpace - control keycode 14 = BackSpace
+ altgr keycode 14 = BackSpace + altgr keycode 14 = Remove
alt keycode 14 = Meta_Delete alt keycode 14 = Meta_Delete
keycode 15 = Tab Tab keycode 15 = Tab Tab
alt keycode 15 = Meta_Tab alt keycode 15 = Meta_Tab