]> git.lyx.org Git - lyx.git/commitdiff
Add shortcut for plain single quote.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 1 Apr 2024 21:26:29 +0000 (17:26 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 1 Apr 2024 21:28:22 +0000 (17:28 -0400)
(cherry picked from commit d3101e6d6f325c4597ec0945fecb03fee745c56e)

lib/bind/cua.bind

index 2cee7ed28f2d1a58cd4c2ba18064fd72059d09a3..c99a0c8da8674897bc612d35c1866b380608ded8 100644 (file)
@@ -93,6 +93,7 @@ Format 5
 \bind "C-S-E"                  "changes-track"  # it's what MS Word uses
 \bind "~S-M-quotedbl"          "quote-insert inner"
 \bind "~S-C-quotedbl"          "quote-insert outer auto plain"
+\bind "~S-C-apostrophe"                "quote-insert inner auto plain"
 \bind "M-minus"                        "specialchar-insert hyphenation"
 \bind "C-S-underscore"         "math-macro-fold"
 \bind "C-M-minus"              "specialchar-insert nobreakdash"