aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/options/OptionsWidget_input.cpp
diff options
context:
space:
mode:
authorGravatar wodim2015-12-14 16:58:52 +0100
committerGravatar wodim2015-12-14 16:58:52 +0100
commit339ddfc6cafeb52c26d55f899cba98646f863dd8 (patch)
tree9117e34e6a7ccfacd7c4655bd10dec052efe64a9 /src/modules/options/OptionsWidget_input.cpp
parentprotocol: Add cmode +T to ircd-hybrid (diff)
downloadKVIrc-339ddfc6cafeb52c26d55f899cba98646f863dd8.tar.gz
KVIrc-339ddfc6cafeb52c26d55f899cba98646f863dd8.tar.bz2
KVIrc-339ddfc6cafeb52c26d55f899cba98646f863dd8.zip
Move the option to be able to copy text only when the Control key is held and don't allow the user to select text at all if it is not to be copied to the clipboard.
Diffstat (limited to 'src/modules/options/OptionsWidget_input.cpp')
-rw-r--r--src/modules/options/OptionsWidget_input.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/options/OptionsWidget_input.cpp b/src/modules/options/OptionsWidget_input.cpp
index 89f7be96f..03a04ee9f 100644
--- a/src/modules/options/OptionsWidget_input.cpp
+++ b/src/modules/options/OptionsWidget_input.cpp
@@ -144,7 +144,6 @@ OptionsWidget_inputFeatures::OptionsWidget_inputFeatures(QWidget * parent)
addBoolSelector(0,1,0,1,__tr2qs_ctx("Enable the input history logging","options"),KviOption_boolEnableInputHistory); //G&N 2005
addBoolSelector(0,2,0,2,__tr2qs_ctx("Hide input toolbuttons by default","options"),KviOption_boolHideInputToolButtons);
addBoolSelector(0,3,0,3,__tr2qs_ctx("Commandline in user-friendly mode by default","options"),KviOption_boolCommandlineInUserFriendlyModeByDefault);
- addBoolSelector(0,4,0,4,__tr2qs_ctx("Require 'Control' to be held down to copy text","options"),KviOption_boolRequireControlToCopy);
addUIntSelector(0,5,0,5,__tr2qs_ctx("Expand tabulations in input using this amount of spaces:","options"),KviOption_uintSpacesToExpandTabulationInput,1,24,8,true);
KviTalGroupBox * g = addGroupBox(0,6,0,6,Qt::Horizontal,__tr2qs_ctx("Nick Completion","options"));