diff options
author | Martin van Zijl <martin.vanzijl@gmail.com> | 2020-06-06 15:57:54 +1200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2020-11-18 13:55:59 +0100 |
commit | a6e1647612cc3d39e8a6e44c9365ccecb1da2fe6 (patch) | |
tree | f829fd2cba346dc8f0c01b90ced05da884d6accf /officecfg | |
parent | 87946f2cfb2626d648ca4df2b0a5d026626e24f5 (diff) |
tdf#34686 calc: add option to disable paste with enter key
Change-Id: Ie20a8931a16f6609ac5be23032a0b2e3a7ad1784
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95627
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 0762279bf3db..5b3a2043e63b 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -754,6 +754,14 @@ </info> <value>false</value> </prop> + <prop oor:name="EnterPasteMode" oor:type="xs:boolean" oor:nillable="false"> + <!-- UIHints: Tools - Options - Spreadsheet - General - [Section] Input settings --> + <info> + <desc>Press Enter to paste and clear clipboard</desc> + <label>Press Enter to paste and clear clipboard</label> + </info> + <value>true</value> + </prop> <prop oor:name="LastFunctions" oor:type="oor:int-list" oor:nillable="false"> <!-- OldPath: Calc/Input --> <!-- OldLocation: Soffice.cfg --> |