`ratpoison`은 키릴 문자 키보드 명령을 허용하지 않습니다.

`ratpoison`은 키릴 문자 키보드 명령을 허용하지 않습니다.

키보드 레이아웃을 키릴 문자로 전환한 후

setxkbmap -layout "us,bg(phonetic)" -option "grp:alt_shift_toggle"

ratpoison키 누르기 인식을 중지하고 상태만 인식합니다.

readkey: Unbound key: Cyrillic_tse

그러나 터미널로 전환하고 동일한 키를 누르면 ц입력이 완료되고 바인딩됩니다 ~/.ratpoisonrc.

# ~/.ratpoisonrc
# Minimal config file for ratpoison.

# Meta key - Windows key.
# Press before command, not simultaneously.

# Basic commands:
# s, S - split screen into "frames"
# <space> - within a frame, cycle the "windows" open inside it
# <tab> - next frame
# c - create a terminal window in the current frame 
# r - resize this frame
# o - only frame - destroy all other frames
# R - remove current frame
# Q - quit ratpoison

escape Super_L

unbind Q
bind Q quit
bind o only

set startupmessage 0

bind Я quit
bing о only
bind к kill
bind ц exec xterm
bind с split
bind С hsplit

답변1

.ratpoisonrc 파일에 유니코드 문자 대신 "Cyrillic_tse"(팝업 메시지에 따라)를 추가하면 작동할 수 있습니다.

관련 정보