From e51cca2ef0467608f9d9e7a010080f1c1a04b946 Mon Sep 17 00:00:00 2001 From: Richard Kimberly Heck Date: Mon, 1 Apr 2024 17:26:29 -0400 Subject: [PATCH] Add shortcut for plain single quote. (cherry picked from commit d3101e6d6f325c4597ec0945fecb03fee745c56e) --- lib/bind/cua.bind | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5