On Fri, Sep 18, 2009 at 01:07:41PM +0800, Xiangfu Liu wrote: > Hi > I want make those three characters work in keyboard. > I change the defkeymap.map like[1]. > but it's not work. Since I am a Chinese. never use the > euro keyboard. give me some tips. > > > thanks. > > [1] > > part of defkeymap.map: > keycode 30 = a > altgr keycode 30 = F100 > keycode 31 = s > altgr keycode 31 = F101 > keycode 32 = d > altgr keycode 32 = F102 > ... Use unicode notation: altgr keycode 30 = U+nnnn where nnnn is UTF-8 code. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html