새 모드 키 설정시 Xmodmap 오류


0

캡 잠금 키를 mod 키로 사용하려고합니다.

나는 이것을 가지고있다. 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         

이 문제를 해결하는 방법에 대한 아이디어가 있습니까?

OS : 우분투 17.10

답변:


당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.