`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ファイルにUnicode文字の代わりに「Cyrillic_tse」(ポップアップメッセージに従って)を追加すると機能します。

おすすめ記事