commit fc42fe4ff487971f9d9aaa607a2eb32b570613ad
Author: Uwe Stöhr <[email protected]>
Date:   Fri Apr 17 01:18:56 2015 +0200

    cua.bind: switch shortcuts for bold and boldsymbol
    
    fixes bug #9413

diff --git a/lib/bind/cua.bind b/lib/bind/cua.bind
index 71b919c..ec340ec 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

Reply via email to