키 코드 134 (0x86)가 키보드의 Super_R 키임을 확인했습니다. 그러나 이것을 컨트롤에 다시 매핑하고 싶습니다. 그러나 거의 모든 순열을 시도했습니다. 내가 무엇을 잘못하고 있지?
user@localhost ~ % xmodmap -pm
xmodmap: up to 4 keys per modifier, (keycodes in parentheses):
shift Shift_L (0x32), Shift_R (0x3e)
lock Caps_Lock (0x42)
control Control_L (0x25), Caps_Lock (0x42), Control_R (0x69)
mod1 Alt_L (0x40), Alt_R (0x6c), 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)
user@localhost ~ % xmodmap -e "remove mod4 = Super_R"
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: 11
Current serial number in output stream: 11
user@localhost ~ % xmodmap -e "add control = Super_R"
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: 11
Current serial number in output stream: 11
사용중인 DE가 확실하지 않습니다. 이 그놈 3의 경우, 그놈은 당신을 위해 그것을 할 수 있습니다 이미지 file.systutorials.com/file/... 에서 ask.systutorials.com/742/how-to-map-win-key-to-ctrl-on-linux을
—
ericzma