Depois de mudar o layout do meu teclado para cirílico
setxkbmap -layout "us,bg(phonetic)" -option "grp:alt_shift_toggle"
ratpoison
para de reconhecer chaves e apenas indica
readkey: Unbound key: Cyrillic_tse
Porém quando mudo para um terminal e pressiono a mesma tecla, ц
é digitado e que foi vinculado em ~/.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
Adicione 'Cyrillic_tse' (conforme a mensagem pop-up) no arquivo .ratpoisonrc em vez do caractere unicode, isso pode funcionar.