ข้อผิดพลาด Xmodmap ในการตั้งค่าคีย์ mod ใหม่


0

ฉันลองใช้ cap cap key เป็น mod key

ฉันมี. Xmodmap:

clear lock 
clear mod2
keycode 66 = Hyper_L
add mod2 = Hyper_L

และสิ่งนี้xmodmap -pm:

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Hyper_L (0x42)
control     Control_L (0x25),  Control_R (0x69)
mod1        Alt_L (0x40),  Meta_L (0xcd)
mod2        Num_Lock (0x4d)
mod3      
mod4        Super_L (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)
mod5        ISO_Level3_Shift (0x5c),  Mode_switch (0xcb)

เมื่อทำงานxmodmap .Xmodmapฉันได้รับข้อผิดพลาดนี้:

X Error of failed request:  BadValue (integer parameter out of range for operation)                                                           
  Major opcode of failed request:  118 (X_SetModifierMapping)                                                                                 
  Value in failed request:  0x17                                                                                                              
  Serial number of failed request:  13                                                                                                        
  Current serial number in output stream:  13         

คุณมีความคิดในการแก้ปัญหานี้หรือไม่?

ระบบปฏิบัติการ: Ubuntu 17.10

คำตอบ:


โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.