From fc42fe4ff487971f9d9aaa607a2eb32b570613ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Fri, 17 Apr 2015 01:18:56 +0200 Subject: [PATCH] cua.bind: switch shortcuts for bold and boldsymbol fixes bug #9413 --- lib/bind/cua.bind | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind index 71b919c2c2..ec340ecfb4 100644 --- a/lib/bind/cua.bind +++ b/lib/bind/cua.bind @@ -60,8 +60,8 @@ Format 2 \bind "C-Prior" "buffer-previous" \bind "C-S-BackTab" "buffer-previous" -\bind "C-M-b" "font-boldsymbol" -\bind "C-b" "font-bold" +\bind "C-M-b" "font-bold" +\bind "C-b" "font-boldsymbol" \bind "C-e" "font-emph" # used below for line-delete-forward #\bind "C-k" "font-noun" # 'k' for capitals -- 2.39.2