]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
Change, so that lyx_pot.py is extracting this string too
[lyx.git] / lib / bind / cua.bind
index cd9be2e8bed4d645414a89d1e9499d7475910434..b876c8c26f02de1a2da1a31025a9ea77e20cfbdd 100644 (file)
@@ -53,7 +53,7 @@
 \bind "C-Next"                 "buffer-next"
 \bind "C-Tab"                  "buffer-next"
 \bind "C-Prior"                        "buffer-previous"
-\bind "C-S-Tab"                        "buffer-previous"
+\bind "C-S-BackTab"            "buffer-previous"
 
 \bind "C-M-b"                  "font-boldsymbol"
 \bind "C-b"                    "font-bold"
@@ -62,6 +62,7 @@
 #\bind "C-k"                   "font-noun"             # 'k' for capitals
 \bind "C-u"                    "font-underline"
 \bind "C-S-P"                  "font-typewriter" # 'P' for Program
+\bind "C-S-O"                  "font-strikeout"
 
 \bind "C-m"                    "math-mode"
 \bind "C-S-M"                  "math-display"
@@ -83,6 +84,7 @@
 \bind "C-S-Z"                  "redo"
 
 \bind "C-a"                    "command-sequence buffer-begin ; buffer-end-select"   # select all
+\bind "C-M-a"                  "inset-select-all"
 
 \bind "C-S-E"                  "changes-track"  # it's what MS Word uses
 \bind "~S-M-quotedbl"          "quote-insert single"