You don't handle combinations of modifiers right in xterm right = ok shift right = ok ctrl right = ok ctrl + shift + right = "c, shift pressed". obviously wrong. ctrl + alt + riht = same The modifiers are kinda insane the way the work. See line 3291(ish) of my terminal.d for `mod_switch` where I handle it...