]> git.lyx.org Git - lyx.git/blobdiff - lib/bind/cua.bind
Extend fix for #7404 to allow any inset collapsible to be edited
[lyx.git] / lib / bind / cua.bind
index 9c5652a76147dbca52ef24733d6b1d5bbfdf26b5..7d65ecaed04c481bce3723edc54f9fef9de85704 100644 (file)
@@ -34,7 +34,7 @@
 
 ###
 
-Format 4
+Format 5
 
 \bind "C-n"                    "buffer-new"
 \bind "C-S-N"                  "buffer-new-template"
@@ -75,6 +75,7 @@ Format 4
 \bind "C-f"                    "dialog-show findreplace"
 \bind "C-S-f"                  "dialog-show findreplaceadv"
 \bind "C-i"                    "inset-toggle"          # 'i' for Inset
+\bind "C-M-i"          "inset-settings"
 
 \bind "C-c"                    "copy"
 \bind "C-x"                    "cut"
@@ -123,6 +124,7 @@ Format 4
 
 \bind "F11"                    "ui-toggle fullscreen"
 
+\bind "M-0"                    "buffer-zoom"
 \bind "M-equal"                        "buffer-zoom-in"
 \bind "M-plus"                 "buffer-zoom-in"
 \bind "M-minus"                        "buffer-zoom-out"