|

楼主 |
发表于 2010-10-28 18:30:23
|
显示全部楼层
谢谢,我的键盘是
比利时 键盘
然后怎么做呢?
键盘布局已经通过
改成标准键盘了
我只想把左shift旁边的小键的功能改成 Shift的功能
该如何做呢?
小键现在的信息
- KeyRelease event, serial 33, synthetic NO, window 0x3400001,
- root 0x15a, subw 0x0, time 948432, (881,358), root:(885,409),
- state 0x0, keycode 94 (keysym 0x3c, less), same_screen YES,
- XLookupString gives 1 bytes: (3c) "<"
- XFilterEvent returns: False
复制代码
左Shift 键的信息
- KeyRelease event, serial 33, synthetic NO, window 0x3400001,
- root 0x15a, subw 0x0, time 1023784, (963,412), root:(967,463),
- state 0x1, keycode 50 (keysym 0xffe1, Shift_L), same_screen YES,
- XLookupString gives 0 bytes:
- XFilterEvent returns: False
复制代码
现在已经通过xmodmap做了如下更改
现在按这个小键不出"<"了
但是这个小键现在没有任何功能
该如何加上 Shift的上档功能呢?
谢谢
|
|