다음과 같이 키보드 레이아웃을 변경했습니다(Linux Mint 13의 키보드 레이아웃 옵션 사용).
- Caps Lock 키가 작성 키로 재구성되었습니다.
- Caps Lock을 전환하려면 두 Shift 키를 동시에 누르세요.
두 옵션 모두 메뉴(관련되지 않거나 유사하지 않음)에 의해 제공되므로 xmodmap
잘 작동할 것이라고 생각했으며 실제로 한 가지 예외를 제외하고는 어떤 문제(XEmacs 내 포함)도 발견하지 못했습니다.
XEmacs(버전 21.4.22)를 시작할 때마다 다음 텍스트가 포함된 추가 창(Emacs 의미의 "창")이 나타납니다.
(1) (key-mapping/warning)
The meanings of the modifier bits Mod1 through Mod5 are determined
by the keysyms used to control those bits. Mod1 does NOT always
mean Meta, although some non-ICCCM-compliant programs assume that.
(2) (key-mapping/warning)
The semantics of the modifier bits ModShift, ModLock, and ModControl
are predefined. It does not make sense to assign ModControl to any
keysym other than Control_L or Control_R, or to assign any modifier
bits to the "control" keysyms other than ModControl. You can't
turn a "control" key into a "meta" key (or vice versa) by simply
assigning the key a different modifier bit. You must also make that
key generate an appropriate keysym (Control_L, Meta_L, etc).
(3) (key-mapping/warning) XEmacs: Shift_L (0x32) generates ModLock, which is nonsensical.
내 키보드 설정이 "나쁘다"는 것을 알려주지 않도록 XEmacs에 지시할 수 있는 방법이 있습니까?