From 7377cc3e56664ceab119604097a399662abb2076 Mon Sep 17 00:00:00 2001 From: ubestemt Date: Wed, 22 Feb 2017 22:12:09 +0000 Subject: [PATCH] Disable Keyboard symbols entry mode. This line prevents rxvt from entering Keyboard symbols entry mode whenever ctrl+shift is pressed to interact with Qubes' clipboard. --- configuration/rxvt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configuration/rxvt.md b/configuration/rxvt.md index b9248654..2031dd4d 100644 --- a/configuration/rxvt.md +++ b/configuration/rxvt.md @@ -122,6 +122,10 @@ URxvt.print-pipe: cat > $(TMPDIR=$HOME mktemp urxvt.XXXXXX) ! is no need for w32-style intuition and virtually no need to "paste over". URxvt.perl-ext-common: default,selection-to-clipboard +! Prevent rxvt from entering Keyboard symbols entry mode whenever you press +! ctrl+shift, e.g. to copy or paste something to/from Qubes' clipboard. +URxvt.iso14755_52: false + URxvt.insecure: False ! some termcap-aware software sometimes throw '$TERM too long'