summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser2022-09-16 11:24:35 +0200
committerAndreas Fankhauser2022-09-16 11:24:35 +0200
commitd6ac822275ad75cf3414d71ef0250aae00004dc5 (patch)
tree6f54de749675204637ca73871c3048668fc6cc82
parent78d9640ef0a92f1c686d5cdbea7437c0bef7f994 (diff)
downloaddotfiles-d6ac822275ad75cf3414d71ef0250aae00004dc5.zip
dotfiles-d6ac822275ad75cf3414d71ef0250aae00004dc5.tar.gz
Make CtlShftC use text/plain
-rw-r--r--src/windoof/ConEmu/ConEmu.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/windoof/ConEmu/ConEmu.xml b/src/windoof/ConEmu/ConEmu.xml
index 673f83b..1d6aacb 100644
--- a/src/windoof/ConEmu/ConEmu.xml
+++ b/src/windoof/ConEmu/ConEmu.xml
@@ -12,6 +12,11 @@
<!-- Copy LF=00, CRLF=01 -->
<value name="ClipboardEOL" type="hex" data="00"/>
+ <!-- CopyFmt 00:text 01:html 02:htmlRaw 03:asci -->
+ <value name="CTS.HtmlFormat" type="hex" data="00"/>
+ <!-- KeyB CtlShftC -> CopyPlainText -->
+ <value name="CTS.VkCopyFmt0" type="dword" data="00101143"/>
+
<!-- AnsiExecution 00=everywhere, 01=cmdOnly, ... -->
<value name="AnsiExecution" type="hex" data="00"/>
<value name="AutoTrimSingleLine" type="hex" data="01"/>