From: Richard Kimberly Heck Date: Mon, 1 Apr 2024 21:26:29 +0000 (-0400) Subject: Add shortcut for plain single quote. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e51cca2ef0467608f9d9e7a010080f1c1a04b946;p=features.git Add shortcut for plain single quote. (cherry picked from commit d3101e6d6f325c4597ec0945fecb03fee745c56e) --- diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 2cee7ed28f..c99a0c8da8 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -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"