Disable urxvt ISO14755 mode yellow box on ctrl+shift
- 14 Aug 2017: Post was created (diff)
Whenever I press Ctrl+Shift when in the urxvt terminal, the key combination toggles the ISO14755 mode of the terminal, letting you enter unicode sequences manually. I have personally never used this feature myself and just got tired of dealing with it as it would toggle on while I was trying to trigger a keybord shortcut of a different background process (i3wm).
urxvt has an way to disable the mode completely with the iso14755
option. So I put the following into my ~/.Xresources
:
URxvt.iso14755: false
Then I reload the configuration
$ xrdb -merge ~/.Xresources
New instances of urxvt should no longer toggle the mode on Ctrl+Shift.
References
- https://bbs.archlinux.org/viewtopic.php?pid=1206991#p1206991
If you have any comments or feedback, please send me an e-mail. (stig at stigok dotcom).
Did you find any typos, incorrect information, or have something to add? Then please propose a change to this post.