]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/math.bind
- de_Intro updates from Hartmut
[lyx.git] / lib / bind / math.bind
index 4166b1da6aa4ca22766d82ed5d72323a6599309c..aa1a08fca2da4b92153f87382126a439084960f9 100644 (file)
@@ -10,7 +10,7 @@
 # author Jean-Marc Lasgouttes
 # author John Levon
 # author André Pönitz
-# author Michael Schmitt
+# author Michael Gerz
 # author Martin Vermeer
 
 # Full author contact details are available in file CREDITS.
 \bind "M-m c d"   "tabular-feature delete-column"
 \bind "M-m c c"   "tabular-feature copy-column"
 \bind "M-m c s"   "tabular-feature swap-column"
+\bind "M-m c a"   "tabular-feature add-vline-left"
+\bind "M-m c e"   "tabular-feature delete-vline-left"
+\bind "M-m c z"   "tabular-feature add-vline-right"
+\bind "M-m c x"   "tabular-feature delete-vline-right"
 
 \bind "M-m w i"   "tabular-feature append-row"
 \bind "M-m w d"   "tabular-feature delete-row"
 \bind "M-m w c"   "tabular-feature copy-row"
 \bind "M-m w s"   "tabular-feature swap-row"
+\bind "M-m w a"   "tabular-feature add-hline-above"
+\bind "M-m w e"   "tabular-feature delete-hline-above"
+\bind "M-m w z"   "tabular-feature add-hline-below"
+\bind "M-m w x"   "tabular-feature delete-hline-below"
 
 \bind "M-m w t"   "tabular-feature valign-top"
 \bind "M-m w m"   "tabular-feature valign-middle"