summaryrefslogtreecommitdiffstats
path: root/sc/inc/sc.hrc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-05-02 15:30:20 -0400
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-05-02 15:43:46 -0400
commit56cce6fd8151a916e1be540ac18724b46d1b15fc (patch)
tree18eddb22ce667f8a999d96339b10577cf7c21084 /sc/inc/sc.hrc
parentAdd the "quoteright" key to the list of available keyboard shortcuts. (diff)
downloadcore-56cce6fd8151a916e1be540ac18724b46d1b15fc.tar.gz
core-56cce6fd8151a916e1be540ac18724b46d1b15fc.zip
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 'sc/inc/sc.hrc')
-rw-r--r--sc/inc/sc.hrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/sc.hrc b/sc/inc/sc.hrc
index 757931f7914f..43bda66ddcb8 100644
--- a/sc/inc/sc.hrc
+++ b/sc/inc/sc.hrc
@@ -286,6 +286,7 @@
#define FID_FILL_TO_LEFT (EDIT_MENU_START + 7)
#define FID_FILL_TAB (EDIT_MENU_START + 8)
#define FID_FILL_SERIES (EDIT_MENU_START + 9)
+#define FID_FILL_SINGLE_EDIT (EDIT_MENU_START + 10)
#define SID_SC_EDIT_OBJECT (EDIT_MENU_START + 14)
#define SID_HFEDIT (EDIT_MENU_START + 15)