diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-02 15:30:20 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-05-02 15:43:46 -0400 |
commit | 56cce6fd8151a916e1be540ac18724b46d1b15fc (patch) | |
tree | 18eddb22ce667f8a999d96339b10577cf7c21084 /officecfg | |
parent | dd9c9a69da7b22c4166391df082ac23878312a01 (diff) |
Implement "fill single edit" mode and map it to Ctrl-' by default.
Excel does this apparently, and lots of people want it.
Change-Id: Ia741ebb84526197d28caa323d36709e38b8f1323
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 6 | ||||
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu | 8 |
2 files changed, 14 insertions, 0 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 624bcdf1e9a6..ef0ec1b539b0 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -967,6 +967,12 @@ <value xml:lang="en-US">.uno:ToggleFormula</value> </prop> </node> + <node oor:name="QUOTERIGHT_MOD1" oor:op="replace"> + <prop oor:name="Command"> + <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> + <value xml:lang="en-US">.uno:FillSingleEdit</value> + </prop> + </node> <node oor:name="Y_SHIFT_MOD1" oor:op="replace"> <prop oor:name="Command"> <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value> diff --git a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu index 18dc5d3fc4f5..1bfa929af358 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu @@ -632,6 +632,14 @@ <value xml:lang="en-US">~Left</value> </prop> </node> + <node oor:name=".uno:FillSingleEdit" oor:op="replace"> + <prop oor:name="Label" oor:type="xs:string"> + <value xml:lang="en-US">Fill Single ~Edit</value> + </prop> + <prop oor:name="ContextLabel" oor:type="xs:string"> + <value xml:lang="en-US">Single ~Edit</value> + </prop> + </node> <node oor:name=".uno:FillTable" oor:op="replace"> <prop oor:name="Label" oor:type="xs:string"> <value xml:lang="en-US">Fill ~Sheets...</value> |